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