MBBDisplayablePointsDetection


@interface MBBDisplayablePointsDetection : MBBDisplayableDetection

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 (nonatomic, assign, unsafe_unretained, readwrite)
        NSArray *_Nonnull points;

    Swift

    var points: [Any] { get set }