fix three warning about mog, mog2 and KNearestNeighbour.

pull/1510/head
perping 12 years ago
parent f65286d3c6
commit 074f9e33cb
  1. 2
      modules/ocl/doc/ml_machine_learning.rst
  2. 4
      modules/ocl/doc/video_analysis.rst

@ -5,7 +5,7 @@ ml.Machine Learning
ocl::KNearestNeighbour
--------------------------
.. ocv:class:: ocl::KNearestNeighbour
.. ocv:class:: ocl::KNearestNeighbour : public ocl::CvKNearest
The class implements K-Nearest Neighbors model as described in the beginning of this section.

@ -361,7 +361,7 @@ Computes a background image.
ocl::MOG
------------
.. ocv:class:: ocl::MOG
.. ocv:class:: ocl::MOG : public ocl::BackgroundSubtractor
Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm. ::
@ -441,7 +441,7 @@ Releases all inner buffer's memory.
ocl::MOG2
-------------
.. ocv:class:: ocl::MOG2
.. ocv:class:: ocl::MOG2 : public ocl::BackgroundSubtractor
Gaussian Mixture-based Background/Foreground Segmentation Algorithm. ::

Loading…
Cancel
Save