AutoLineRemover

#include "BIDocImg.H"

 

HANDLE CALLBACK AutoLineRemover(           HANDLE HDIB)

Description

This function will detect and remove lines from fax images. The function works for only monochrome, 8 and 24 bit per pixel grayscale images. Sensitivity of line detection and removing is tuned automatically. Its important to note that the automatically tuned sensitivity is not optimal in some cases.

Parameters

HANDLE

hDIB

Handle of the image to remove lines.

Return values

The handle of the new, DIB or NULL if an error occurred.

Programming notes

The function will not free the input DIB.

Requirements

Header :     Declared in BIDocImg.h; include BIDocImg.h.

Library :    Use BIDocImg.lib.

DLLs :       BIDocImg.dll.