|
Steganography
A C++ Steganography tool which leverages the LSB and DCT embedding techniques
|
This is the complete list of members for DiscreteCosineTransform, including all inherited members.
| channels (defined in DiscreteCosineTransform) | DiscreteCosineTransform | private |
| Decode() | DiscreteCosineTransform | virtual |
| DecodeChunk(const int start, std::vector< unsigned char >::iterator it, std::vector< unsigned char >::iterator en) | DiscreteCosineTransform | private |
| DecodeChunkLength(const int &start) | DiscreteCosineTransform | private |
| DiscreteCosineTransform(const boost::filesystem::path &image_path, int persistence) | DiscreteCosineTransform | inlineexplicit |
| Encode(const boost::filesystem::path &payload_path) | DiscreteCosineTransform | virtual |
| EncodeChunk(const int &start, std::vector< unsigned char >::iterator it, std::vector< unsigned char >::iterator en) | DiscreteCosineTransform | private |
| EncodeChunkLength(const int &start, const unsigned int &chunk_length) | DiscreteCosineTransform | private |
| GetBit(const T &target, const int &bit) | Steganography | inlineprotected |
| image | Steganography | protected |
| image_capacity (defined in DiscreteCosineTransform) | DiscreteCosineTransform | private |
| image_path | Steganography | protected |
| persistence | DiscreteCosineTransform | private |
| ReadPayload(const boost::filesystem::path &payload_path) | Steganography | protected |
| SetBit(T *target, const int &bit, const int &value) | Steganography | inlineprotected |
| Steganography(const boost::filesystem::path &image_path) | Steganography | inlineexplicit |
| SwapCoefficients(cv::Mat *block, const int &value) | DiscreteCosineTransform | private |
| WritePayload(const boost::filesystem::path &payload_path, const std::vector< unsigned char > &payload) | Steganography | protected |
1.8.15