ERFilter_Train in Visual studio C++
HI All,
I found this Library for extending and training our own NM Classifiers but how to build it in Visual studio c++,CMake was successful and i am facing problems while building as below
error C2039: 'Params' : is not a member of 'cv::ml::Boost'
I tried to findout the solution, This Syntax was used in older versions of OpenCV but not in OpenCV 3.1, can anyone please tell me how to fix this.