added gfx intro

This commit is contained in:
Toni
2016-07-11 15:03:32 +02:00
parent d6fc47a2fc
commit 668248fa79
2 changed files with 2288 additions and 3 deletions

View File

@@ -8,7 +8,14 @@ Compared to many other systems, we avoid any time-consuming fingerprinting and c
All calculations are computed in real time on a commercial smartphone, in most of our examples this is the Motorola Nexus 6 or the Samsung Galaxy S5.
The system is implemented in C++ using the Qt framework and OpenCL.
An overview of all involved components and the sensor fusion procedure can be seen in fig. \ref{}.
\begin{figure}
\centering
\includegraphics[width=\linewidth]{gfx/info_graphic}
\label{fig:sysoverview}
\caption{A broad overview of the localization and navigation system presented. The sensor measurements and calculations are all provided by the smartphone itself. The floorplan is known beforehand but extensively used every time step.}
\end{figure}%
An overview of all involved components and the sensor fusion procedure can be seen in fig. \ref{fig:sysoverview}.
Here, the smartphone provides all necessary measurements and no additional device is needed.
The readings of all those sensors are fused using recursive density estimation, directly on the phone:
%
@@ -46,8 +53,6 @@ where $\mObsVec_{1:t} = \mObsVec_{1}, \mObsVec_{1}, ..., \mObsVec_{t}$ is a seri
The recursive density estimation of eq. \eqref{eq:recursiveDensity} is implemented using a particle-filter with the state transition as proposal density.
This ensures valid position estimations even if a sensor is defect or is not provided by the smartphone itself.
\section{Prior Arrangements}
System setup is very easily and no fingerprinting is required.
\begin{figure}[h!]

File diff suppressed because it is too large Load Diff