opencv::imgproc

Constant INTER_NEAREST_EXACT

Source
pub const INTER_NEAREST_EXACT: i32 = 6;
Expand description

Bit exact nearest neighbor interpolation. This will produce same results as the nearest neighbor method in PIL, scikit-image or Matlab.