imageproc::gradients

Function horizontal_scharr

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

Convolves an image with the HORIZONTAL_SCHARR kernel to detect horizontal gradients.