Function imageproc::stats::histogram

source ·
pub fn histogram<P>(image: &Image<P>) -> ChannelHistogram
where P: Pixel<Subpixel = u8>,
Expand description

Returns a vector of per-channel histograms.