Home
last modified time | relevance | path

Searched refs:_CvContourInfo (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvcontours.cpp128 typedef struct _CvContourInfo struct
131 struct _CvContourInfo *next; /* next contour with the same mark value */ argument
132 struct _CvContourInfo *parent; /* information about parent contour */ argument
138 _CvContourInfo; argument
163 _CvContourInfo *l_cinfo; /* information about latest approx. contour */
164 _CvContourInfo cinfo_temp; /* temporary var which is used in simple modes */
165 _CvContourInfo frame_info; /* information about frame */
181 _CvContourInfo *cinfo_table[126];
304 scanner->cinfo_set = cvCreateSet( 0, sizeof( CvSet ), sizeof( _CvContourInfo ), in cvStartFindContours()
471 _CvContourInfo *l_cinfo = scanner->l_cinfo; in icvEndProcessContour()
[all …]