Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
cvcontourtree.cpp File Reference
#include "_cv.h"

Macros

#define CV_MATCH_CHECK(status, cvFun)
 

Functions

CV_IMPL CvContourTreecvCreateContourTree (const CvSeq *contour, CvMemStorage *storage, double threshold)
 
CV_IMPL CvSeqcvContourFromContourTree (const CvContourTree *tree, CvMemStorage *storage, CvTermCriteria criteria)
 

Macro Definition Documentation

#define CV_MATCH_CHECK (   status,
  cvFun 
)
Value:
{ \
status = cvFun; \
if( status != CV_OK ) \
goto M_END; \
}

Function Documentation

CV_IMPL CvSeq* cvContourFromContourTree ( const CvContourTree tree,
CvMemStorage storage,
CvTermCriteria  criteria 
)
CV_IMPL CvContourTree* cvCreateContourTree ( const CvSeq contour,
CvMemStorage storage,
double  threshold 
)