cvfundam.cpp | 69 virtual bool refine( const CvMat*, const CvMat*, CvMat*, int ) { return true; } function in class:CvModelEstimator2 430 virtual bool refine( const CvMat* m1, const CvMat* m2, 524 bool CvHomographyEstimator::refine( const CvMat* m1, const CvMat* m2, CvMat* model, int maxIters ) function in class:CvHomographyEstimator 631 estimator.refine( M, m, &_H, 10 ); [all...] |