[][src]Function libvips::ops::stdif

pub fn stdif(inp: &VipsImage, width: i32, height: i32) -> Result<VipsImage>

VipsStdif (stdif), statistical difference inp: &VipsImage -> Input image width: i32 -> Window width in pixels min: 1, max: 256, default: 11 height: i32 -> Window height in pixels min: 1, max: 256, default: 11 returns VipsImage - Output image