[][src]Trait arrayfire::ImageFilterType

pub trait ImageFilterType { }

Trait qualifier for type of Array's that are accepted by image processing functions especially filtering algorithms

Implementations on Foreign Types

impl ImageFilterType for f64[src]

impl ImageFilterType for f32[src]

impl ImageFilterType for i32[src]

impl ImageFilterType for u32[src]

impl ImageFilterType for i16[src]

impl ImageFilterType for u16[src]

impl ImageFilterType for u8[src]

impl ImageFilterType for bool[src]

Loading content...

Implementors

Loading content...