Parameters: |
- input (mango.Dds) – Image to be filtered.
- se (StructuringElement.) – Structuring element which defines the neighbourhood over which the medians are calculated.
- mode (str) – String indicating how to handle borders, one of
“mirror”, “constant”, “reflect”.
- cval (scalar) – When mode=='constant' use this value
to initialise borders.
- stride (3-sequence) – The sub-sampling step-size for each dimension.
- boffset (3-sequence) – The offset ((bz,by,bx) relative to input.origin)
at which the filtering starts.
- eoffset (3-sequence) – The offset ((ez,ey,ex) relative to (input.origin + input.shape))
at which the filtering stops.
|