[][src]Function imageproc::hog::cell_histograms

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

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