Function scharr

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

VipsScharr (scharr), Scharr edge detector inp: &VipsImage -> Input image returns VipsImage - Output image