-
- All Implemented Interfaces:
-
io.scanbot.sdk.camera.autosnapping.IAutoSnappingPredicate
public final class ContourDetectionStatusAutoSnappingPredicate implements IAutoSnappingPredicate<DetectionResult>Validation based on DetectionResult statuses.
Only several consecutive positive statuses allow snapping.
-
-
Constructor Summary
Constructors Constructor Description ContourDetectionStatusAutoSnappingPredicate()
-
Method Summary
Modifier and Type Method Description final UnitsetIgnoreBadAspectRatio(Boolean ignoreBadAspectRatio)BooleancheckState(DetectionResult param)-
-
Method Detail
-
setIgnoreBadAspectRatio
final Unit setIgnoreBadAspectRatio(Boolean ignoreBadAspectRatio)
-
checkState
Boolean checkState(DetectionResult param)
-
-
-
-