Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dfundam.cpp50 static bool haveCollinearPoints( const Mat& m, int count ) in haveCollinearPoints() function
79 if( haveCollinearPoints(ms1, count) || haveCollinearPoints(ms2, count) ) in checkSubset()
672 return !haveCollinearPoints(ms1, count) && !haveCollinearPoints(ms2, count); in checkSubset()