63 Forks
91 Stars
91 Watchers

DIPDemo

All the algorithms in the book "Digital Image Processing and Machine Vision" C++ code; test under VS2013, use MFC as the interactive interface to realize the operation of the input image, covering all the basic image processing algorithms, it is worth learning!

How to download and setup DIPDemo

Open terminal and run command
git clone https://github.com/ranjiewwen/DIPDemo.git
git clone is used to create a copy or clone of DIPDemo repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with DIPDemo https://github.com/ranjiewwen/DIPDemo/archive/master.zip

Or simply clone DIPDemo with SSH
[email protected]:ranjiewwen/DIPDemo.git

If you have some problems with DIPDemo

You may open issue on DIPDemo support forum (system) here: https://github.com/ranjiewwen/DIPDemo/issues