The implementation of multi-frame super resolution via sub-pixel. All reference are following.
- clone or download this repo to local
git clone git@github.com:zhangxiaoya/FB.git
- 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
- 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.
- Result