TopHatTransform
TopHatTransform[image,ker]
gives the morphological top-hat transform of image with respect to structuring element ker.
TopHatTransform[image,r]
gives the top-hat transform with respect to a range-r square.
TopHatTransform[data,…]
applies top-hat transform to an array of data.
Details
- TopHatTransform works with binary, grayscale, and other images.
- TopHatTransform 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.
- TopHatTransform automatically pads structuring elements to have odd dimensions.
- TopHatTransform[image,r] is equivalent to TopHatTransform[image,BoxMatrix[r]].
- If multiple image channels are present, TopHatTransform operates on each of them separately.
- TopHatTransform preserves regions smaller than the structuring element whose channel values are larger than their surroundings.
Examples
open allclose allBasic Examples (4)
Applications (4)
Interactive Examples (1)
Use Manipulate to extract successively larger objects:
Text
Wolfram Research (2008), TopHatTransform, Wolfram Language function, https://reference.wolfram.com/language/ref/TopHatTransform.html (updated 2012).
CMS
Wolfram Language. 2008. "TopHatTransform." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/TopHatTransform.html.
APA
Wolfram Language. (2008). TopHatTransform. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TopHatTransform.html