fatheral / matlab_imresize

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

Additional information not fully correct #7

Closed tetterl closed 4 years ago

tetterl commented 5 years ago

According to https://stackoverflow.com/a/58363402/6065356 it's not enough to change the parameter in OpenCV since they use round in contrast to MATLAB which uses ceil to deduce the dimensions of the image. Anyways nice implementation which matches the MATLAB imresize.

fatheral commented 4 years ago

Thanks for noting it!