Function arrayfire::medfilt1 [] [src]

pub fn medfilt1(input: &Array, wlen: u64, etype: BorderType) -> Array

One dimensional median filter on image

Parameters

  • input is the input image(Array)
  • wlen is the horizontal length of the filter
  • etype is enum of type BorderType

Return Values

An Array with filtered image data.