Skip to content

zhangxiaoya/FB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Status

FBSuperResolution

The implementation of multi-frame super resolution via sub-pixel. All reference are following.

Usage

  1. clone or download this repo to local
git clone git@github.com:zhangxiaoya/FB.git
  1. Make foler for build

Use OpenCV2

cd FB
mkdir build
cd build
cmake .. # or use cmake-gui for custom build example or not, default is build with example
make
  1. Test SR use example
./example/example_runtime

the low resolution images are store at data folder by default, and the high resolution result is store at result folder by default.

  1. Result

原始图像 超分辨率图像

References

  1. Fast and Robust Multiframe Super Resolution
  2. Pyramidal Implementation of the Lucas Kanade Feature Tracker, description of the algorithm
  3. MDSP Super-Resolution And Demosaicing Datasets