MBIQuadDetectorResult


@interface MBIQuadDetectorResult : MBIDetectorResult <NSCopying>

Base class for all detectors that are used for MBIQuadrangle detection.

  • Unavailable

    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 (nonatomic, strong, readonly, nullable) MBIQuadrangle *quadrangle;

    Swift

    var quadrangle: MBIQuadrangle? { get }