Skip to content

This is an algorithm about how to get super-resolution image from a single image, which is described in the paper "Glasner, Bagon, Irani - 2009 - Super-resolution from a single image"

Notifications You must be signed in to change notification settings

yjwudi/Super-Resolution-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super-Resolution-Image

This is an algorithm about how to get super-resolution image from a single image, which is described in the paper "Glasner, Bagon, Irani - 2009 - Super-resolution from a single image"
I wrote the program in c++, and parallelized it with MPI and GPU. However, because of the limitation of my experience and knowledge in Computer Vision, I didn't finish all the steps described in the paper, so it's effect is not as good as described in the paper. How to use it?
First, you should install OpenCV.
Then, compile it, using g++ for serial version, mpic++ for the MPI version, and nvcc for the GPU version, blahblahblah...
Run it with the command: ./sr baby.png

About

This is an algorithm about how to get super-resolution image from a single image, which is described in the paper "Glasner, Bagon, Irani - 2009 - Super-resolution from a single image"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published