Giter Site home page Giter Site logo

141141 / srcnn_cpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shuwang127/srcnn_cpp

0.0 3.0 0.0 16.61 MB

C++ Implementation of Image Super-Resolution using Convolutional Neural Network

License: GNU General Public License v2.0

MATLAB 0.14% C++ 8.70% C 89.70% Shell 1.46%

srcnn_cpp's Introduction

SRCNN_Cpp

C++ Implementation of Image Super-Resolution using Convolutional Neural Network

Introduction

SRCNN_Cpp is a C++ Implementation of Image Super-Resolution using SRCNN which is proposed by Chao Dong in 2014.

  • If you want to find the details of SRCNN algorithm, please read the paper:

    Chao Dong, Chen Change Loy, Kaiming He, Xiaoou Tang. Learning a Deep Convolutional Network for Image Super-Resolution, in Proceedings of European Conference on Computer Vision (ECCV), 2014

  • If you want to download the training code(caffe) or test code(Matlab) for SRCNN, please open your browse and visit http://mmlab.ie.cuhk.edu.hk/projects/SRCNN.html for more details.

  • And thank you very much for Chao's work in SRCNN.

License

SRCNN_Cpp is released under the GPL v2 License (refer to the LICENSE file for details).

Contents

  1. Requirements
  2. Compile
  3. Demo

Requirements

  1. You need to install OpenCV2+ or OpenCV3+ in your computer.

    OpenCV download site: http://opencv.org/

  2. You also need to install pkg-config.

  3. And we really need g++ which is already installed in almost all Linux systems.

Note: we do not need Caffe in your system!

Our SRCNN_Cpp is developed in fc22 x64_86 system with g++-5.3 and OpenCV 3.0.0.

Compile

You can compile the C/C++ files on the command line in your Linux system.

$ ./opencv.sh SRCNN

If the compile is successful, you will see the information below:

  [Compile] Complete -- SRCNN.o has created!
  [Linking] Complete -- SRCNN has created!

Demo

You can run the following command to test the demo program.

./srcnn.sh Pictures/butterfly_GT.bmp

And the output images is save in the path: ./Output/

If you want to test your own images, please run the following command:

./srcnn.sh Path_To_Your_Own_Image

Enjoy yourself~

srcnn_cpp's People

Contributors

shuwang127 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.