Skip to content

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 ..

Notifications You must be signed in to change notification settings

inkfil/tigerFish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 ..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published