[][src]Function imageproc::gradients::prewitt_gradients

pub fn prewitt_gradients(image: &GrayImage) -> Image<Luma<u16>>

Returns the magnitudes of gradients in an image using Prewitt filters.