pub fn rank(
inp: &VipsImage,
width: i32,
height: i32,
index: i32,
) -> Result<VipsImage>Expand description
VipsRank (rank), rank filter
inp: &VipsImage -> Input image argument
width: i32 -> Window width in pixels
min: 1, max: 100000, default: 11
height: i32 -> Window height in pixels
min: 1, max: 100000, default: 11
index: i32 -> Select pixel at index
min: 0, max: 100000000, default: 50
returns VipsImage - Output image