Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_downhill_simplex.cpp46 static void mytest(cv::Ptr<cv::DownhillSolver> solver,cv::Ptr<cv::MinProblemSolver::Function> ptr_F… in mytest()
84 cv::Ptr<cv::DownhillSolver> solver=cv::DownhillSolver::create(); in TEST()
/external/opencv3/modules/core/include/opencv2/core/
Doptim.hpp155 class CV_EXPORTS DownhillSolver : public MinProblemSolver class
198 …static Ptr<DownhillSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<MinProblemSolver::F…
/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp143 class DownhillSolverImpl : public DownhillSolver
455 Ptr<DownhillSolver> DownhillSolver::create( const Ptr<MinProblemSolver::Function>& f, in create()
458 Ptr<DownhillSolver> DS = makePtr<DownhillSolverImpl>(); in create()