Kofax Mobile SDK API Reference
KFXFixedAspectRatioDetectionSettings.h
Go to the documentation of this file.
1 //
2 // KFXFixedAspectRatioDetectionSettings.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2017 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
10 
13 
15 
18 - (instancetype)initWithSettings:(kfxKEDDocumentBaseDetectionSettings*)settings;
19 
21 
30 @property (nonatomic, assign) CGFloat targetFrameAspectRatio;
31 
33 
38 @property (nonatomic, assign) CGFloat targetFramePaddingPercent;
39 
41 
44 @property (nonatomic, assign) CGFloat zoomMinFillFraction;
45 
47 
50 @property (nonatomic, assign) CGFloat zoomMaxFillFraction;
51 
53 
56 @property (nonatomic, assign) CGFloat turnSkewAngleTolerance;
57 
59 
62 @property (nonatomic, assign) CGFloat verticalMovementTolerance;
63 
65 
68 @property (nonatomic, assign) CGFloat horizontalMovementTolerance;
69 
70 @end
CGFloat zoomMaxFillFraction
The maximum fill area as a fraction of the target frame.
Definition: KFXFixedAspectRatioDetectionSettings.h:50
A configuration object for controlling the Fixed Aspect Ratio Detector.
Definition: KFXFixedAspectRatioDetectionSettings.h:12
CGFloat verticalMovementTolerance
The maximum distance the document can be shifted above or below the target frame. ...
Definition: KFXFixedAspectRatioDetectionSettings.h:62
CGFloat horizontalMovementTolerance
The maximum distance the document can be shifted left of right of the target frame.
Definition: KFXFixedAspectRatioDetectionSettings.h:68
CGFloat targetFramePaddingPercent
The minimum padding in percent length to be maintained between the edges of the target frame and imag...
Definition: KFXFixedAspectRatioDetectionSettings.h:38
CGFloat zoomMinFillFraction
The minimum fill area as a fraction of the target frame.
Definition: KFXFixedAspectRatioDetectionSettings.h:44
CGFloat turnSkewAngleTolerance
The maximum angle the document can be rotated off from the target frame.
Definition: KFXFixedAspectRatioDetectionSettings.h:56
Base class for detector settings.
Definition: kfxKEDDocumentBaseDetectionSettings.h:20
CGFloat targetFrameAspectRatio
The aspect ratio of the rectangular frame that should match the document being searched.
Definition: KFXFixedAspectRatioDetectionSettings.h:30
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.