Kofax Mobile SDK API Reference
kfxKEDDocumentDetectionSettings.h
Go to the documentation of this file.
1 //
2 // kfxKEDDocumentDetectionSettings.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 
10 
12 
15 typedef NS_ENUM(NSInteger, kfxKEDDocumentEdgeDetection)
16 {
17  kfxKEDDocumentEdgeDetection_ISG DEPRECATED_ATTRIBUTE,
19  //kfxKEDDocumentEdgeDetection_CIRectangleDetector __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0)
20 };
21 
24 
26 
40 @property (nonatomic) int longAxisThreshold;
41 
43 
57 @property (nonatomic) int shortAxisThreshold;
58 
60 
64 @property (nonatomic) CGFloat zoomMinFillFraction;
65 
67 
75 
77 
80 - (instancetype)initWithSettings:(kfxKEDDocumentBaseDetectionSettings*)settings;
81 
82 @end
kfxKEDDocumentEdgeDetection edgeDetection
The document edge detection algorithm.
Definition: kfxKEDDocumentDetectionSettings.h:74
Definition: kfxKEDDocumentDetectionSettings.h:18
CGFloat zoomMinFillFraction
The minimum fill area as a fraction of the target frame.
Definition: kfxKEDDocumentDetectionSettings.h:64
int longAxisThreshold
The minimum page size threshold for the long axis of the control.
Definition: kfxKEDDocumentDetectionSettings.h:40
int shortAxisThreshold
The minimum page size threshold for the short axis of the control.
Definition: kfxKEDDocumentDetectionSettings.h:57
kfxKEDDocumentEdgeDetection
An enumeration containing the possible edge detection algorithms.
Definition: kfxKEDDocumentDetectionSettings.h:15
Definition: kfxKEDDocumentDetectionSettings.h:17
A configuration object for controlling the kfxKCDDocumentDetector object.
Definition: kfxKEDDocumentDetectionSettings.h:23
Base class for detector settings.
Definition: kfxKEDDocumentBaseDetectionSettings.h:20
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.