From f2fd0ad15395fae7427723f9d8a6b663e3c8f0e7 Mon Sep 17 00:00:00 2001 From: Alex Leontiev Date: Wed, 21 Aug 2013 18:16:37 +0800 Subject: [PATCH] Fixed .rst indentation This caused warnings. --- .gitignore | 1 - modules/optim/doc/downhill_simplex_method.rst | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3161cea..1f3a89a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ tegra/ .sw[a-z] .*.swp tags -build/ Thumbs.db diff --git a/modules/optim/doc/downhill_simplex_method.rst b/modules/optim/doc/downhill_simplex_method.rst index 5661a5c..94d084c 100644 --- a/modules/optim/doc/downhill_simplex_method.rst +++ b/modules/optim/doc/downhill_simplex_method.rst @@ -140,13 +140,10 @@ are supposed to be set via the setters before the call to this method or the def .. ocv:function:: double optim::DownhillSolver::minimize(InputOutputArray x) - :param x: The initial point, that will become a centroid of an initial simplex. After the algorithm will terminate, it will be setted to the - point where the algorithm stops, the point of possible minimum. + :param x: The initial point, that will become a centroid of an initial simplex. After the algorithm will terminate, it will be setted to the point where the algorithm stops, the point of possible minimum. :return: The value of a function at the point found. -Explain parameters. - optim::createDownhillSolver ------------------------------------ -- 2.7.4