Guest User

Untitled

a guest
May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. begin{figure}[H]
  2. begin{tikzpicture}[scale=.5,every node/.style={minimum size=1cm},on grid]
  3.  
  4. begin{scope}[
  5. yshift=-83,every node/.append style={
  6. yslant=0.5,xslant=-1},yslant=0.5,xslant=-1
  7. ]
  8.  
  9.  
  10. % opacity to prevent graphical interference
  11. fill[white,fill opacity=0.9] (0,0) rectangle (6,6);
  12. draw[step=5mm, black] (0,0) grid (6,6); %defining grids
  13. draw[step=1mm, red!50,thin] (0.5,0.5) grid (2,2); %Nested Grid
  14. draw[black,very thick] (0,0) rectangle (6,6);%marking borders
  15. fill[red] (1,1) rectangle (1.5,1.5);
  16. %includegraphics[scale=1,opacity=0.8]{Pics/face_patch}
  17. %Idem as above, for the n-th grid:
  18. end{scope}
  19.  
  20. begin{scope}[
  21. yshift=90,every node/.append style={
  22. yslant=0.5,xslant=-1},yslant=0.5,xslant=-1
  23. ]
  24. fill[white,fill opacity=.9] (0,0) rectangle (5,5);
  25. draw[step=10mm, black] (1,1) grid (4,4);
  26. draw[black,very thick] (1,1) rectangle (4,4);
  27. draw[red,dashed] (0,0) rectangle (5,5);
  28. end{scope}
  29.  
  30. draw[-latex,thick](5.8,-.3)node[right]{$mathsf{Skup svih piksela u } boldsymbol{X}$}
  31. to[out=180,in=90] (3.9,-1);
  32.  
  33. draw[-latex,thick,text=black](5.9,5)node[right]{$mathsf{Skup svih piksela u } boldsymbol{x}_i$}
  34. to[out=180,in=90] (3.6,5);
  35. draw[-latex,dashed,text=black](5.7,3)node[right]{$x_i$}
  36. to[out=180,in=90] (0,5.7);
  37.  
  38.  
  39. draw[-latex,thick,red,text=black](-3.3,-3.2)node[right]{$x_i$}
  40. to[out=180,in=90] (0,-1.4);
  41.  
  42. draw[-latex,dashed,red,text=black](4.3,-1.9)node[right]{$mathsf{Skup svih piksela u } boldsymbol{x}_i$}
  43. to[out=180,in=90] (1,-1.3);
  44.  
  45. end{tikzpicture}
  46. end{figure}
Add Comment
Please, Sign In to add comment