Found 189 repositories(showing 30)
tumuyan
An Android application for super-resolution & interpolation. Contains RealSR-NCNN, SRMD-NCNN, RealCUGAN-NCNN, Real-ESRGAN-NCNN, Waifu2x-NCNN, Anime4kcpp, nearest, bilinear, bicubic, AVIR...
rootpine
Bicubic interpolation for images (Python)
sanghyun-son
A PyTorch implementation of widely-used bicubic interpolation, which is fully compatible with MATLAB.
jobtalle
1D & 2D Random noise with bicubic interpolation
KevinHexin
use Verilog HDL implemente bicubic interpolation in FPGA
A differentiable bicubic interpolation module for TensorFlow
Fix IE img interpolation issue, -ms-interpolation-mode bicubic scaling for all explorer browsers, pixelated image issue
arbitularov
Bicubic interpolation for PyTorch
ankur2136
Implementation of bicubic interpolation using Bspline to upscale the image size
Automatically exported from code.google.com/p/bicubic-interpolation-image-processing
mahmoudai1
Digital Image Processing filters developed by python using ipywidgets.
Extender
Tool capable of resizing images using the nearest neighbor, bilinear interpolation and bicubic interpolation algorithms. Written in Qt/C++.
A version of matlab function 'imresize' using 'bicubic' interpolation, realized by pytorch and could acclearte by cuda. So it can be plug in nerual networks . While many interpolation methods in python like scipy.misc.imresize and torch.nn.function.Upsample(interpolation) and so on. They outputs different results with the results on matlab version. And I will update an python version 'bicubic' using numpy as soon as possible. And of course it can not acclerate by cuda, resulting slower results.
ZhenhuanSun
Python Implementation of image interpolation algorithm including bicubic interpolation, bilinear interpolation and nearest neighbour interpolation
petermartens98
This Python code uses the MiDaS model for real-time depth estimation on webcam video. MiDaS predicts the relative depth of objects in a scene, and the output is displayed using matplotlib. Bicubic interpolation is used to upsample the low-resolution depth map produced by the model. Output is then displayed in an interactive Streamlit web app.
Generates a high quality img thumbnail (Chrome like) and substitutes pixelated images on the page (IE9, IE10, IE11, Edge and some versions of FireFox)
Simple implementation of Bicubic-Interpolation
RakeshRaj97
This program is to downsample images at x2 level (Image scaling) using Bicubic interpolation method. This is particularly used for Image super resolution where getting a High Resolution image from a Low Resolution image file.
Cabralcm
Bicubic Image Interpolation
dmitrii-lopukhin
The implemented algorithm for increasing the resolution of radar images based on the neural network VDSR (Very Deep Super-Resolution) and compared it with bicubic interpolation. An algorithm for increasing the resolution of radar images with a noise reduction function has also been implemented.
GRASBOCK
A base for bicubic interpolation
snigdhabhagat
Functional interpolation to create a more meaningful interpolation than bilinear or bicubic methods.
mhlinder
Algorithms for monotone piecewise bicubic interpolation
bcdedes
No description available
hughsk
Bicubic interpolation - traditionally used for scaling up images or heightmaps
Javascript Image prototype library for adding: Bicubic interpolation resampling, cropping, and watermarking
hughsk
Conveniently interpolate arbitrary 2D grids using bicubic interpolation
SamirMitha
A comparison of SRGAN, ESRGAN, ESRGANplus, FA-Fs-SRGAN and bicubic interpolation
yester31
CUDA kernel functions
3hJalter
ESP32 reading images from SD card and scaling them to fit screen size using algorithm.