Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 937 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 937 Bytes

Image Processing

Repository for image processing.

Installation

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.

Usage

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

Adithyan Ilangovan

License

TODO: Write license