Home
last modified time | relevance | path

Searched refs:getInitStep (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Doptim.hpp164 virtual void getInitStep(OutputArray step) const=0;
/external/opencv3/modules/core/test/
Dtest_downhill_simplex.cpp52 solver->getInitStep(settedStep); in mytest()
/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp152 void getInitStep(OutputArray step) const { _step.copyTo(step); } in getInitStep() function in cv::DownhillSolverImpl