X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/canny.git/blobdiff_plain/a0f4d76521ca0d84f0de9ba71ecb094fc9e1af33..5178f772a789c49b261c48acc466a982d413a9a9:/schema2.dot diff --git a/schema2.dot b/schema2.dot index 2af8194..b2bc96e 100644 --- a/schema2.dot +++ b/schema2.dot @@ -1,12 +1,12 @@ digraph start_up { - node [style = rounded, shape = rect] SI [label="Stego Image"] + node [style = rounded, shape = rect] SI [label="Stego Image Y"] + node [style = rounded, shape = rect] PIb [label="Param b, T, H"] + node [style = rounded, shape = rect] key [label="Key k"] node [style = rounded, shape = rect] start [label="Start"] node [style = rounded, shape = rect] end [label="End"] - node [style = rounded, shape = rect] PIb [label="Param. b"] - node [style = rounded, shape = rect] PIh [label="Param. H"] - node [style = rounded, shape = rect] STC [label="m = STCr(y,H)"] - node [style = rounded, shape = rect] ED [label="y=edgeDetection(b bits)"] + node [style = rounded, shape = rect] STC [label="m = STCr(y,H)"] + node [style = rounded, shape = rect] ED [label="y=Edge Detection(b,T,Y)"] node [style = rounded, shape = rect] decrypt [label="message=decryption(m)"] node [style = "", shape = diamond] condEmb [label="Use of STC"]; @@ -15,10 +15,10 @@ digraph start_up { start -> SI start -> PIb - start -> PIh + PIb -> ED - PIh -> STC + PIb -> STC start -> key