Commit f2fd0ad1 authored by Alex Leontiev's avatar Alex Leontiev

Fixed .rst indentation

This caused warnings.
parent b92c88dd
...@@ -7,5 +7,4 @@ tegra/ ...@@ -7,5 +7,4 @@ tegra/
.sw[a-z] .sw[a-z]
.*.swp .*.swp
tags tags
build/
Thumbs.db Thumbs.db
...@@ -140,13 +140,10 @@ are supposed to be set via the setters before the call to this method or the def ...@@ -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
------------------------------------ ------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment