pub fn stdif_with_opts(
inp: &VipsImage,
width: i32,
height: i32,
stdif_options: &StdifOptions,
) -> 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
stdif_options: &StdifOptions -> optional arguments
returns VipsImage - Output image