Skip to content

AdithyanI/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Image processing filters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published