←Select platform

Sensitivity Property

Summary
Gets or sets the sensitivity used for detecting the OMR.
Syntax
C#
C++/CLI
Java
Python
public OmrSensitivity Sensitivity { get; set; } 
public OmrSensitivity getSensitivity(); 
public void setSensitivity( 
   OmrSensitivity omrSensitivity 
); 
public: 
property OmrSensitivity Sensitivity { 
   OmrSensitivity get(); 
   void set (    OmrSensitivity ); 
} 
Sensitivity # get and set (OmrZone) 

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 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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