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

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