MBCDisplayableQuadDetection
Objective-C
@interface MBCDisplayableQuadDetection : MBCDisplayableDetection
Swift
class MBCDisplayableQuadDetection : MBCDisplayableDetection
Represents a detection that can be displayed on screen.
-
Exact location of detected object on image. Contains 4 points of detected object’s corners.
Declaration
Objective-C
@property (nonatomic, strong) MBCQuadrangle *_Nonnull detectionLocation;
Swift
var detectionLocation: MBCQuadrangle { get set }