CvStatModel::write and CvStatModel::read not implemented (Feature #250)


Added by Gijs Molenaar almost 15 years ago. Updated over 9 years ago.


Status:Open Start date:
Priority:High Due date:
Assignee:- % Done:

0%

Category:ml
Target version:Next Hackathon
Difficulty: Pull request:

Description

CvStatModel::write and CvStatModel::read are not implemented.

This is for example required for storing and retrieving data for a CvKNearest classifier.

Calling these functions will raise an exception:

CvStatModel::write and CvStatModel::read not implemented


Associated revisions

Revision ffdbddd6
Added by Andrey Kamaev about 12 years ago

Merge pull request #250 from taka-no-me:android_ndk_r8d

Revision 0d828d7f
Added by Maksim Shabunin almost 10 years ago

Merge pull request #250 from mshabunin:explicit-sse-disable

History

Updated by aklaway - almost 15 years ago

mmm You don't need these function in nearest neighbour. It doesn't create a model. So, you don't need to save/load anything.

Updated by Robert Pollak over 14 years ago

When dealing with classifiers generically, one could of course need to save and load the k-NN "model" (which is the training data itself), like any other classifier's model.

Updated by Alexander Shishkov about 13 years ago

  • Description changed from [[CvStatModel]]::write and [[CvStatModel]]::read are not implemented. This i... to CvStatModel::write and CvStatModel::read are not implemented. This is for ex... More

Updated by Alexander Smorkalov over 11 years ago

  • Target version set to Next Hackathon

Updated by Maksim Shabunin over 9 years ago

Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4248

Also available in: Atom PDF