26 lines
529 B
TeX
26 lines
529 B
TeX
|
% This file was created by matlab2tikz.
|
||
|
%
|
||
|
\begin{tikzpicture}
|
||
|
|
||
|
\begin{axis}[%
|
||
|
width=2.604in,
|
||
|
height=2.604in,
|
||
|
at={(0.962in,0.66in)},
|
||
|
scale only axis,
|
||
|
point meta min=0.0282583971491394,
|
||
|
point meta max=0.921555841989536,
|
||
|
axis on top,
|
||
|
xmin=0.5,
|
||
|
xmax=250.5,
|
||
|
tick align=outside,
|
||
|
y dir=reverse,
|
||
|
ymin=0.5,
|
||
|
ymax=250.5,
|
||
|
axis line style={draw=none},
|
||
|
ticks=none,
|
||
|
title style={font=\bfseries},
|
||
|
title={Blurred Image}
|
||
|
]
|
||
|
\addplot [forget plot] graphics [xmin=0.5, xmax=250.5, ymin=0.5, ymax=250.5] {img_orig-1.png};
|
||
|
\end{axis}
|
||
|
\end{tikzpicture}%
|