Fixed .rst indentation

This caused warnings.
This commit is contained in:
Alex Leontiev 2013-08-21 18:16:37 +08:00
parent b92c88ddd1
commit f2fd0ad153
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,5 +7,4 @@ tegra/
.sw[a-z] .sw[a-z]
.*.swp .*.swp
tags tags
build/
Thumbs.db Thumbs.db

View File

@ -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) .. 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 :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.
point where the algorithm stops, the point of possible minimum.
:return: The value of a function at the point found. :return: The value of a function at the point found.
Explain parameters.
optim::createDownhillSolver optim::createDownhillSolver
------------------------------------ ------------------------------------