Searched refs:CV_CLOCKWISE (Results 1 – 10 of 10) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvbgfg_common.cpp | 101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 ); in cvSegmentFGMask()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | types_c.h | 512 CV_CLOCKWISE =1, enumerator
|
D | imgproc_c.h | 572 int orientation CV_DEFAULT(CV_CLOCKWISE),
|
/external/opencv/cv/src/ |
D | cvrotcalipers.cpp | 394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 )); in cvMinAreaRect2()
|
D | cvcalibinit.cpp | 1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads()
|
/external/opencv/cv/include/ |
D | cv.h | 781 #define CV_CLOCKWISE 1 in LOAD_CHDL() macro 787 int orientation CV_DEFAULT(CV_CLOCKWISE), in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/src/ |
D | convhull.cpp | 476 orientation == CV_CLOCKWISE, CV_MAT_CN(hulltype) == 2); in cvConvexHull2()
|
/external/opencv3/modules/imgproc/test/ |
D | test_convhull.cpp | 473 orientation = cvtest::randInt(rng) % 2 ? CV_CLOCKWISE : CV_COUNTER_CLOCKWISE; in prepare_test_case() 509 bool clockwise = orientation == CV_CLOCKWISE; in run_func()
|
/external/opencv3/modules/calib3d/src/ |
D | calibinit.cpp | 1154 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads()
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 90 CV_CLOCKWISE = 1, field in Imgproc
|