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