

Closing
Details

- Morphological closing is typically used to smooth the boundaries or close the holes and gaps.
- Closing is effectively dilation followed by erosion using a specific structuring element.
- Closing 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.
- Closing automatically pads structuring elements to have odd dimensions.
- Closing[image,r] is equivalent to Closing[image,BoxMatrix[r]].
Examples
open all close allBasic Examples (3)
Scope (10)
Data (7)
Close small gaps in a numeric vector:
Closing of a binary image with a diamond-shaped structuring element:
Closing of a color texture pattern with a square-shaped structuring element:
Parameters (3)
Applications (4)
Closing removes holes that are smaller than the structuring elements:
Remove holes from a color image:
Remove thin, dark features by morphological closing:
Use morphological closing to remove pepper noise from a color photo:
Related Guides
Text
Wolfram Research (2008), Closing, Wolfram Language function, https://reference.wolfram.com/language/ref/Closing.html (updated 2012).
CMS
Wolfram Language. 2008. "Closing." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/Closing.html.
APA
Wolfram Language. (2008). Closing. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Closing.html
BibTeX
@misc{reference.wolfram_2025_closing, author="Wolfram Research", title="{Closing}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/Closing.html}", note=[Accessed: 08-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_closing, organization={Wolfram Research}, title={Closing}, year={2012}, url={https://reference.wolfram.com/language/ref/Closing.html}, note=[Accessed: 08-August-2025]}