imbothat
Bottom-hat filtering
Description
Examples
Input Arguments
Output Arguments
Tips
- If the dimensionality of the image - Iis greater than the dimensionality of the structuring element, then the- imbothatfunction applies the same morphological closing to all planes along the higher dimensions.- You can use this behavior to perform bottom-hat filtering on RGB images. Specify a 2-D structuring element for RGB images to operate on each color channel separately. 
- When you specify a structuring element neighborhood, - imbothatdetermines the center element of- nhoodby- floor((size(nhood)+1)/2).

