MBIQuadWithSizeDetector
@interface MBIQuadWithSizeDetector : MBIQuadDetector
Base class for all detectors that are used for MBIQuadrangle detection and can also provide physical size of the detected document.
-
Unavailable
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
Quad with size detector result
Declaration
Objective-C
@property (nonatomic, weak, readonly) MBIQuadWithSizeDetectorResult *_Nullable quadWithSizeResult;
Swift
weak var quadWithSizeResult: MBIQuadWithSizeDetectorResult? { get }