SVM Copy constructor (Feature #2226)
Description
Currently it seems that copying an SVM object (using the default copy constructor) does not function correctly. This prevents passing copies to functions, or using an SVM in a vector. See http://answers.opencv.org/question/1005/copying-an-svm/ for example/error message.
Associated revisions
Merge pull request #2226 from ilya-lavrenov:tapi_calcHist
History
Updated by Daniil Osokin over 12 years ago
- Category set to ml
Updated by Alexander Smorkalov over 11 years ago
- Target version set to Next Hackathon
Updated by Amro _ about 11 years ago
Related bug #3358 was closed after making both the copy constructor and assignment operator private: https://github.com/Itseez/opencv/pull/1834
I think that was a temporary fix until the above two functions are correctly implemented..
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4405