Minor documentation fix
authorAndrey Kamaev <no@email>
Fri, 27 Apr 2012 08:58:29 +0000 (08:58 +0000)
committerAndrey Kamaev <no@email>
Fri, 27 Apr 2012 08:58:29 +0000 (08:58 +0000)
modules/ml/doc/expectation_maximization.rst
modules/video/doc/motion_analysis_and_object_tracking.rst

index 239f177..4c5c2c5 100644 (file)
@@ -182,14 +182,17 @@ Returns ``true`` if the Gaussian mixture model was trained.
 
 EM::read, EM::write
 -------------------
-See :ocv:function:`Algorithm::read` and :ocv:function:`Algorithm::write`.
+See :ocv:func:`Algorithm::read` and :ocv:func:`Algorithm::write`.
 
-EM::get
--------
-See :ocv:function:`Algorithm::get`. The following parameters are available for getting:
+EM::get, EM::set
+----------------
+See :ocv:func:`Algorithm::get` and :ocv:func:`Algorithm::set`. The following parameters are available:
 
 * ``"nclusters"``
 * ``"covMatType"``
-* ``"weights"``
-* ``"means"``
-* ``"covs"``
+* ``"maxIters"``
+* ``"epsilon"``
+* ``"weights"`` *(read-only)*
+* ``"means"`` *(read-only)*
+* ``"covs"`` *(read-only)*
+..
index 3aca9e2..5d7f9e9 100644 (file)
@@ -404,11 +404,11 @@ Updates the predicted state from the measurement.
 BackgroundSubtractor
 --------------------
 
-.. ocv:class:: BackgroundSubtractor
+.. ocv:class:: BackgroundSubtractor : public Algorithm
 
 Base class for background/foreground segmentation. ::
 
-    class BackgroundSubtractor
+    class BackgroundSubtractor : public Algorithm
     {
     public:
         virtual ~BackgroundSubtractor();