DownhillSolver    198 modules/core/include/opencv2/core/optim.hpp     static Ptr<DownhillSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<MinProblemSolver::Function>(),
DownhillSolver    143 modules/core/src/downhill_simplex.cpp class DownhillSolverImpl : public DownhillSolver
DownhillSolver    455 modules/core/src/downhill_simplex.cpp Ptr<DownhillSolver> DownhillSolver::create( const Ptr<MinProblemSolver::Function>& f,
DownhillSolver    458 modules/core/src/downhill_simplex.cpp     Ptr<DownhillSolver> DS = makePtr<DownhillSolverImpl>();
DownhillSolver     46 modules/core/test/test_downhill_simplex.cpp static void mytest(cv::Ptr<cv::DownhillSolver> solver,cv::Ptr<cv::MinProblemSolver::Function> ptr_F,cv::Mat& x,cv::Mat& step,
DownhillSolver     84 modules/core/test/test_downhill_simplex.cpp     cv::Ptr<cv::DownhillSolver> solver=cv::DownhillSolver::create();