

Opening
Details

- Morphological opening is typically used to break thin connections, remove small objects and smooth the boundaries.
- Opening is effectively erosion followed by dilation using a specific structuring element.
- Opening 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 0s and 1s.
- Opening automatically pads structuring elements to have odd dimensions.
- Opening[image,r] is equivalent to Opening[image,BoxMatrix[r]].
Examples
open all close allBasic Examples (4)
Scope (9)
Data (6)
Use Opening to remove short sequences of 1s from a numeric vector:
Opening of a binary image with a disk-shaped structuring element:
Applications (2)
Related Guides
Text
Wolfram Research (2008), Opening, Wolfram Language function, https://reference.wolfram.com/language/ref/Opening.html (updated 2012).
CMS
Wolfram Language. 2008. "Opening." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/Opening.html.
APA
Wolfram Language. (2008). Opening. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Opening.html
BibTeX
@misc{reference.wolfram_2025_opening, author="Wolfram Research", title="{Opening}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/Opening.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_opening, organization={Wolfram Research}, title={Opening}, year={2012}, url={https://reference.wolfram.com/language/ref/Opening.html}, note=[Accessed: 14-August-2025]}