Bicubic interpolation for images (Python)
-
Updated
Jun 23, 2019 - Python
8000
Bicubic interpolation for images (Python)
tf.image.resize_images has aliasing when downsampling and does not have gradients for bicubic mode. This implementation fixes those problems.
Demonstration of basic image interpolation algorithms
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."