/external/opencv3/modules/calib3d/src/ |
D | ptsetreg.cpp | 200 if( cb->runKernel(m1, m2, bestModel) <= 0 ) in run() 221 nmodels = cb->runKernel( ms1, ms2, model ); in run() 307 if( cb->runKernel(m1, m2, bestModel) <= 0 ) in run() 331 nmodels = cb->runKernel( ms1, ms2, model ); in run() 404 int runKernel( InputArray _m1, InputArray _m2, OutputArray _model ) const in runKernel() function in cv::Affine3DEstimatorCallback
|
D | precomp.hpp | 89 virtual int runKernel(InputArray m1, InputArray m2, OutputArray model) const = 0;
|
D | fundam.cpp | 113 int runKernel( InputArray _m1, InputArray _m2, OutputArray _model ) const in runKernel() function in cv::HomographyEstimatorCallback 380 result = cb->runKernel(src, dst, H) > 0; in findHomography() 402 cb->runKernel( src, dst, H ); in findHomography() 675 int runKernel( InputArray _m1, InputArray _m2, OutputArray _model ) const in runKernel() function in cv::FMEstimatorCallback 761 result = cb->runKernel(m1, m2, F); in findFundamentalMat()
|
D | solvepnp.cpp | 162 int runKernel( InputArray _m1, InputArray _m2, OutputArray _model ) const in runKernel() function in cv::PnPRansacCallback
|
D | five-point.cpp | 40 int runKernel( InputArray _m1, InputArray _m2, OutputArray _model ) const in runKernel() function in cv::EMEstimatorCallback
|
/external/opencv3/modules/calib3d/test/ |
D | test_modelest.cpp | 55 virtual int runKernel( const CvMat*, const CvMat*, CvMat* ); 67 int BareModelEstimator::runKernel( const CvMat*, const CvMat*, CvMat* )
|
/external/opencv3/modules/calib3d/ |
D | precomp.hpp | 89 virtual int runKernel(InputArray m1, InputArray m2, OutputArray model) const = 0;
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 63 virtual int runKernel( const CvMat* m1, const CvMat* m2, CvMat* model )=0; 212 nmodels = runKernel( ms1, ms2, models ); in runRANSAC() 311 nmodels = runKernel( ms1, ms2, models ); in CV_IMPLEMENT_QSORT() 429 virtual int runKernel( const CvMat* m1, const CvMat* m2, CvMat* model ); 444 int CvHomographyEstimator::runKernel( const CvMat* m1, const CvMat* m2, CvMat* H ) in runKernel() function in CvHomographyEstimator 624 result = estimator.runKernel( M, m, &_H ) > 0; in cvFindHomography() 663 virtual int runKernel( const CvMat* m1, const CvMat* m2, CvMat* model ); 678 int CvFMEstimator::runKernel( const CvMat* m1, const CvMat* m2, CvMat* model ) in runKernel() function in CvFMEstimator
|