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