#include "_cv.h"
Macros | |
#define | CV_MATCH_CHECK(status, cvFun) |
Functions | |
CV_IMPL CvContourTree * | cvCreateContourTree (const CvSeq *contour, CvMemStorage *storage, double threshold) |
CV_IMPL CvSeq * | cvContourFromContourTree (const CvContourTree *tree, CvMemStorage *storage, CvTermCriteria criteria) |
#define CV_MATCH_CHECK | ( | status, | |
cvFun | |||
) |
CV_IMPL CvSeq* cvContourFromContourTree | ( | const CvContourTree * | tree, |
CvMemStorage * | storage, | ||
CvTermCriteria | criteria | ||
) |
CV_IMPL CvContourTree* cvCreateContourTree | ( | const CvSeq * | contour, |
CvMemStorage * | storage, | ||
double | threshold | ||
) |