fatheral / matlab_imresize

Python implementation of MatLab imresize function
MIT License
154 stars 41 forks source link

Adding option for bilinear interpolation and making compatible with Python 3 #5

Closed vik748 closed 4 years ago

vik748 commented 5 years ago

First a big thanks for making this function public. I was moving some code over to python and didn't have a way to compare results bit for bit till I saw this function. I have added a bilinear interpolation option which uses a triangle kernel. Hope someone else finds it useful.