MBDisplayablePointsDetection


@interface MBDisplayablePointsDetection : MBDisplayableDetection

Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

  • Coordinates of points (CGPoint) of a detected object.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) NSArray *_Nonnull points;

    Swift

    var points: [Any] { get set }