Skip to content
/ ICBI Public

a unofficial implementation of Iterative Curvature Based Interpolation for Super-Resolution

License

Notifications You must be signed in to change notification settings

gyfastas/ICBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICBI

This repo is unofficial python implementation of ICBI (Iterative Curve Based Interpolation). The original matlab implementation can be found here http://www.andreagiachetti.it/icbi/

For detailed implementation, see paper http://www.andreagiachetti.it/icbi/InterTIPmod2c.pdf

Requirement

General

  • python 3.5+ (verified on 3.6)

Python Package

  • numpy
  • opencv

Run the script

Modify input image in icbi.py and run icbi.py script:

python icbi.py

Or you can import icbi.py and use the function in your own code

Have fun :)

About

a unofficial implementation of Iterative Curvature Based Interpolation for Super-Resolution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages