imageproc::gradients

Function horizontal_sobel

Source
pub fn horizontal_sobel(image: &GrayImage) -> Image<Luma<i16>>
Expand description

Convolves an image with the HORIZONTAL_SOBEL kernel to detect horizontal gradients.