fast_image_resize icon indicating copy to clipboard operation
fast_image_resize copied to clipboard

Equivalent to OpenCV `cv2.INTER_LINEAR`

Open bedapisl opened this issue 8 months ago • 4 comments

Hello is it possible to achieve exactly same results with this library as if I was using cv2.resize with interpolation=cv2.INTER_LINEAR from OpenCV?

I tried using Resizer::new(Convolution(Bilinear)) but the pixel values in the resulting image are slightly different.

Thanks

bedapisl avatar Jun 24 '24 13:06 bedapisl