From: Ilya Lysenkov Date: Fri, 10 Jun 2011 18:00:23 +0000 (+0000) Subject: Minor doc fix X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~7030 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c69180396e1b9057427ca58f827436e833763ef4;p=platform%2Fupstream%2Fopencv.git Minor doc fix --- diff --git a/modules/video/doc/motion_analysis_and_object_tracking.rst b/modules/video/doc/motion_analysis_and_object_tracking.rst index f648b24..558cb0a 100644 --- a/modules/video/doc/motion_analysis_and_object_tracking.rst +++ b/modules/video/doc/motion_analysis_and_object_tracking.rst @@ -232,7 +232,7 @@ segmentMotion :param segThresh: Segmentation threshold; recommended to be equal to the interval between motion history "steps" or greater. - The function finds all of the motion segments and marks them in ``segmask`` with individual values (1,2,...). It also computes a vector with ROIs of motion connected components. After that the motion direction for every component can be calculated with :cpp:func:`calcGlobalOrientation` using the extracted mask of the particular component. +The function finds all of the motion segments and marks them in ``segmask`` with individual values (1,2,...). It also computes a vector with ROIs of motion connected components. After that the motion direction for every component can be calculated with :cpp:func:`calcGlobalOrientation` using the extracted mask of the particular component. .. index:: CamShift