←Select platform

FocusScore Property

Summary

The focus score of the frame.

Syntax

C#
VB
Java
Objective-C
C++
public float FocusScore { get; set; } 
Public Property FocusScore As Single 
@property (nonatomic, assign) float focusScore 
             
public float getFocusScore() 
public void setFocusScore(float value) 
             
public:  
   property Single FocusScore 
   { 
      Single get() 
      void set(Single value) 
   } 

Property Value

The focus score of the frame.

Remarks

Valid if Status is MoreFramesNeeded or NumbersFound.

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.

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