Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores line segment data.
typedef struct tagLineSegment LineSegment
Attribute | Type |
---|---|
startPoint |
DBRPoint |
endPoint |
DBRPoint |
linesConfidenceCoefficients |
unsigned char * |
The start point of the line segment.
DBRPoint tagLineSegment::startPoint
The end point of the line segment.
DBRPoint tagLineSegment::endPoint
The confidence coefficients for lines. There are 4 coefficients in this set:
unsigned char* tagLineSegment::linesConfidenceCoefficients
latest version