]> AND Private Git Repository - canny.git/blobdiff - schema2.dot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/canny
[canny.git] / schema2.dot
index 2af819420bd2206c12f9e248a5b67d1f0a0f57c6..b2bc96eaa26d48707388d94578a70a19174dfcd5 100644 (file)
@@ -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