Home
last modified time | relevance | path

Searched defs:clockwise (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dconvhull.cpp129 void convexHull( InputArray _points, OutputArray _hull, bool clockwise, bool returnPoints ) in convexHull()
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp509 bool clockwise = orientation == CV_CLOCKWISE; in run_func() local
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2329 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()
Dimgproc.cpp4847 (JNIEnv* env, jclass , jlong points_mat_nativeObj, jlong hull_mat_nativeObj, jboolean clockwise) in Java_org_opencv_imgproc_Imgproc_convexHull_10()