fix three warning about mog, mog2 and KNearestNeighbour.
authorperping <erping@multicorewareinc.com>
Thu, 26 Sep 2013 07:30:44 +0000 (15:30 +0800)
committerperping <erping@multicorewareinc.com>
Thu, 26 Sep 2013 07:30:44 +0000 (15:30 +0800)
modules/ocl/doc/ml_machine_learning.rst
modules/ocl/doc/video_analysis.rst

index b09d7f2..321cec9 100644 (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.
 
index c631491..599c0f9 100644 (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. ::