ImageGear for .NET
ReduceToBitonal Method
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecImage Class : ReduceToBitonal Method




reductionMode
Image conversion mode to be applied during the conversion of the image. Possible values are: AUTO, SET, GLOBAL.
brightness
Brightness of the image (range is 0 to 100, where 0 means the darkest and 100 means the lightest resulting image). This parameter has an effect only if the conversion parameter is set to AUTO.
threshold
Threshold value to be set. Its range should be between 0 and 255. This parameter has an effect only if the Conversion parameter is set to SET.
resolutionEnhancementMode
Resolution enhancement setting to be applied during the conversion (ImGearRecResEnhancementMode).

Glossary Item Box

Reduces an image to bitonal (black and white).

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

reductionMode
Image conversion mode to be applied during the conversion of the image. Possible values are: AUTO, SET, GLOBAL.
brightness
Brightness of the image (range is 0 to 100, where 0 means the darkest and 100 means the lightest resulting image). This parameter has an effect only if the conversion parameter is set to AUTO.
threshold
Threshold value to be set. Its range should be between 0 and 255. This parameter has an effect only if the Conversion parameter is set to SET.
resolutionEnhancementMode
Resolution enhancement setting to be applied during the conversion (ImGearRecResEnhancementMode).

Remarks

This method performs a direct secondary image conversion step, converting a color or grayscale image to a black-and-white (bitonal) one.

See Also

©2013. Accusoft Corporation. All Rights Reserved.