[][src]Function imageproc::gradients::vertical_prewitt

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

Convolves an image with the VERTICAL_PREWITT kernel to detect vertical gradients.