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

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