This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
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’.
See also
References
[R46] | http://cmm.ensmp.fr/Micromorph/course/sld011.htm, and following slides |
[R47] | http://en.wikipedia.org/wiki/Top-hat_transform |