I'm using MS Visual Studio 2008, OpenCV, C++ and
SVM for a OCR-related project. At least I can run the code until yesterday, when I open the project to continue working, VS reported this error:
error C2664: 'bool CvSVM::train(const CvMat *,const CvMat *,const CvMat *,const CvMat *,CvSVMParams)' : cannot convert parameter 1 from
…