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

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

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