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

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