1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fix three warning about mog, mog2 and KNearestNeighbour.

This commit is contained in:
perping
2013-09-26 15:30:44 +08:00
parent f65286d3c6
commit 074f9e33cb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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. ::