HomeSort by relevance Sort by last modified time
    Searched defs:pointPolygonTest (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/src/
geometry.cpp 95 double cv::pointPolygonTest( InputArray _contour, Point2f pt, bool measureDist )
250 return cv::pointPolygonTest(contour, pt, measure_dist != 0);
562 if( pointPolygonTest(_InputArray(fp1, n), fp2[0], false) >= 0 )
567 else if( pointPolygonTest(_InputArray(fp2, n), fp1[0], false) >= 0 )
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 51 milliseconds