Description This method will detect and remove lines from fax images. The fuction works for only monochrome, 8 and 24 bit per pixel grayscale images. Sensitivity of line detection and removing can be tuned by the Precent parameter.
Syntax RetVal = [BIDocImg.]LineRemover hDib Precent
Returns RetVal LONGLONG The handle of new DIB, or 0 if an error occurred.
Remarks hDib LONGLONG Handle of the image to remove lines.
Precent Long Sensitivity of line removing. This parameter specifies the regularness of the lines to be removed. Range: 0 (weakest condition : removes the most line parts) to 100 (straitest condition : removes the less line parts).
See Also PunchHoleRemover Method