Function libvips::ops::sobel

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

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