Repository for image processing.
No installation needed if you just need to run the .exe. Otherwise, typical installation for C++ environment. You also need OpenCV 2 package.
Recommended : Use Visual studio IDE. Follow this tutorial. Use the latest OpenCV version.
image_processing.exe [name_of_image] [filter_type]
Filter type :
- 0 - Negative
- 1 - Grayscale
- 2 - Blur
- 3 - Sepia
- 4 - Vertical strip
- 5 - Cartoonify 1
- 6 - Cartoonify 2
- 7 - Cartoonify 3
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
Adithyan Ilangovan
TODO: Write license