pub fn cumulative_histogram<P>(image: &Image<P>) -> CumulativeChannelHistogram
where P: Pixel<Subpixel = u8>,
Expand description

Returns per-channel cumulative histograms.