Class DetectPolygonOnPageUseCase.BitmapLines
-
- All Implemented Interfaces:
public final class DetectPolygonOnPageUseCase.BitmapLinesEncapsulates information about the detected polygon, lines and bitmap extracted from the page
-
-
Method Summary
Modifier and Type Method Description final List<PointF>getPolygon()final List<Line2D>getVertical()final List<Line2D>getHorizontal()final BitmapgetBitmap()-
-
Method Detail
-
getPolygon
final List<PointF> getPolygon()
-
getVertical
final List<Line2D> getVertical()
-
getHorizontal
final List<Line2D> getHorizontal()
-
-
-
-