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