scipy.ndimage.morphology.black_tophat

scipy.ndimage.morphology.black_tophat(input, size=None, footprint=None, structure=None, output=None, mode='reflect', cval=0.0, origin=0)[source]

Multi-dimensional black tophat filter.

Either a size or a footprint, or the structure must be provided. An output array can optionally be provided. The origin parameter controls the placement of the filter. The mode parameter determines how the array borders are handled, where cval is the value when mode is equal to ‘constant’.

References

[R56]http://cmm.ensmp.fr/Micromorph/course/sld011.htm, and following slides
[R57]http://en.wikipedia.org/wiki/Top-hat_transform

Previous topic

scipy.ndimage.morphology.binary_propagation

Next topic

scipy.ndimage.morphology.distance_transform_bf