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

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