Commit 074f9e33 authored by perping's avatar perping

fix three warning about mog, mog2 and KNearestNeighbour.

parent f65286d3
...@@ -5,7 +5,7 @@ ml.Machine Learning ...@@ -5,7 +5,7 @@ ml.Machine Learning
ocl::KNearestNeighbour 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. The class implements K-Nearest Neighbors model as described in the beginning of this section.
......
...@@ -361,7 +361,7 @@ Computes a background image. ...@@ -361,7 +361,7 @@ Computes a background image.
ocl::MOG ocl::MOG
------------ ------------
.. ocv:class:: ocl::MOG .. ocv:class:: ocl::MOG : public ocl::BackgroundSubtractor
Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm. :: Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm. ::
...@@ -441,7 +441,7 @@ Releases all inner buffer's memory. ...@@ -441,7 +441,7 @@ Releases all inner buffer's memory.
ocl::MOG2 ocl::MOG2
------------- -------------
.. ocv:class:: ocl::MOG2 .. ocv:class:: ocl::MOG2 : public ocl::BackgroundSubtractor
Gaussian Mixture-based Background/Foreground Segmentation Algorithm. :: Gaussian Mixture-based Background/Foreground Segmentation Algorithm. ::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment