Erosion
Erosion[image,ker]
gives the morphological erosion of image with respect to the structuring element ker.
Erosion[image,r]
gives the erosion with respect to a range-r square.
Erosion[data,…]
applies erosion to an array of data.
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 allclose 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)
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