RGLGlaresCheckParams
@interface RGLGlaresCheckParams : NSObject
/// Part of margin from the edges of the image that is ignored by glares check.
/// Type: Double.
/// Example: value 0.07 is 7% of image area is ignored .
@property (nonatomic, strong, nullable) NSNumber *imgMarginPart;
/// The maximum allowable part of glared area.
/// Type: Double.
/// Example: value 0.1 is 10% allowed.
@property (nonatomic, strong, nullable) NSNumber *maxGlaringPart;
@end
Undocumented
-
Part of margin from the edges of the image that is ignored by glares check. Type: Double. Example: value 0.07 is 7% of image area is ignored .
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSNumber *imgMarginPart;
-
The maximum allowable part of glared area. Type: Double. Example: value 0.1 is 10% allowed.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSNumber *maxGlaringPart;