The method
CvKNearest::get_sample_count ( Manual : Returns the total number of train samples. C++: int CvKNearest::get_sample_count() const )
seems to be a victim of the latest refactoring ... how to I get the train sample count now?
1 | initial version |
The method
CvKNearest::get_sample_count ( Manual : Returns the total number of train samples. C++: int CvKNearest::get_sample_count() const )
seems to be a victim of the latest refactoring ... how to I get the train sample count now?