BottomHatTransform
BottomHatTransform[image,ker]
gives the morphological bottom-hat transform of image with respect to structuring element ker.
BottomHatTransform[image,r]
gives the bottom-hat transform with respect to a range-r square.
BottomHatTransform[data,…]
applies a bottom-hat transform to an array of data.
Details
- BottomHatTransform works with binary, grayscale, and other images.
- BottomHatTransform works with 3D as well as 2D images, and also with data arrays of any rank.
- The structuring element ker is a matrix containing 0s and 1s.
- BottomHatTransform automatically pads structuring elements to have odd dimensions.
- BottomHatTransform[image,r] is equivalent to BottomHatTransform[image,BoxMatrix[r]].
- If multiple image channels are present, BottomHatTransform operates on each of them separately.
- BottomHatTransform preserves regions smaller than the structuring element whose channel values are smaller than their surroundings.
Examples
open allclose allBasic Examples (3)
Applications (4)
Text
Wolfram Research (2008), BottomHatTransform, Wolfram Language function, https://reference.wolfram.com/language/ref/BottomHatTransform.html (updated 2012).
CMS
Wolfram Language. 2008. "BottomHatTransform." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/BottomHatTransform.html.
APA
Wolfram Language. (2008). BottomHatTransform. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BottomHatTransform.html