Commit 2df3abe1 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #2954 from ilya-lavrenov:doc_fix

parents 3d48994a ecec53f5
...@@ -302,7 +302,7 @@ gpu::FGDStatModel ...@@ -302,7 +302,7 @@ gpu::FGDStatModel
----------------- -----------------
.. ocv:class:: gpu::FGDStatModel .. ocv:class:: gpu::FGDStatModel
Class used for background/foreground segmentation. :: Class used for background/foreground segmentation. ::
class FGDStatModel class FGDStatModel
{ {
...@@ -400,7 +400,7 @@ gpu::MOG_GPU ...@@ -400,7 +400,7 @@ gpu::MOG_GPU
------------ ------------
.. ocv:class:: gpu::MOG_GPU .. ocv:class:: gpu::MOG_GPU
Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm. :: Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm. ::
class MOG_GPU class MOG_GPU
{ {
...@@ -479,7 +479,7 @@ gpu::MOG2_GPU ...@@ -479,7 +479,7 @@ gpu::MOG2_GPU
------------- -------------
.. ocv:class:: gpu::MOG2_GPU .. ocv:class:: gpu::MOG2_GPU
Gaussian Mixture-based Background/Foreground Segmentation Algorithm. :: Gaussian Mixture-based Background/Foreground Segmentation Algorithm. ::
class MOG2_GPU class MOG2_GPU
{ {
...@@ -594,7 +594,7 @@ gpu::GMG_GPU ...@@ -594,7 +594,7 @@ gpu::GMG_GPU
Class used for background/foreground segmentation. :: Class used for background/foreground segmentation. ::
class GMG_GPU_GPU class GMG_GPU
{ {
public: public:
GMG_GPU(); GMG_GPU();
......
...@@ -1213,7 +1213,7 @@ Performs advanced morphological transformations. ...@@ -1213,7 +1213,7 @@ Performs advanced morphological transformations.
.. ocv:cfunction:: void cvMorphologyEx( const CvArr* src, CvArr* dst, CvArr* temp, IplConvKernel* element, int operation, int iterations=1 ) .. ocv:cfunction:: void cvMorphologyEx( const CvArr* src, CvArr* dst, CvArr* temp, IplConvKernel* element, int operation, int iterations=1 )
.. ocv:pyoldfunction:: cv.MorphologyEx(src, dst, temp, element, operation, iterations=1)-> None .. ocv:pyoldfunction:: cv.MorphologyEx(src, dst, temp, element, operation, iterations=1)-> None
:param src: Source image. The number of channels can be arbitrary. The depth should be one of ``CV_8U``, ``CV_16U``, ``CV_16S``, ``CV_32F` or ``CV_64F``. :param src: Source image. The number of channels can be arbitrary. The depth should be one of ``CV_8U``, ``CV_16U``, ``CV_16S``, ``CV_32F`` or ``CV_64F``.
:param dst: Destination image of the same size and type as ``src`` . :param dst: Destination image of the same size and type as ``src`` .
......
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