#include "_cv.h"
Classes | |
struct | _CvPtInfo |
Typedefs | |
typedef struct _CvPtInfo | _CvPtInfo |
Functions | |
CvStatus | icvApproximateChainTC89 (CvChain *chain, int header_size, CvMemStorage *storage, CvSeq **contour, int method) |
CV_IMPL CvSeq * | cvApproxChains (CvSeq *src_seq, CvMemStorage *storage, int method, double, int minimal_perimeter, int recursive) |
CV_IMPL CvSeq * | cvApproxPoly (const void *array, int header_size, CvMemStorage *storage, int method, double parameter, int parameter2) |
CV_IMPL CvSeq* cvApproxChains | ( | CvSeq * | src_seq, |
CvMemStorage * | storage, | ||
int | method, | ||
double | , | ||
int | minimal_perimeter, | ||
int | recursive | ||
) |
CV_IMPL CvSeq* cvApproxPoly | ( | const void * | array, |
int | header_size, | ||
CvMemStorage * | storage, | ||
int | method, | ||
double | parameter, | ||
int | parameter2 | ||
) |