VLDGlareArea

@interface VLDGlareArea

VLDGlareArea contains the coordinates that make up a region of glare detected in an image by the OCR process.

  • A general location of where the glare is located. This point is in the coordinate space of the screen.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) int location;
  • A UIBezierPath constructed using the outerPoints.

    Declaration

    Objective-C

    - (id)bezierPath;