Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
Loading...
Searching...
No Matches
obscurationPGM.hpp File Reference

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>
Include dependency graph for obscurationPGM.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This library provides functions to obscure images in the PGM format. The functions are inspired by Norman Hutte's methods for PPM images.

Authors
Katia Auxilien, Norman Hutte
Date
April 2024

Macro Definition Documentation

◆ OBSCURATION_PGM_LIBRARY

#define OBSCURATION_PGM_LIBRARY