I am using a SVM classifier for validating my detections. But when I have tried to copy the SVM it says the the copy constructor is private.
/usr/local/include/opencv2/ml/ml.hpp:553:5: error: ‘CvSVM::CvSVM(const CvSVM&)’ is private
Now I am wondering how to copy my classifier?