Home
last modified time | relevance | path

Searched refs:CV_CLOCKWISE (Results 1 – 10 of 10) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_common.cpp101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 ); in cvSegmentFGMask()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h512 CV_CLOCKWISE =1, enumerator
Dimgproc_c.h572 int orientation CV_DEFAULT(CV_CLOCKWISE),
/external/opencv/cv/src/
Dcvrotcalipers.cpp394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 )); in cvMinAreaRect2()
Dcvcalibinit.cpp1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads()
/external/opencv/cv/include/
Dcv.h781 #define CV_CLOCKWISE 1 in LOAD_CHDL() macro
787 int orientation CV_DEFAULT(CV_CLOCKWISE), in LOAD_CHDL()
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp476 orientation == CV_CLOCKWISE, CV_MAT_CN(hulltype) == 2); in cvConvexHull2()
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp473 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/
Dcalibinit.cpp1154 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java90 CV_CLOCKWISE = 1, field in Imgproc