changed gfx and TeX

This commit is contained in:
2016-02-11 20:41:14 +01:00
parent 05d97b1c19
commit f0215731ce
6 changed files with 22868 additions and 19769 deletions

View File

@@ -9,7 +9,8 @@
stairwells using nodes and edges as can be seen in fig. \ref{fig:gridStairs}.
\begin{figure}
\includegraphics[trim=45 60 45 30]{grid/grid}
\centering
\includegraphics[trim=0 0 0 0]{grid/grid}
\caption{Besides the nodes and edges defined by the distinct floors, we add realistic stairs to interconnect them.}
\label{fig:gridStairs}
\end{figure}
@@ -181,15 +182,15 @@
whereby $\text{stretch}(\cdots)$ is a scaling function (linear or non-linear) used to adjust
the impact of the previously calculated importance-factors.
%
Fig. \ref{fig:shortestPath} depicts the difference between the path calculated without and
with importance-factors, where the latter version is clearly more realistic.
Fig. \ref{fig:multiHeatMap} depicts the difference between the path calculated without (dashed) and
with importance-factors (solid), where the latter version is clearly more realistic.
\begin{figure}
\includegraphics[angle=-90, width=\columnwidth, trim=20 19 17 9, clip]{floorplan_paths}
\caption{Comparision of shortest-path calculation without (dotted) and with (solid) importance-factors
use for edge-weight-adjustment.}
\label{fig:shortestPath}
\end{figure}
%\begin{figure}
% \includegraphics[angle=-90, width=\columnwidth, trim=20 19 17 9, clip]{floorplan_paths}
% \caption{Comparision of shortest-path calculation without (dotted) and with (solid) importance-factors
% use for edge-weight-adjustment.}
% \label{fig:shortestPath}
%\end{figure}
@@ -265,7 +266,9 @@
\begin{figure}
\includegraphics[angle=-90, width=\columnwidth, trim=20 19 17 9, clip]{floorplan_dijkstra_heatmap}
\caption{Heat-Map of visited vertices after several walks using \refeq{eq:transMultiPath}}
\caption{Heat-Map of visited vertices after several walks using \refeq{eq:transMultiPath}.
Additionally shows the shortest-path calculation without (dashed) and with (solid) importance-factors
used for edge-weight-adjustment.}
\label{fig:multiHeatMap}
\end{figure}