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

/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 );
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 ));
H A Dcvcalibinit.cpp1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 );
/external/opencv/cv/include/
H A Dcv.h781 #define CV_CLOCKWISE 1 macro
787 int orientation CV_DEFAULT(CV_CLOCKWISE),

Completed in 94 milliseconds