Skip to content

Ace-0/Bicubic-Interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bicubic Interpolation

Simple implementation of Bicubic-Interpolation

Reference Paper: Cubic convolution interpolation for digital image processing

Example

low resolution image

original high-resolution image

result of bicubic interpolation

Comparison

Comparison between original high-resolution images and results of bicubic interpolation

Image PSNR SSIM
baboon 20.2090 0.5161
lenna 30.0443 0.8705
man 24.7873 0.7309
monarch 27.7529 0.9212
pepper 29.3691 0.8732

About

Simple implementation of Bicubic-Interpolation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages