Searched defs:checkSubset (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/calib3d/ | ||
D | precomp.hpp | 91 virtual bool checkSubset(InputArray, InputArray, int) const { return true; } in checkSubset() function in cv::PointSetRegistrator::Callback |
/external/opencv3/modules/calib3d/src/ | ||
D | precomp.hpp | 91 virtual bool checkSubset(InputArray, InputArray, int) const { return true; } in checkSubset() function in cv::PointSetRegistrator::Callback |
D | fundam.cpp | 76 bool checkSubset( InputArray _ms1, InputArray _ms2, int count ) const in checkSubset() function in cv::HomographyEstimatorCallback |
D | ptsetreg.cpp | 469 bool checkSubset( InputArray _ms1, InputArray _ms2, int count ) const in checkSubset() function in cv::Affine3DEstimatorCallback |
/external/opencv/cv/src/ | ||
D | cvfundam.cpp | 396 bool CvModelEstimator2::checkSubset( const CvMat* m, int count ) in checkSubset() function in CvModelEstimator2 |