Image Filters

This section describes image filters available in the Graphics Mill API. Sometimes images can be corrupted by noise; and image filters serve to eliminate these corruptions.

Graphics Mill provides the following filters:

  • Morphological filters: Minimum and Maximum filters.
  • Median filter which is effective in removing salt/pepper and impulse noise while retaining image details.
  • Sharpen image filter.

In This Section

Minimum, Maximum, and Median Filters
Sharpening Images