←Select platform

FrameObscurity Enumeration

Summary

Defines the detected frame obscurity, if any.

Syntax
C#
C++/CLI
Python
public enum FrameObscurity 
public: 
   enum class FrameObscurity sealed 
class FrameObscurity(Enum): 
   Unknown = 0 
   NotAligned = 1 
   Blurry = 2 
   Glary = 3 
   Stale = 4 
Members
ValueMemberDescription
0UnknownDefault value, means unknown status of frame visibility.
1NotAlignedThe ID card is not centered and/or not placed inside 75% of the image.
2BlurryThe ID card is blurry.
3GlaryGlare was detected masking some ID cards details.
4StaleNo frames were good for a long time.

Remarks

This is used to report instantaneous state of the passed image.

First Check IImageFramesFeed.FrameIsObscure is set to true.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Commands Namespace

Help Version 22.0.2023.4.12
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.