LineSegmentsUnit
The LineSegmentsUnit
class represents a collection of line segments in 2D space. It is a derived class of IntermediateResultUnit
.
Definition
Namespace: com.dynamsoft.core.intermediate_results
Assembly: DynamsoftCore.aar
class LineSegmentsUnit extends IntermediateResultUnit
Methods
Methods | Description |
---|---|
getLineSegments |
Gets the array of LineSegment . |
getLineSegments
Gets the array of LineSegment
.
LineSegment[] getLineSegments();
Return Value
The array of LineSegment
.