ImageGear .NET
ResEnhancementMode Property




Gets or sets whether resolution enhancement occurs when reducing image to bitonal.
Syntax
public ImGearRecResEnhancementMode ResEnhancementMode {get; set;}
public: __property ImGearRecResEnhancementMode get_ResEnhancementMode();
public: __property void set_ResEnhancementMode( 
   ImGearRecResEnhancementMode value
);
public:
property ImGearRecResEnhancementMode ResEnhancementMode {
   ImGearRecResEnhancementMode get();
   void set (    ImGearRecResEnhancementMode value);
}
'Declaration
 
Public Property ResEnhancementMode As ImGearRecResEnhancementMode
 
'Usage
 
Dim instance As ImGearRecPreprocessingSettings
Dim value As ImGearRecResEnhancementMode
 
instance.ResEnhancementMode = value
 
value = instance.ResEnhancementMode

Property Value

ImGearRecResEnhancementMode enumeration value.
Remarks
This property specifies the image resolution enhancement mode. This setting is applied only to non-bitonal images stored in the recognition engine's memory space. The value specifies whether the image resolution enhancement is to be activated during the secondary image conversion, i.e. during image pre-processing, auto-zoning or recognition. The resolution enhancement algorithm results in a bitonal image whose resolution is doubled - compared to the original image.

This setting might influence the accuracy of the recognition.

See Also

Reference

ImGearRecPreprocessingSettings Class
ImGearRecPreprocessingSettings Members
ImGearRecResEnhancementMode Enumeration

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback