OpenCV unable to set up SVM Parameters
I have just started my learning on SVM using C++ OpenCV and was referring to the SVM documentation here . I wanted to try out the sample source code from the link to get familiar with it first but I couldn't run the sample source code. It returns the error : Error 1 error C2065: 'CvSVMParams' : undeclared identifier I'm using Visual Studio 2012 with OpenCV 3.0.0. The setup process should be correct as all other codes are working well except this. Miki A lot of things changed from OpenCV 2.4 to OpenCV 3.0 . Among others, the machine learning module, which isn't backward compatible. This is the