Kofax Mobile SDK API Reference
kfxKEDQuickAnalysisSettings.h
Go to the documentation of this file.
1 // API Reference
2 //
3 // kfxKEDQuickAnalysisSettings.h
4 // KMCEngineData Objects
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 
13 
14 @interface kfxKEDQuickAnalysisSettings : NSObject <NSCoding>
15 
17 
23 @property (nonatomic) bool enableLegacyBlurDetection;
24 
26 
31 @property (nonatomic) bool enableBlurDetection;
32 
34 
37 @property (nonatomic) int blurThreshold;
39 
42 @property (nonatomic) int legacyBlurThreshold;
43 
45 
48 @property (nonatomic) int blurCountPercentThreshold;
49 
50 
52 
57 @property (nonatomic) bool enableSaturationDetection;
58 
60 
65 @property (nonatomic) bool enableGlareDetection;
66 
68 
73 @property (nonatomic) double glareDetectionIntensityFraction;
74 
76 
80 @property (nonatomic) int glareDetectionIntensityThreshold;
81 
83 
88 @property (nonatomic) double glareDetectionMinimumGlareAreaFraction;
89 
91 
96 @property (nonatomic) int glareDetectionNumberOfTiles;
97 
99 
104 @property (nonatomic) double glareDetectedThreshold;
106 
111 @property (nonatomic) bool enableSkewDetection;
112 
113 
115 
120 @property (nonatomic) bool enableShadowDetection;
121 
122 
124 
129 @property (nonatomic) bool enableMissingBordersDetection;
130 
131 
133 
138 @property (nonatomic) bool enableLowContrastBackgroundDetection;
139 
140 
142 /*
143  Application should set the property to KED_USEMRZDETECTION_ON to enable MRZ passport detection during quick analysis.
144  Default:KED_USEMRZDETECTION_OFF
145  */
147 
149 
155 
157 
162 
163 @end
KEDDocumentDetectionBasedCropOptions useDocumentDetectionBasedCrop
Specify quick analysis to run document detection based cropping prior to page detection.
Definition: kfxKEDQuickAnalysisSettings.h:161
int glareDetectionNumberOfTiles
Settings used in the glare detection algorithm.
Definition: kfxKEDQuickAnalysisSettings.h:96
KEDDocumentDetectionBasedCropOptions
Document Detection Based Cropping Options enumeration.
Definition: kfxKEDImagePerfectionProfile.h:47
bool enableBlurDetection
Enable/Disable the blur detection in quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:31
int glareDetectionIntensityThreshold
Settings used in the glare detection algorithm.
Definition: kfxKEDQuickAnalysisSettings.h:80
int blurThreshold
Set the blur threshold for blur detection. Valid values: 0-100.
Definition: kfxKEDQuickAnalysisSettings.h:37
KEDMRZDetectionOptions
MRZ Document Cropping Options enumeration.
Definition: kfxKEDImagePerfectionProfile.h:21
double glareDetectedThreshold
Settings used in the glare detection algorithm.
Definition: kfxKEDQuickAnalysisSettings.h:104
Definition: kfxKEDQuickAnalysisSettings.h:14
int legacyBlurThreshold
Set the blur threshold for legacy blur detection. Valid values: 0-100.
Definition: kfxKEDQuickAnalysisSettings.h:42
bool enableSaturationDetection
Enable/Disable the saturation detection in quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:57
bool enableLowContrastBackgroundDetection
Enable/Disable low contrast background detection in the quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:138
bool enableMissingBordersDetection
Enable/Disable missing borders detection in the quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:129
double glareDetectionIntensityFraction
Settings used in the glare detection algorithm.
Definition: kfxKEDQuickAnalysisSettings.h:73
int blurCountPercentThreshold
Set the blur count percent threshold for blur detection. Valid values: 0-100.
Definition: kfxKEDQuickAnalysisSettings.h:48
KEDTargetFrameCropOptions useTargetFrameCrop
Specify quick analysis to run target frame cropping prior to page detection.
Definition: kfxKEDQuickAnalysisSettings.h:154
bool enableLegacyBlurDetection
Enable/Disable the legacy blur detection in quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:23
KEDMRZDetectionOptions useMRZPassportDetection
Specify quick analysis to use MRZ passport detection for cropping process or not. ...
Definition: kfxKEDQuickAnalysisSettings.h:146
bool enableGlareDetection
Enable/Disable the glare detection in quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:65
bool enableShadowDetection
Enable/Disable shadow detection in the quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:120
double glareDetectionMinimumGlareAreaFraction
Settings used in the glare detection algorithm.
Definition: kfxKEDQuickAnalysisSettings.h:88
KEDTargetFrameCropOptions
Target Frame Cropping Options enumeration.
Definition: kfxKEDImagePerfectionProfile.h:34
bool enableSkewDetection
Enable/Disable skew detection in the quick analysis process.
Definition: kfxKEDQuickAnalysisSettings.h:111
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.