Searched refs:measure_dist (Results 1 – 4 of 4) sorted by relevance
165 cvPointPolygonTest( const CvArr* _contour, CvPoint2D32f pt, int measure_dist ) in cvPointPolygonTest() argument188 if( contour->header_size == sizeof(CvContour) && !measure_dist ) in cvPointPolygonTest()208 …if( !is_float && !measure_dist && (ip.x = cvRound(pt.x)) == pt.x && (ip.y = cvRound(pt.y)) == pt.y… in cvPointPolygonTest()255 if( !measure_dist ) in cvPointPolygonTest()
246 cvPointPolygonTest( const CvArr* _contour, CvPoint2D32f pt, int measure_dist ) in cvPointPolygonTest() argument250 return cv::pointPolygonTest(contour, pt, measure_dist != 0); in cvPointPolygonTest()
613 CvPoint2D32f pt, int measure_dist );
817 CvPoint2D32f pt, int measure_dist ); in LOAD_CHDL()