Searched refs:maxIter (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlevmar.cpp | 60 int maxIter,double epsilon) in cvLevenbergMarquardtOptimization() argument 120 if( maxIter <= 0 ) in cvLevenbergMarquardtOptimization() 223 } while ( currIter < maxIter ); in cvLevenbergMarquardtOptimization() 226 } while ( change > epsilon && currIter < maxIter ); in cvLevenbergMarquardtOptimization()
|
D | cvlevmarprojbandle.cpp | 1039 … CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon ) 1055 … CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon ) in cvOptimizeLevenbergMarquardtBundle() argument 1101 if( maxIter < 1 || maxIter > 2000 ) in cvOptimizeLevenbergMarquardtBundle() 1720 … } while( change > epsilon && currIter < maxIter );/* solve normal equation using current alpha */ in cvOptimizeLevenbergMarquardtBundle() 1734 } while( change > epsilon && currIter < maxIter ); in cvOptimizeLevenbergMarquardtBundle()
|
D | cvlevmartrif.cpp | 58 int maxIter,double epsilon);
|
D | cvtrifocal.cpp | 60 … CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon );
|
/external/opencv/cv/src/ |
D | _cvipp.h | 717 int maxLev, int maxIter, float threshold, void* state ))
|