Kofax Mobile SDK API Reference
KFXSelfieDetectionSettings.h
Go to the documentation of this file.
1 //
2 // kfxSelfieDetectionSettings.h
3 // kfxLibUIControls
4 //
5 // Created by Kofax on 02/03/17.
6 // Copyright © 2017 Kofax. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreGraphics/CoreGraphics.h>
11 
12 @interface KFXSelfieDetectionSettings : NSObject
13 
15 
21 @property (nonatomic, assign) CGFloat minimumFaceSize;
22 
24 
32 @property (nonatomic, assign) CGFloat faceAngleTolerance;
33 
34 
35 //These values are used for drawing oval/ellipse on capture view.
36 
37 
39 
43 @property (nonatomic, assign) CGPoint targetFrameCenter;
44 
46 
56 @property (nonatomic, assign) CGFloat targetFrameAspectRatio;
57 
59 
68 @property (nonatomic, assign) CGFloat targetFramePaddingPercent;
69 
70 @end
CGFloat faceAngleTolerance
The face angle to detect the face.
Definition: KFXSelfieDetectionSettings.h:32
CGFloat targetFramePaddingPercent
The minimum padding in percent length to be maintained between the edges of the target ellipse and im...
Definition: KFXSelfieDetectionSettings.h:68
CGFloat minimumFaceSize
Percentage of face fits in the target frame.
Definition: KFXSelfieDetectionSettings.h:21
Definition: KFXSelfieDetectionSettings.h:12
CGFloat targetFrameAspectRatio
The aspect ratio of the ellipse that should match the document being searched.
Definition: KFXSelfieDetectionSettings.h:56
CGPoint targetFrameCenter
The center point within the image of the target ellipse.
Definition: KFXSelfieDetectionSettings.h:43
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.