pub fn hist_local(inp: &VipsImage, width: i32, height: i32) -> Result<VipsImage>Expand description
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