Grows dark areas into light areas, or vice versa, by creating a box of a user-defined size around each pixel, sorting all
of the pixels in that box into order of intensity, determining the minimum or maximum pixel, and replacing the initial pixel
with that color. Useful for shrinking masks; use a larger box size to create artistic effects. The Min Max Filter is a sub-set
of the Rank Filter.
Requires an Input (Any).
Produces an Output (Any).
Filter
|
Sets the size of the box. Set a pixel values using the slider.
|
|
Protects areas where the change in intensity is small. If the minimum or maximum value determined within the box falls within
the set Tolerance from the initial pixel value in any component, the pixel will not be replaced. Set a value between 0 and
1 using the slider.
|
|
Sets the type of filter. Select Minimum to grow dark areas into light areas (erode), or Maximum to grow light areas into dark
areas (dilate).
|
|
Sets the criteria on which the pixels are sorted. Select Red, Green, Blue, Alpha or Luminance.
|