[][src]Function libvips::ops::measure

pub fn measure(inp: &VipsImage, h: i32, v: i32) -> Result<VipsImage>

VipsMeasure (measure), measure a set of patches on a color chart inp: &VipsImage -> Image to measure h: i32 -> Number of patches across chart min: 1, max: 10000000, default: 1 v: i32 -> Number of patches down chart min: 1, max: 10000000, default: 1 returns VipsImage - Output array of statistics