You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following problem occurred after running catkin_make
error: ‘cv::ml::SVM::Types’ is not a class or namespace
SVMclf->setType(cv::ml::SVM::Types::C_SVC);
And I use opencv3.0.0.I found this version has this class.
What should I do?