-
public final class ContourDetectorFrameHandler.DetectedFrameContour detection results alongside with information about frame
-
-
Field Summary
Fields Modifier and Type Field Description public final DetectionResultdetectionResultpublic final List<PointF>polygonpublic final IntegerframeOrientationpublic final IntegerframeWidthpublic final IntegerframeHeightpublic final DoubledetectionScorepublic final RectfinderRectpublic final List<PageAspectRatio>requiredPageAspectRatios
-
Constructor Summary
Constructors Constructor Description ContourDetectorFrameHandler.DetectedFrame(DetectionResult detectionResult, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight)Deprecated constructor, with missing detectionScore. ContourDetectorFrameHandler.DetectedFrame(DetectionResult detectionResult, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight, Double detectionScore, Rect finderRect, List<PageAspectRatio> requiredPageAspectRatios)
-