Home | History | Annotate | Download | only in src

Lines Matching refs:convexhull

2325     // C++:  void convexHull(vector_Point points, vector_int& hull, bool clockwise = false,  _hidden_  returnPoints = true)
2328 //javadoc: convexHull(points, hull, clockwise)
2329 public static void convexHull(MatOfPoint points, MatOfInt hull, boolean clockwise)
2338 //javadoc: convexHull(points, hull)
2339 public static void convexHull(MatOfPoint points, MatOfInt hull)
2350 // C++: void convexityDefects(vector_Point contour, vector_int convexhull, vector_Vec4i& convexityDefects)
2353 //javadoc: convexityDefects(contour, convexhull, convexityDefects)
2354 public static void convexityDefects(MatOfPoint contour, MatOfInt convexhull, MatOfInt4 convexityDefects)
2357 Mat convexhull_mat = convexhull;
3198 // C++: void convexHull(vector_Point points, vector_int& hull, bool clockwise = false, _hidden_ returnPoints = true)
3202 // C++: void convexityDefects(vector_Point contour, vector_int convexhull, vector_Vec4i& convexityDefects)