opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
Transferred from http://code.opencv.org/issues/3898 ``` || Silvia-Laura Pintea on 2014-09-07 15:45 || Priority: Normal || Affected: 2.4.9 (latest release) || Category: ml || Tracker: Bug || Difficulty: Easy || PR: ||...
Transferred from http://code.opencv.org/issues/3928 ``` || Robert Pollak on 2014-09-29 11:59 || Priority: Normal || Affected: branch 'master' (3.0-dev) || Category: ml || Tracker: Bug || Difficulty: || PR: || Platform:...
Transferred from http://code.opencv.org/issues/4058 ``` || Prassanna Ravishankar on 2014-12-11 18:09 || Priority: Low || Affected: None || Category: ml || Tracker: Feature || Difficulty: Medium || PR: || Platform: None...
Transferred from http://code.opencv.org/issues/4094 ``` || Bruno Nascimento on 2015-01-02 15:11 || Priority: Low || Affected: branch 'master' (3.0-dev) || Category: ml || Tracker: Bug || Difficulty: || PR: || Platform:...
Transferred from http://code.opencv.org/issues/4263 ``` || Zsolt Kóróczki on 2015-04-04 15:05 || Priority: Low || Affected: 2.4.0 - 2.4.8 || Category: ml || Tracker: Bug || Difficulty: || PR: || Platform:...
Transferred from http://code.opencv.org/issues/4281 ``` || Siddharth Krishna on 2015-04-17 00:01 || Priority: Normal || Affected: branch '2.4' (2.4-dev) || Category: ml || Tracker: Bug || Difficulty: || PR: || Platform:...
Transferred from http://code.opencv.org/issues/4314 ``` || Daniel Horn on 2015-05-05 13:05 || Priority: Normal || Affected: branch 'master' (3.0-dev) || Category: ml || Tracker: Bug || Difficulty: || PR: || Platform:...
Transferred from http://code.opencv.org/issues/4480 ``` || Tom Krause on 2015-07-10 07:24 || Priority: Normal || Affected: branch 'master' (3.0-dev) || Category: ml || Tracker: Bug || Difficulty: Medium || PR: ||...
The `cv::ml::randGaussMixture` function is declared in [`ml.hpp` header file](https://github.com/Itseez/opencv/blob/master/modules/ml/include/opencv2/ml.hpp#L1486), but not defined anywhere! I get a linking error if I try to use it in my code... I tested on...
Hello! Mouth ago I use linear SVM for fast recognise images with number. It was learned on 200000 images (10 classes) and gives 70% accuracy. Yesterday I download current version...