Normalize whitespace in documentation and text files

This commit is contained in:
Andrey Kamaev
2012-10-17 21:42:09 +04:00
parent 9337246867
commit 0e7ca71dcc
95 changed files with 1238 additions and 1238 deletions

View File

@@ -10,7 +10,7 @@ videostab::FastMarchingMethod
.. ocv:class:: videostab::FastMarchingMethod
Describes the Fast Marching Method implementation.
Describes the Fast Marching Method implementation.
::
@@ -29,7 +29,7 @@ Describes the Fast Marching Method implementation.
videostab::FastMarchingMethod::FastMarchingMethod
-------------------------------------------------
Constructor.
Constructor.
.. ocv:function:: videostab::FastMarchingMethod::FastMarchingMethod()
@@ -37,7 +37,7 @@ Constructor.
videostab::FastMarchingMethod::run
----------------------------------
Template method that runs the Fast Marching Method.
Template method that runs the Fast Marching Method.
.. ocv:function:: Inpaint FastMarchingMethod::run(const Mat &mask, Inpaint inpaint)
@@ -45,7 +45,7 @@ Template method that runs the Fast Marching Method.
:param inpaint: Inpainting functor that overloads ``void operator ()(int x, int y)``.
:return: Inpainting functor.
:return: Inpainting functor.
videostab::FastMarchingMethod::distanceMap

View File

@@ -10,7 +10,7 @@ videostab::MotionModel
.. ocv:class:: videostab::MotionModel
Describes motion model between two point clouds.
Describes motion model between two point clouds.
::
@@ -187,7 +187,7 @@ videostab::MotionEstimatorBase::motionModel
.. ocv:function:: MotionModel MotionEstimatorBase::motionModel() const
:return: Motion model. See :ocv:class:`videostab::MotionModel`.
:return: Motion model. See :ocv:class:`videostab::MotionModel`.
videostab::MotionEstimatorBase::estimate