Skip to main content

histogram_u8

Function histogram_u8 

Source
pub fn histogram_u8(input: ImageView<'_, u8, 1>) -> Vec<u64>
Expand description

Computes the exact 256-bin histogram of an 8-bit grayscale image.