ImageGear for .NET
SecondaryReductionMode Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : SecondaryReductionMode Property




Glossary Item Box

Gets or sets image reduction during preprocessing, decomposition, and recognition steps.

Syntax

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

Property Value

ImGearRecReductionMode enumeration value.

Remarks

This property specifies which secondary image conversion mode will be used during an implicit secondary image conversion step. This algorithm is performed automatically when the application calls an API method (for example auto-zoning, recognition, deskew detection) whose operation requires a bitonal image, but the requested image is not a bitonal one. This setting influences how a non-bitonal image, stored in the recognition engine, will be converted to a bitonal one.

This setting might influence the accuracy of the recognition.

Valid values are AUTO, SET and GLOBAL.

If this property is set to the NO or GRAY ImGearRecReductionMode values, a warning will be created and the secondary reduction mode will not be changed from its current value.

See Also

©2013. Accusoft Corporation. All Rights Reserved.