Demonstration of basic image interpolation algorithms
-
Updated
Mar 15, 2023 - Python
Demonstration of basic image interpolation algorithms
tf.image.resize_images has aliasing when downsampling and does not have gradients for bicubic mode. This implementation fixes those problems.
Bicubic interpolation for images (Python)
Add a description, image, and links to the bicubic topic page so that developers can more easily learn about it.
To associate your repository with the bicubic topic, visit your repo's landing page and select "manage topics."