#include "_cv.h"
Functions | |
CV_IMPL double | cvArcLength (const void *array, CvSlice slice, int is_closed) |
CV_INLINE double | icvIsPtInCircle (CvPoint2D32f pt, CvPoint2D32f center, float radius) |
CV_IMPL int | cvMinEnclosingCircle (const void *array, CvPoint2D32f *_center, float *_radius) |
CV_IMPL double | cvContourArea (const void *array, CvSlice slice) |
CV_IMPL CvBox2D | cvFitEllipse2 (const CvArr *array) |
CV_IMPL CvRect | cvBoundingRect (CvArr *array, int update) |
CV_IMPL int cvMinEnclosingCircle | ( | const void * | array, |
CvPoint2D32f * | _center, | ||
float * | _radius | ||
) |
CV_INLINE double icvIsPtInCircle | ( | CvPoint2D32f | pt, |
CvPoint2D32f | center, | ||
float | radius | ||
) |