Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlevmar.cpp60 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()
Dcvlevmarprojbandle.cpp1039 … 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()
Dcvlevmartrif.cpp58 int maxIter,double epsilon);
Dcvtrifocal.cpp60 … CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon );
/external/opencv/cv/src/
D_cvipp.h717 int maxLev, int maxIter, float threshold, void* state ))