Kofax Mobile SDK API Reference
kfxKEDDocumentBaseDetectionSettings.h
Go to the documentation of this file.
1 //
2 // kfxKEDDocumentBaseDetectionSettings.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2014-2017 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreGraphics/CoreGraphics.h>
11 
13 
21 
23 
26 @property (nonatomic) CGPoint targetFrameCenter;
27 
29 
40 @property (nonatomic) CGFloat targetFramePaddingPercent;
41 
43 
54 @property (nonatomic) CGFloat targetFrameAspectRatio;
55 
57 
60 @property (nonatomic) CGFloat zoomMinFillFraction;
61 
63 
66 @property (nonatomic) CGFloat zoomMaxFillFraction;
67 
69 
72 @property (nonatomic) CGFloat turnSkewAngleTolerance;
73 
75 
80 @property (nonatomic) CGFloat verticalMovementTolerance;
81 
83 
88 @property (nonatomic) CGFloat horizontalMovementTolerance;
89 
90 @end
CGFloat turnSkewAngleTolerance
The maximum angle the document can be rotated off from the target frame.
Definition: kfxKEDDocumentBaseDetectionSettings.h:72
CGFloat zoomMaxFillFraction
The maximum fill area as a fraction of the target frame.
Definition: kfxKEDDocumentBaseDetectionSettings.h:66
CGFloat targetFramePaddingPercent
The minimum padding in percent length to be maintained between the edges of the target frame and imag...
Definition: kfxKEDDocumentBaseDetectionSettings.h:40
CGPoint targetFrameCenter
The center point within the image of the target frame.
Definition: kfxKEDDocumentBaseDetectionSettings.h:26
CGFloat verticalMovementTolerance
The maximum distance the document can be shifted above or below the target frame. ...
Definition: kfxKEDDocumentBaseDetectionSettings.h:80
CGFloat targetFrameAspectRatio
The aspect ratio of the rectangular frame that should match the document being searched.
Definition: kfxKEDDocumentBaseDetectionSettings.h:54
CGFloat zoomMinFillFraction
The minimum fill area as a fraction of the target frame.
Definition: kfxKEDDocumentBaseDetectionSettings.h:60
CGFloat horizontalMovementTolerance
The maximum distance the document can be shifted left of right of the target frame.
Definition: kfxKEDDocumentBaseDetectionSettings.h:88
Base class for detector settings.
Definition: kfxKEDDocumentBaseDetectionSettings.h:20
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.