Added sample links in documentation for python2, ocl and gpu
This commit is contained in:
@@ -9,6 +9,8 @@ This section describes obsolete ``C`` interface of EM algorithm. Details of the
|
||||
|
||||
* : An example on using the Expectation Maximalization algorithm can be found at opencv_source_code/samples/cpp/em.cpp
|
||||
|
||||
* : PYTHON : An example using Expectation Maximalization for Gaussian Mixing can be found at opencv_source_code/samples/python2/gaussian_mix.py
|
||||
|
||||
|
||||
CvEMParams
|
||||
----------
|
||||
|
||||
@@ -75,7 +75,9 @@ Class containing a base structure for ``RTreeClassifier``. ::
|
||||
void estimateQuantPercForPosteriors(float perc[2]);
|
||||
};
|
||||
|
||||
.. Sample code::
|
||||
|
||||
* : PYTHON : An example using Randomized Tree training for letter recognition can be found at opencv_source_code/samples/python2/letter_recog.py
|
||||
|
||||
RandomizedTree::train
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user