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.
@interface iLineSegment
Attribute | Type | Descriptions | |
---|---|---|---|
startPoint |
CGPoint |
The start point of the line segment. | |
endPoint |
CGPoint |
The end point of the line segment. | |
linesConfidenceCoefficients |
NSData * | byte[] | The confidence coefficients for lines. |
The start point of the line segment.
CGPoint startPoint
The end point of the line segment.
CGPoint endPoint
The confidence coefficients for lines. There are 4 coefficients in this set:
NSData* linesConfidenceCoefficients
latest version