Searched refs:DownhillSolver (Results 1 – 3 of 3) sorted by relevance
46 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()
155 class CV_EXPORTS DownhillSolver : public MinProblemSolver class198 …static Ptr<DownhillSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<MinProblemSolver::F…
143 class DownhillSolverImpl : public DownhillSolver455 Ptr<DownhillSolver> DownhillSolver::create( const Ptr<MinProblemSolver::Function>& f, in create()458 Ptr<DownhillSolver> DS = makePtr<DownhillSolverImpl>(); in create()