Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Contour
Stores the contour information.
Typedefs
typedef struct tagContour Contour
Attributes
Attribute | Type |
---|---|
pointsCount |
int |
points |
DBRPoint * |
pointsCount
The total points count of the contour.
int tagContour::pointsCount
points
The points array.
DBRPoint* tagContour::points