Home
last modified time | relevance | path

Searched refs:cvConvexHull2 (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/opencv/cv/include/
Dcvcompat.h389 cvConvexHull2( &points1, &hull1, orientation, 0 ); in cvConvexHull()
395 cvConvexHull2( contour, storage, orientation )
404 cvConvexHull2( contour, storage, orientation )
Dcv.h785 CVAPI(CvSeq*) cvConvexHull2( const CvArr* input, in LOAD_CHDL()
/external/opencv/cv/src/
Dcvrotcalipers.cpp394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 )); in cvMinAreaRect2()
Dcvconvhull.cpp228 cvConvexHull2( const CvArr* array, void* hull_storage, in cvConvexHull2() function
Dcvcalibinit.cpp1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads()
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp395 cvConvexHull2( const CvArr* array, void* hull_storage, in cvConvexHull2() function
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h570 CVAPI(CvSeq*) cvConvexHull2( const CvArr* input,
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp1154 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads()
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp505 hull1 = cvConvexHull2( points, hull_storage, orientation, return_points ); in run_func()