Accusoft.ImagXpress13.Net
BinarizeLceFactor Property




Gets the local contrast enhancement factor set by AutoBinarize or Binarize.
Syntax
'Declaration
 
<DescriptionAttribute("Gets the local contrast enhancement factor set by AutoBinarize or Binarize methods.")>
<BrowsableAttribute(False)>
Public ReadOnly Property BinarizeLceFactor As Integer
'Usage
 
Dim instance As Processor
Dim value As Integer
 
value = instance.BinarizeLceFactor
[DescriptionAttribute("Gets the local contrast enhancement factor set by AutoBinarize or Binarize methods.")]
[BrowsableAttribute(false)]
public int BinarizeLceFactor {get;}
[DescriptionAttribute("Gets the local contrast enhancement factor set by AutoBinarize or Binarize methods.")]
[BrowsableAttribute(false)]
public: __property int get_BinarizeLceFactor();
[DescriptionAttribute("Gets the local contrast enhancement factor set by AutoBinarize or Binarize methods.")]
[BrowsableAttribute(false)]
public:
property int BinarizeLceFactor {
   int get();
}

Property Value

An integer value which represents the local contrast enhancement.

The range is from 0 to 255. A setting of 0 for this value means local contrast enhancement was not performed.

Values from 1 to 255 control the sensitivity of local contrast enhancement to faint features; lower values yield less sensitivity.

This pre-processing operation increases the contrast in each region of the image. When used as a prelude to binarization, usually by setting Mode = QuickText, it increases the sensitivity of the binarization to detail in all regions of the image.

Remarks

The AutoBinarize method will set this value based on what it determined was the optimal setting for the image during the call. If you have similar images, you can call the Binarize method using this value as well as the other values set by the AutoBinarize method. This will be significantly faster than calling the AutoBinarize method for each image.

Note: This value is also set with the value that is passed into the Binarize method. If you call the Binarize method with some other value, this property will reflect that new value.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback