←Select platform

MinimumFocusScore Property

Summary

The minimum focus score.

Syntax

C#
VB
Java
Objective-C
C++
public float MinimumFocusScore { get; set; } 
Public Property MinimumFocusScore As Single 
@property (nonatomic, assign) float minimumFocusScore 
             
public float getMinimumFocusScore() 
public void setMinimumFocusScore(float _minimumFocusScore) 
             
public:  
   property Single MinimumFocusScore 
   { 
      Single get() 
      void set(Single value) 
   } 

Property Value

Valid values for the minimum acceptable focus score range from 0.0f to 10.0f.

Remarks

The focus score is determined via image processing. A score of 0.0 would look completely out-of-focus. A score between 6.0 and 10.0 is the typical range of acceptable focus and minimal blur. If the focus score is less than the MinimumFocusScore, the LowFocusScore status will be used. If the focus score is above the MinimumFocusScore, the frame is used. the default value is 6.0f.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly