[][src]Function imageproc::gradients::vertical_sobel

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

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