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