Atalasoft MobileImage API Reference
Properties | List of all members
kfxKUICaptureExperienceCriteriaHolder Class Reference

This class allows the capture criteria to be configured. More...

#import <kfxKUICaptureExperienceCriteriaHolder.h>

Inheritance diagram for kfxKUICaptureExperienceCriteriaHolder:
kfxKUIDocumentBaseCaptureExperienceCriteriaHolder KFXFixedAspectRatioCaptureExperienceCriteriaHolder kfxKUICheckCaptureExperienceCriteriaHolder kfxKUIDocumentCaptureExperienceCriteriaHolder KFXPassportCaptureExperienceCriteriaHolder

Properties

BOOL stabilityThresholdEnabled
 Whether the stability threshold is enabled. More...
 
int stabilityThreshold
 The stability threshold value. More...
 
BOOL pitchThresholdEnabled
 Whether the Pitch threshold is enabled. More...
 
int pitchThreshold
 The Pitch threshold value. More...
 
BOOL rollThresholdEnabled
 Whether the Roll threshold is enabled. More...
 
int rollThreshold
 The Roll threshold value. More...
 
BOOL focusConstraintEnabled
 Whether the Focus constraint is enabled. More...
 
BOOL pageOrientationEnabled
 Whether to detect if the orientaion of page results in optimum overlap of page and Imagecapturecontrol. More...
 
BOOL refocusBeforeCaptureEnabled
 Whether to refocus before taking a picture. More...
 
NSTimeInterval holdSteadyDelay
 The delay for how long hold steady message should be shown before starting the capture. More...
 
BOOL pageDetectionEnabled
 Whether the page detection constraint is enabled. More...
 

Detailed Description

This class allows the capture criteria to be configured.

This class allows all of the capture related parameters to be configured.The criterion are met before a picture is taken. The threshold parameters in this class are not set on image capture control directly.

Property Documentation

◆ focusConstraintEnabled

- (BOOL) focusConstraintEnabled
readwritenonatomicassign

Whether the Focus constraint is enabled.

A boolean that indicates whether the Focus constraint is enabled. If enabled this criteria is checked before taking a picture. Making it enabled is advisable. Otherwise it is highly likely that images out of focus are captured. Default value is enabled.

◆ holdSteadyDelay

- (NSTimeInterval) holdSteadyDelay
readwritenonatomicassign

The delay for how long hold steady message should be shown before starting the capture.

A NSTimeInterval that controls the minimum duration for how long hold steady message should be shown before starting the capture. The actual hold steady duration before taking the picture may vary depending on capture conditions, but it should not be less than passed value. Valid values are in the range [0.0, 3.0]. Values outside this range will be interpreted as 0.0 or 3.0. Default value is 1.0 (1 second).

◆ pageDetectionEnabled

- (BOOL) pageDetectionEnabled
readwritenonatomicassign

Whether the page detection constraint is enabled.

A boolean that indicates whether the page detection constraint is enabled. If enabled this criteria is checked before taking a picture. Set it to NO in order to prevent page detection and suppress guidances messages like: center, zoomIn, zoomOut, rotate, etc. Default value is YES.

◆ pageOrientationEnabled

- (BOOL) pageOrientationEnabled
readwritenonatomicassign

Whether to detect if the orientaion of page results in optimum overlap of page and Imagecapturecontrol.

A boolean that indicates whether the orientation of the page is in best way possible for maximum overlap of page detected and Imagecapturecontrol. For instance if a document is perpendicular to the device i.e. document is horizontal and device is in portrait ((long edge of the document is paralled to short edge of the device) then the area overlap of document detected and the imagecapturecontrol is minimum and can result in images of poor quality. If this boolean is set enabled, document doesnot get captured in the above scenario and an error message is displayed. Default value is YES.

◆ pitchThreshold

- (int) pitchThreshold
readwritenonatomicassign

The Pitch threshold value.

Pitch Value which needs to be met before taking a picture. The default value is 15. Valid values are in the range [0, 45]. Values outside this range will be interpreted as 0 or 45. A value of 45 disables level checking for pitch.

◆ pitchThresholdEnabled

- (BOOL) pitchThresholdEnabled
readwritenonatomicassign

Whether the Pitch threshold is enabled.

A boolean that indicates whether the Pitch threshold is enabled. If enabled this criteria is checked before taking a picture.

◆ refocusBeforeCaptureEnabled

- (BOOL) refocusBeforeCaptureEnabled
readwritenonatomicassign

Whether to refocus before taking a picture.

A boolean that indicates that camera needs to be refocused right before taking a picture when all capture criteria are met. This has no effect when force taking a picture using forceTakePicture or forceTakePicture:NO calls for kfxKUIImageCaptureControl, use forceTakePicture:YES if you need refocus right befor force taking a picture. Default value is YES.

◆ rollThreshold

- (int) rollThreshold
readwritenonatomicassign

The Roll threshold value.

Roll Value which needs to be met before taking a picture. The default value is 15. Valid values are in the range [0, 45]. Values outside this range will be interpreted as 0 or 45. A value of 45 disables level checking for roll.

◆ rollThresholdEnabled

- (BOOL) rollThresholdEnabled
readwritenonatomicassign

Whether the Roll threshold is enabled.

A boolean that indicates whether the Roll threshold is enabled. If enabled this criteria is checked before taking a picture.

◆ stabilityThreshold

- (int) stabilityThreshold
readwritenonatomicassign

The stability threshold value.

Stability Value which needs to be met before taking a picture. It is a number from 0 to 100, where 100 indicates that the device must be near perfectly still to take a picture and 0 indicates that stability checking is turned off. Default value is 95

◆ stabilityThresholdEnabled

- (BOOL) stabilityThresholdEnabled
readwritenonatomicassign

Whether the stability threshold is enabled.

A boolean that indicates whether the stability threshold is enabled.If enabled this criteria is checked before taking a picture.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Atalasoft, Inc., 116 Pleasant St, Suite 321, Easthampton, MA 01027, U.S.A. All rights reserved. Use is subject to license terms.