OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvConvexHull2
(Results
1 - 6
of
6
) sorted by null
/external/opencv/cvaux/src/
cvbgfg_common.cpp
101
newC =
cvConvexHull2
( c, tempStorage, CV_CLOCKWISE, 1 );
/external/opencv/cv/include/
cvcompat.h
389
cvConvexHull2
( &points1, &hull1, orientation, 0 );
395
cvConvexHull2
( contour, storage, orientation )
404
cvConvexHull2
( contour, storage, orientation )
[
all
...]
cv.h
[
all
...]
/external/opencv/cv/src/
cvrotcalipers.cpp
394
CV_CALL( ptseq =
cvConvexHull2
( ptseq, temp_storage, CV_CLOCKWISE, 1 ));
cvconvhull.cpp
228
cvConvexHull2
( const CvArr* array, void* hull_storage,
236
CV_FUNCNAME( "
cvConvexHull2
" );
cvcalibinit.cpp
[
all
...]
Completed in 103 milliseconds