MBQuadDetectorResult
@interface MBQuadDetectorResult : MBDetectorResult <NSCopying>
Base class for all detectors that are used for MBQuadrangle detection.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nullable) MBQuadrangle *quadrangle;
Swift
var quadrangle: MBQuadrangle? { get }