Searched refs:haveCollinearPoints (Results 1 – 1 of 1) sorted by relevance
50 static bool haveCollinearPoints( const Mat& m, int count ) in haveCollinearPoints() function79 if( haveCollinearPoints(ms1, count) || haveCollinearPoints(ms2, count) ) in checkSubset()672 return !haveCollinearPoints(ms1, count) && !haveCollinearPoints(ms2, count); in checkSubset()