From: Andrey Kamaev Date: Tue, 19 Feb 2013 07:49:05 +0000 (+0400) Subject: Fix warnings about missing parent for class members X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1499^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bbb777d9535833123d5a9e9a1734d52d46746c1;p=platform%2Fupstream%2Fopencv.git Fix warnings about missing parent for class members --- diff --git a/modules/video/doc/motion_analysis_and_object_tracking.rst b/modules/video/doc/motion_analysis_and_object_tracking.rst index 2c5dcb1..5653e21 100644 --- a/modules/video/doc/motion_analysis_and_object_tracking.rst +++ b/modules/video/doc/motion_analysis_and_object_tracking.rst @@ -650,9 +650,9 @@ createOptFlow_DualTVL1 .. ocv:function:: Ptr createOptFlow_DualTVL1() -The class implements the "Dual TV L1" optical flow algorithm described in [Zach2007]_ and [Javier2012]_ . + The class implements the "Dual TV L1" optical flow algorithm described in [Zach2007]_ and [Javier2012]_ . -Here are important members of the class that control the algorithm, which you can set after constructing the class instance: + Here are important members of the class that control the algorithm, which you can set after constructing the class instance: .. ocv:member:: double tau