Package io.scanbot.sdk.contourdetector
Class ContourDetectorFrameHandler.DetectedFrame
-
- All Implemented Interfaces:
public final class ContourDetectorFrameHandler.DetectedFrame
Contour detection results alongside with information about frame
-
-
Field Summary
Fields Modifier and Type Field Description public final DocumentDetectionStatus
detectionStatus
public final List<PointF>
polygon
public final Integer
frameOrientation
public final Integer
frameWidth
public final Integer
frameHeight
public final Double
detectionScore
public final Rect
finderRect
public final List<AspectRatio>
requiredPageAspectRatios
-
Constructor Summary
Constructors Constructor Description ContourDetectorFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight)
ContourDetectorFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight, Double detectionScore, Rect finderRect, List<AspectRatio> requiredPageAspectRatios)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
ContourDetectorFrameHandler.DetectedFrame
ContourDetectorFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight)
-
ContourDetectorFrameHandler.DetectedFrame
ContourDetectorFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight, Double detectionScore, Rect finderRect, List<AspectRatio> requiredPageAspectRatios)
-
-
-
-