Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp143 class DownhillSolverImpl : public DownhillSolver class
146 DownhillSolverImpl() in DownhillSolverImpl() function in cv::DownhillSolverImpl
458 Ptr<DownhillSolver> DS = makePtr<DownhillSolverImpl>(); in create()