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

pub fn hog(image: &GrayImage, options: HogOptions) -> Result<Vec<f32>, String>

Computes the HoG descriptor of an image, or None if the provided options are incompatible with the image size.