pub const INTER_NEAREST_EXACT: i32 = 6;
Bit exact nearest neighbor interpolation. This will produce same results as the nearest neighbor method in PIL, scikit-image or Matlab.