Class DetectPolygonOnPageUseCase.BitmapLines
-
- All Implemented Interfaces:
public final class DetectPolygonOnPageUseCase.BitmapLines
Encapsulates 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 Bitmap
getBitmap()
-
-
Method Detail
-
getPolygon
final List<PointF> getPolygon()
-
getVertical
final List<Line2D> getVertical()
-
getHorizontal
final List<Line2D> getHorizontal()
-
-
-
-