[][src]Constant opencv::imgproc::INTER_AREA

pub const INTER_AREA: i32 = 3;

resampling using pixel area relation. It may be a preferred method for image decimation, as it gives moire'-free results. But when the image is zoomed, it is similar to the INTER_NEAREST method.