Skip to main content

MorphologicalTransform

MorphologicalTransform[image,f] applies the function f to the 3×3 neighborhood of each pixel in a binary image image.

MorphologicalTransform[image,rule] applies a morphological transformation specified by a rule number rule.

MorphologicalTransform[image,"name"] uses a named transformation "name".

MorphologicalTransform[image,transformation,n] applies n iterations of transformation on image.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.