Home
last modified time | relevance | path

Searched defs:_CvContourScanner (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvcontours.cpp145 typedef struct _CvContourScanner struct
147 CvMemStorage *storage1; /* contains fetched contours */
148 CvMemStorage *storage2; /* contains approximated contours
150 CvMemStorage *cinfo_storage; /* contains _CvContourInfo nodes */
151 CvSet *cinfo_set; /* set of _CvContourInfo nodes */
152 CvMemStoragePos initial_pos; /* starting storage pos */
153 CvMemStoragePos backup_pos; /* beginning of the latest approx. contour */
154 CvMemStoragePos backup_pos2; /* ending of the latest approx. contour */
155 schar *img0; /* image origin */
156 schar *img; /* current image row */
[all …]
/external/opencv3/modules/imgproc/src/
Dcontours.cpp131 typedef struct _CvContourScanner struct
133 CvMemStorage *storage1; /* contains fetched contours */
134 CvMemStorage *storage2; /* contains approximated contours
136 CvMemStorage *cinfo_storage; /* contains _CvContourInfo nodes */
137 CvSet *cinfo_set; /* set of _CvContourInfo nodes */
138 CvMemStoragePos initial_pos; /* starting storage pos */
139 CvMemStoragePos backup_pos; /* beginning of the latest approx. contour */
140 CvMemStoragePos backup_pos2; /* ending of the latest approx. contour */
141 schar *img0; /* image origin */
142 schar *img; /* current image row */
[all …]