Package io.scanbot.sdk.autosnapping
Class BaseDocumentAutoSnappingController
-
- All Implemented Interfaces:
-
io.scanbot.sdk.camera.autosnapping.IAutoSnappingController
public abstract class BaseDocumentAutoSnappingController extends BaseAutoSnappingController<BaseDocumentAutoSnappingController.Param>
Basic implementation for any contour-based auto-snap.
In addition to BaseAutoSnappingController's logic also checks polygon displacement and DocumentDetectionStatus status.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BaseDocumentAutoSnappingController.Param
Data holder for info needed for frame validation.
-
Constructor Summary
Constructors Constructor Description BaseDocumentAutoSnappingController(IScanbotCameraView cameraView)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
BaseDocumentAutoSnappingController
BaseDocumentAutoSnappingController(IScanbotCameraView cameraView)
-
-
-
-