Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.CreditCards Namespace > DetectionInfo Structure : FocusScore Property |
public float FocusScore {get; set;}
'Declaration
Public Property FocusScore As Single
@property (nonatomic, assign) float focusScore
public float getFocusScore() public void setFocusScore(float value)
Valid if Status is MoreFramesNeeded or NumbersFound.
The focus score is determined via image processing from Card.IO and OpenCV. 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.