zurutech / pillow-resize

Porting of Pillow resize method in C++ and OpenCV.
Apache License 2.0
123 stars 16 forks source link

fix (224, 222)->(224, 224) #9

Closed tp-nan closed 2 years ago

tp-nan commented 2 years ago

Hi, if you resize a picture from (width=224, height=222) to (width=224, height=224), the result shape is (0, 0).

This pr try to fix this problem.