opencv_contrib
opencv_contrib copied to clipboard
Load and Save not implemented for CvKNearest
Transferred from http://code.opencv.org/issues/3195
|| Kevin Hughes on 2013-08-05 15:28
|| Priority: Low
|| Affected: 2.4.0 - 2.4.6
|| Category: ml
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: Any / Any
Load and Save not implemented for CvKNearest
CvKNearest inherits from CvStatModel but doesn't implement the Save and Load function. I think it would just need to save the training data to work. Also CvKNearest doesn't really conform to the StatModel interface because it doesn't have a predict method but instead has a find_nearest method.
History
Victor Kocheganov on 2013-08-06 08:53
Hello Kevin,
thanks for submitting this issue. Unfortunately we have limited resources at the moment. So if there is a chance if you have time to implement these features that would be highly appreciated! (Please see http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute for details).
Thank you in advance,
Victor Kocheganov
- Target version set to 2.4.7
- Assignee set to Maria Dimashova
- Status changed from New to Open
- Category set to ml
Alexander Smorkalov on 2013-11-28 06:33
- Affected version changed from branch 'master' (2.9) to 2.4.0 - 2.4.6
- Target version changed from 2.4.7 to Next Hackathon