[][src]Function imageproc::gradients::sobel_gradients

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

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