Fixed .rst indentation
This caused warnings.
This commit is contained in:
parent
b92c88ddd1
commit
f2fd0ad153
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
|||||||
|
|
||||||
.. 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
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user