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