imageproc::hog

Function hog

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

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