[][src]Function imageproc::gradients::horizontal_prewitt

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

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