BaseDocumentAutoSnappingController

Basic implementation for any contour-based auto-snap.

In addition to BaseAutoSnappingController's logic also checks polygon displacement and DocumentDetectionStatus status.

See also

BaseDocumentAutoSnappingController.detach

Inheritors

Constructors

Link copied to clipboard
constructor(cameraView: IScanbotCameraView)

Types

Link copied to clipboard
data class Param(val status: DocumentDetectionStatus, val polygon: List<PointF>)

Data holder for info needed for frame validation.