[][src]Function imageproc::stats::cumulative_histogram

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

Returns per-channel cumulative histograms.