| API Reference Guide > ImageClean Component API Reference > ImageClean Component Functions Reference > IG_IC_remove_dot_lines |
This function automatically detects and removes the dot lines on the 1-bit scanned image.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_IC_remove_dot_lines(
HIGEAR hIGear,
LPAT_IC_DOT_LINES_OPTIONS lpParameters
);
|
|
| Name | Type | Description |
|---|---|---|
| hIGear | HIGEAR | Image to which to apply punch holes removal. |
| lpParameters | LPAT_IC_DOT_LINES_OPTIONS | Parameters for dot lines removal method. |
Returns the number of ImageGear errors that occurred during this function call.
Indexed RGB – 1 bpp.
ImageClean
The method takes a 1-bit image page and the set of advanced parameters specifying the diameter and number of dots in line.
Also refer to AT_IC_DOT_LINE_OPTIONS.