Function arrayfire::medfilt
[−]
[src]
pub fn medfilt(input: &Array, wlen: u64, wwid: u64, etype: BorderType) -> Array
Median filter
Parameters
inputis the input image(Array)wlenis the horizontal length of the filterhlenis the vertical length of the filteretypeis enum of type BorderType
Return Values
An Array with filtered image data.