Character Smoothing
|
This filter smoothes characters and lines. This filter considers the color of the four perpendicular pixels (strong neighbors) of every pixel in the source image. If the majority of the strong neighbors have the color opposite from the pixel's color, the color of the pixel is toggled to match that of its neighbors. Character Smoothing always has a positive affect on an image. You can use this filter in combination with any other image filter.
|
Thinning Filter
|
This filter thins characters and lines and may remove background noise. This erosion filter thins down image elements by setting any black pixel to white if it is perpendicular or diagonally adjacent to at least one white pixel in the source image. Thinning should only be applied to images that contain elements that are ballooned or blended together. Applying this filter to an image that does not contain such elements may cause the loss of important data.
|
Thicken Filter
|
This filter thickens characters and lines and may exaggerate background noise. This dilation filter thickens image elements by setting any white pixel to black if it is perpendicular or diagonally adjacent to at least one black pixel in the source image. Thicken should only be applied to images that have been deshaded and despeckled and that contain thin or light elements.
|
Smooth and Clean
|
This filter smoothes characters, removes background noise and may eliminate lines. This filter is faster than using the Thinning filter followed by a Light Thicken, but has exactly the same effect. It sets any black pixel to white if it cannot be considered part of at least a 2x2 block of black pixels in the source image.
|
Fill Line Breaks
|
This filter fills in and smoothes lines. This closing filter sets any pixel to black if it cannot be considered part of at least a 2x2 block of white pixels in the source image. It may cause parallel lines that are close together to be merged.
|
Smooth, Clean + preserve h&v lines
|
This filter smoothes characters and lines and removes background noise. This filter is identical to the Smooth and Clean filter except that it preserves horizontal and vertical black line segments that are one pixel wide.
|
Fill Line Breaks + preserver h&v lines
|
This filter fills in and smooths lines while maintaining the interline gap. This filter is identical to the Fill Line Breaks filter except that it preserves horizontal and vertical white line segments that are at least one pixel wide. Use with images that contain lines that are close together, such as lines that are separated by only one pixel.
|
Light Thicken Filter
|
This filter thickens characters and lines and may exaggerate background noise, but is not as aggressive as the Thicken filter. Light Thicken should only be applied to images that have been deshaded and despeckled.
|
Outline
|
This filter extracts an outline of all image elements. This specialty filter might be useful for certain applications, such as desktop publishing applications.
|