imageproc::map

Type Alias ChannelMap

Source
pub type ChannelMap<Pix, Sub> = <Pix as WithChannel<Sub>>::Pixel;
Expand description

Alias to make uses of WithChannel less syntactically noisy.