pub fn cell_histograms(image: &GrayImage, spec: HogSpec) -> Array3d<f32>
Expand description

Computes orientation histograms for each cell of an image. Assumes that the provided dimensions are valid.