Package io.scanbot.sdk.autosnapping
Class BaseContourAutoSnappingController.Param
-
- All Implemented Interfaces:
public final class BaseContourAutoSnappingController.Param
Data holder for info needed for frame validation.
-
-
Field Summary
Fields Modifier and Type Field Description private final DocumentDetectionStatus
status
private final List<PointF>
polygon
-
Constructor Summary
Constructors Constructor Description BaseContourAutoSnappingController.Param(DocumentDetectionStatus status, List<PointF> polygon)
-
Method Summary
Modifier and Type Method Description final DocumentDetectionStatus
getStatus()
final List<PointF>
getPolygon()
-
-
Constructor Detail
-
BaseContourAutoSnappingController.Param
BaseContourAutoSnappingController.Param(DocumentDetectionStatus status, List<PointF> polygon)
- Parameters:
status
- status of current frame's detectionpolygon
- detected image's polygon
-
-
Method Detail
-
getStatus
final DocumentDetectionStatus getStatus()
-
getPolygon
final List<PointF> getPolygon()
-
-
-
-