Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
Header of super class containing common and useful methods for obscuring pgm and ppm images. More...
#include "../image/ImageBase.hpp"
#include <iostream>
#include <vector>
#include <random>
#include <bitset>
#include <cstring>
#include <fstream>
Go to the source code of this file.
Classes | |
class | obscurationCommon |
This class contains common and useful methods for obscuring images. More... | |
Macros | |
#define | OBSCURATION_COMMON_LIBRARY |
Header of super class containing common and useful methods for obscuring pgm and ppm images.
#define OBSCURATION_COMMON_LIBRARY |