Searched refs:CV_CLOCKWISE (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvbgfg_common.cpp | 101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 ); in cvSegmentFGMask()
|
/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()
|