Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvbgfg_common.cpp101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 ); in cvSegmentFGMask()
/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()