Lines Matching defs:_CvContourScanner
145 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 */
157 int img_step; /* image step */
158 CvSize img_size; /* ROI size */
159 CvPoint offset; /* ROI offset: coordinates, added to each contour point */
183 _CvContourScanner; argument