Package io.scanbot.sdk.contourdetector
Class ContourDetectorFrameHandler.DetectedFrame
-
- All Implemented Interfaces:
public final class ContourDetectorFrameHandler.DetectedFrameContour detection results alongside with information about frame
-
-
Field Summary
Fields Modifier and Type Field Description public final DocumentDetectionStatusdetectionStatuspublic final List<PointF>polygonpublic final IntegerframeOrientationpublic final IntegerframeWidthpublic final IntegerframeHeightpublic final DoubledetectionScorepublic final RectfinderRectpublic 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)
-
-
-
-