Home | History | Annotate | Download | only in src

Lines Matching refs:ms2

78         Mat ms1 = _ms1.getMat(), ms2 = _ms2.getMat();
79 if( haveCollinearPoints(ms1, count) || haveCollinearPoints(ms2, count) )
95 const Point2f* dst = ms2.ptr<Point2f>();
671 Mat ms1 = _ms1.getMat(), ms2 = _ms2.getMat();
672 return !haveCollinearPoints(ms1, count) && !haveCollinearPoints(ms2, count);