VLDGlareArea Class Reference

Inherits from NSObject
Declared in VLDGlareArea.h

Overview

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

  location

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

@property (nonatomic, assign) CGPoint location

Discussion

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

Declared In

VLDGlareArea.h

  outerPoints

The bounding coordinates of the glare region. Points are stored as NSValue objects containing CGPoint structures. All points are in the coordinate space of the screen.

@property (nonatomic, copy, nullable) NSArray<NSValue*> *outerPoints

Discussion

The bounding coordinates of the glare region. Points are stored as NSValue objects containing CGPoint structures. All points are in the coordinate space of the screen.

Declared In

VLDGlareArea.h

– bezierPath

A UIBezierPath constructed using the outerPoints.

- (UIBezierPath *_Nonnull)bezierPath

Discussion

A UIBezierPath constructed using the outerPoints.

Declared In

VLDGlareArea.h