[][src]Function imageproc::gradients::horizontal_sobel

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

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