HomeSort by relevance Sort by last modified time
    Searched refs:cvMinEnclosingCircle (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 558 CVAPI(int) cvMinEnclosingCircle( const CvArr* points,
    [all...]
  /external/opencv/cv/include/
cv.h 750 CVAPI(int) cvMinEnclosingCircle( const CvArr* points,
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 278 cvMinEnclosingCircle( const void* array, CvPoint2D32f * _center, float *_radius )
291 CV_FUNCNAME( "cvMinEnclosingCircle" );
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 707 cvMinEnclosingCircle( const void* array, CvPoint2D32f * _center, float *_radius )
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 955 cvMinEnclosingCircle( points, &center, &radius );
    [all...]

Completed in 144 milliseconds