Searched defs:_CvContourScanner (Results 1 – 2 of 2) 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 …]
131 typedef struct _CvContourScanner struct133 CvMemStorage *storage1; /* contains fetched contours */134 CvMemStorage *storage2; /* contains approximated contours136 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 …]