Function sobel

Source
pub fn sobel(inp: &VipsImage) -> Result<VipsImage>
Expand description

VipsSobel (sobel), Sobel edge detector inp: &VipsImage -> Input image returns VipsImage - Output image