[][src]Function arrayfire::maxfilt

pub fn maxfilt<T>(
    input: &Array<T>,
    wlen: u64,
    wwid: u64,
    etype: BorderType
) -> Array<T> where
    T: HasAfEnum + ImageFilterType

Box filter with maximum as box operation

Parameters

Return Values

An Array with filtered image data.