←Select platform

Sensitivity Property

Summary

Gets or sets the sensitivity used for detecting the OMR.

Syntax
C#
VB
C++
public OmrSensitivity Sensitivity { get; set; } 
Public Property Sensitivity As OmrSensitivity 
public: 
property OmrSensitivity Sensitivity { 
   OmrSensitivity get(); 
   void set (    OmrSensitivity ); 
} 

Property Value

OmrSensitivity enumeration value that represents the sensitivity used for detecting the OMR.

Remarks

High sensitivity means that if the OMR frame is not fully filled, the engine will detect it as filled. Low sensitivity means that the OMR frame must be filled completely to be detected as filled,

Requirements

Target Platforms

See Also

Reference

OmrZone Structure

OmrZone Members

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

Leadtools.ImageProcessing.Core Assembly