class "cv::Tracker" has no member "create"?
I tried to use the code form https://docs.opencv.org/3.1.0/d2/d0a/...
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 :(