Bicubic-interpolation
Bicubic-interpolation copied to clipboard
Bicubic interpolation for images (Python)
Results
5
Bicubic-interpolation issues
Sort by
recently updated
recently updated
newest added
for out index [9,9] the input x=[5 6 6 5], y=[5 6 6 5] it only use 4 pixels for the interpolation
when dealing with a 2200x1200 img
Hi, I've made some improvements to your code: 1. Make code according to PEP8 2. Use python >= 3.6 stuff like f-strings and matrix multiplication 3. Add requirments.txt 4. Improve...