Searched defs:_CvContourScanner (Results 1 – 1 of 1) sorted by relevance
145 typedef struct _CvContourScanner struct147 CvMemStorage *storage1; /* contains fetched contours */148 CvMemStorage *storage2; /* contains approximated contours150 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 …]