From 2bbb777d9535833123d5a9e9a1734d52d46746c1 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Tue, 19 Feb 2013 11:49:05 +0400 Subject: [PATCH] Fix warnings about missing parent for class members --- modules/video/doc/motion_analysis_and_object_tracking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/video/doc/motion_analysis_and_object_tracking.rst b/modules/video/doc/motion_analysis_and_object_tracking.rst index 2c5dcb1a8e..5653e21bdf 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