Searched refs:cvConvexHull2 (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 );
/external/opencv/cv/include/
H A Dcvcompat.h389 cvConvexHull2( &points1, &hull1, orientation, 0 );
395 cvConvexHull2( contour, storage, orientation )
404 cvConvexHull2( contour, storage, orientation )
H A Dcv.h785 CVAPI(CvSeq*) cvConvexHull2( const CvArr* input,
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 ));
H A Dcvconvhull.cpp228 cvConvexHull2( const CvArr* array, void* hull_storage, function
236 CV_FUNCNAME( "cvConvexHull2" );
H A Dcvcalibinit.cpp1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 );

Completed in 75 milliseconds