Package io.scanbot.sdk.ui
Class EditPolygonViewHelper
-
- All Implemented Interfaces:
public final class EditPolygonViewHelper extends PolygonViewHelper
-
-
Constructor Summary
Constructors Constructor Description EditPolygonViewHelper()
-
Method Summary
Modifier and Type Method Description final List<LineSegmentFloat>
scaleLines(List<LineSegmentFloat> lines)
Performs scaling from 0..1 values to image pixel values. -
-
Method Detail
-
scaleLines
final List<LineSegmentFloat> scaleLines(List<LineSegmentFloat> lines)
Performs scaling from 0..1 values to image pixel values.
-
-
-
-