Type Definition imageproc::map::ChannelMap

source · []
pub type ChannelMap<Pix, Sub> = <Pix as WithChannel<Sub>>::Pixel;
Expand description

Alias to make uses of WithChannel less syntactically noisy.