CV_ROW_SAMPLE and CV_COL_SAMPLE not available in Java Machine Learning module (Bug #3743)
Description
When using the train method of Java machine learning (for instance CvBoost train method) the option to tell whether it is a row ordered sample or a column ordered sample is not available. One would need to pass an integer that is not related to the enum.
Associated revisions
Merge pull request #3743 from StevenPuttemans:fix_3887_master
History
Updated by Dmitry Retinskiy over 10 years ago
Andrey, could you check this?
Thanks.
- Status changed from New to Open
Updated by Maksim Shabunin almost 10 years ago
- Target version changed from 3.0-alpha to 3.0
Updated by Maksim Shabunin almost 10 years ago
Should be fixed in latest version: http://docs.opencv.org/java/3.0-rc1/org/opencv/ml/Ml.html
- Status changed from Open to Done
- Priority changed from High to Normal