Module gwy :: Class MinMaxFilterType
[hide private]
[frames] | no frames]

Class MinMaxFilterType

source code

Type of operation based on morphological filters with flat structuring elements.


Since: 2.43

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  MIN_MAX_FILTER_CLOSING
Morphological closing filter.
  MIN_MAX_FILTER_DILATION
Another name for the maximum filter.
  MIN_MAX_FILTER_EROSION
Another name for the minimum filter.
  MIN_MAX_FILTER_MAXIMUM
Maximum filter, i.e.
  MIN_MAX_FILTER_MINIMUM
Minimum filter, i.e.
  MIN_MAX_FILTER_NORMALIZATION
Data value rescaled to the range between minimum and maximum.
  MIN_MAX_FILTER_OPENING
Morphological opening filter.
  MIN_MAX_FILTER_RANGE
Difference between maximum and minimum.
Class Variable Details [hide private]

MIN_MAX_FILTER_MAXIMUM

Maximum filter, i.e. maximum of the surrounding values.

MIN_MAX_FILTER_MINIMUM

Minimum filter, i.e. minimum of the surrounding values.