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