

Erosion
Details and Options

- Erosion is also known as Minkowski subtraction.
- Erosion works with arbitrary 2D and 3D images, operating separately on each channel, as well as data arrays of any rank.
- The structuring element ker is a matrix containing
s and
s.
- Erosion[image,r] is equivalent to Erosion[image,BoxMatrix[r]].
- The structuring element is automatically padded with zeros to have odd dimensions. »
- Erosion takes a Padding option that specifies the values to assume for pixels outside the image.
- By default, Padding->1 is used for images, corresponding to pixel value
for all channels.
Examples
open all close allBasic Examples (3)
Scope (13)
Data (7)
Parameters (6)
Erode with radius , equivalent to a BoxMatrix[r]:
Erode with a diagonal structuring element:
Structuring elements with even dimensions are right-padded with zeros:
Options (2)
Padding (2)
By default, the largest possible number is used for padding when applying erosion to arrays:
By default, Padding1 is used for images:
Applications (2)
Tech Notes
Related Guides
Text
Wolfram Research (2008), Erosion, Wolfram Language function, https://reference.wolfram.com/language/ref/Erosion.html (updated 2012).
CMS
Wolfram Language. 2008. "Erosion." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/Erosion.html.
APA
Wolfram Language. (2008). Erosion. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Erosion.html
BibTeX
@misc{reference.wolfram_2025_erosion, author="Wolfram Research", title="{Erosion}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/Erosion.html}", note=[Accessed: 07-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_erosion, organization={Wolfram Research}, title={Erosion}, year={2012}, url={https://reference.wolfram.com/language/ref/Erosion.html}, note=[Accessed: 07-August-2025]}