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

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