[][src]Function imageproc::gradients::horizontal_scharr

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

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