Searched refs:checkSubset (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvfundam.cpp80 virtual bool checkSubset( const CvMat* ms1, int count );
381 if( checkPartialSubsets && (!checkSubset( ms1, i+1 ) || !checkSubset( ms2, i+1 )))
387 (!checkSubset( ms1, i+1 ) || !checkSubset( ms2, i+1 )))
396 bool CvModelEstimator2::checkSubset( const CvMat* m, int count ) function in class:CvModelEstimator2

Completed in 48 milliseconds