Searched defs:clockwise (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | convhull.cpp | 129 void convexHull( InputArray _points, OutputArray _hull, bool clockwise, bool returnPoints ) in convexHull()
|
/external/opencv3/modules/imgproc/test/ |
D | test_convhull.cpp | 509 bool clockwise = orientation == CV_CLOCKWISE; in run_func() local
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 2329 public static void convexHull(MatOfPoint points, MatOfInt hull, boolean clockwise) in convexHull() 3199 …ic native void convexHull_0(long points_mat_nativeObj, long hull_mat_nativeObj, boolean clockwise); in convexHull_0()
|
D | imgproc.cpp | 4847 (JNIEnv* env, jclass , jlong points_mat_nativeObj, jlong hull_mat_nativeObj, jboolean clockwise) in Java_org_opencv_imgproc_Imgproc_convexHull_10()
|