DynamicBinary method (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

short DynamicBinary (ILEADRaster *pRaster, long lDim, long lLocalContrast);

Overview

Refer to Removing Noise

Remarks

(Raster Pro and above toolkits) Converts a bitmap into a black and white image without changing its bits per pixel by using a local threshold value for each pixel of the image.

Each pixel is compared to a dynamically-calculated threshold. If the intensity of the pixel is higher (that is, the pixel is brighter) than the dynamic threshold, the pixel will be set to white. If the intensity of the pixel is lower (that is, the pixel is darker) than the dynamic threshold, the pixel will be set to black.

This method is good as a prerequisite for converting scanned images to 1-bit, because it uses one threshold for background and another for text.

This method supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits.

This method does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this method.

See Also

Elements:

IntensityDetect method, Median method, BinaryFilter method, MaxFilter method, MinFilter method, WindowLevel method, Despeckle method, Deskew method

Topics:

Raster Images: Filtering Images