Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

class "cv::Tracker" has no member "create"?

I tried to use the code form https://docs.opencv.org/3.1.0/d2/d0a/tutorial_introduction_to_tracker.html and i have these errors: Error (active) class "cv::Tracker" has no member "create"
Error C2039 'create': is not a member of 'cv::Tracker'
Error C3861 'create': identifier not found
.I need help since I have no idea fixing these errors :(

class "cv::Tracker" has no member "create"?

I tried to use the code form https://docs.opencv.org/3.1.0/d2/d0a/tutorial_introduction_to_tracker.html and i have these errors: Error (active) class "cv::Tracker" has no member "create"
Error C2039 'create': is not a member of 'cv::Tracker'
Error C3861 'create': identifier not found
.I need help since I have no idea fixing these errors :(