/tigerFish

C++ Image Processing Library [wrapper around stb_image] with utility functions that perform basic image processing tasks such as masking, difference map generation, and such ..

Primary LanguageC

tigerFish

An Image Processing Utility using C++.

Directory Structure.
../
└── tigerFish/
	├── CMakeLists.txt
	├── main.cpp
	├── include/
	│   ├── stb_image.h
	│   ├── stb_image_writer.h
	│   ├── base64.hpp
	│   └──image.h
	└── src/
	    └── image.cpp

Dependencies:

  1. Stb_image
  2. Base64

Image Class Members:

  1. read images in memory from disk.
  2. write images to disk from memory.
  3. grayscaleAvg
  4. grayscaleLum
  5. grayscaleToRGB
  6. colorMask
  7. encodeMessage
  8. decodeMessage
  9. diffMap
  10. diffMapScale