a cover-/stego-file
Definition: CvrStgFile.h:46
represent a matching on a graph
Definition: Matching.h:41
void embedEdge(Edge *e)
Definition: Embedder.cc:249
static const unsigned int Default_NConstrHeur
Definition: Embedder.h:41
Embedder(void)
Definition: Embedder.cc:43
void embedExposedVertex(Vertex *v)
Definition: Embedder.cc:258
a string of bits
Definition: BitString.h:42
~Embedder(void)
Definition: Embedder.cc:136
void embed(void)
Definition: Embedder.cc:142
Definition: Embedder.h:32
const Matching * calculateMatching(ProgressOutput *prout)
Definition: Embedder.cc:209
BitString ToEmbed
Definition: Embedder.h:43
prints the progress to stdout
Definition: ProgressOutput.h:32
a graph constructed from a cover file and a message to be embedded
Definition: Graph.h:51
a vertex in a graph
Definition: Vertex.h:43