[][src]Function libvips::ops::hist_local

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

VipsHistLocal (hist_local), local histogram equalisation inp: &VipsImage -> Input image width: i32 -> Window width in pixels min: 1, max: 10000000, default: 1 height: i32 -> Window height in pixels min: 1, max: 10000000, default: 1 returns VipsImage - Output image