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.
public class LineSegment
Attribute | Type |
---|---|
StartPoint |
Point |
EndPoint |
Point |
LinesConfidenceCoefficients |
byte[ ] |
The start point of the line segment.
Point Dynamsoft.DBR.LineSegment.StartPoint
The end point of the line segment.
Point Dynamsoft.DBR.LineSegment.EndPoint
The confidence coefficients for lines. There are 4 coefficients in this set:
byte[] Dynamsoft.DBR.LineSegment.LinesConfidenceCoefficients
latest version