Home
last modified time | relevance | path

Searched defs:convexHull (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkOpCubicHull.cpp55 int SkDCubic::convexHull(char order[4]) const { in convexHull() function in SkDCubic
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp129 void convexHull( InputArray _points, OutputArray _hull, bool clockwise, bool returnPoints ) in convexHull() function
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2329 public static void convexHull(MatOfPoint points, MatOfInt hull, boolean clockwise) in convexHull() method in Imgproc
2339 public static void convexHull(MatOfPoint points, MatOfInt hull) in convexHull() method in Imgproc