|
Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
This library provides functions to obscure images in the PGM format. The functions are inspired by Norman Hutte's methods for PPM images. More...
#include "obscurationCommon.hpp"#include <iostream>#include <vector>#include <random>#include <bitset>#include <cstring>#include <fstream>#include <cstdio>#include <filesystem>#include <string>

Go to the source code of this file.
Classes | |
| class | obscurationPGM |
| A subclass of obscurationCommon for obscuring images in the PGM format. More... | |
Macros | |
| #define | OBSCURATION_PGM_LIBRARY |
This library provides functions to obscure images in the PGM format. The functions are inspired by Norman Hutte's methods for PPM images.
| #define OBSCURATION_PGM_LIBRARY |