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.
Attribute | Type |
---|---|
startPoint |
Point |
endPoint |
Point |
linesConfidenceCoefficients |
byte[] |
The start point of the line segment.
Point com.dynamsoft.dbr.LineSegment.startPoint
The end point of the line segment.
Point com.dynamsoft.dbr.LineSegment.endPoint
The confidence coefficients for lines. There are 4 coefficients in this set:
byte[] com.dynamsoft.dbr.LineSegment.linesConfidenceCoefficients
latest version