adding kalman

This commit is contained in:
2020-11-23 13:41:11 +01:00
parent 8196e39547
commit ccf35cea16
19 changed files with 2177 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
\usepackage{listings,xcolor,caption, mathtools, wrapfig}
\usepackage{amsfonts}
\usepackage{amssymb,graphicx,enumerate}
\usepackage{subcaption}
\usepackage{hyperref}
\usepackage[normalem]{ulem} % for strike out command \sout
@@ -682,16 +683,36 @@ Experiments using real 4D flow data
\begin{frame}
\frametitle{Results}
\footnotesize
\begin{figure}[!hbtp]
\begin{center}
\includegraphics[height=0.5\textwidth]{images/phantom_cib.png}
\caption{At peak systole: a) measurements b) corrector field c) corrected measurements: $\vec u_{meas} + \vec w$}
\end{center}
\end{figure}
\begin{figure}
\begin{subfigure}{.31\textwidth}
\centering
\includegraphics[trim=100 80 100 150, clip, width=1.0\textwidth]{images/u_15.png}
\caption*{(a) $\vec{u}_{meas}$}
\end{subfigure}
\begin{subfigure}{.01\textwidth}
\hfill
\end{subfigure}
\begin{subfigure}{.31\textwidth}
\centering
\includegraphics[trim=100 80 100 150, clip, width=1.0\textwidth]{images/w_15.png}
\caption*{(b) $\vec{w}$}
\end{subfigure}
\begin{subfigure}{.01\textwidth}
\hfill
\end{subfigure}
\begin{subfigure}{.31\textwidth}
\centering
\includegraphics[trim=100 80 100 150, clip, width=1.0\textwidth]{images/uc_15.png}
\caption*{(c) $\vec{u}_{meas}+\vec{w}$}
\end{subfigure}
\caption{Measurements, corrector fields and corrected velocities for all the cases.}
\label{fig:phantom_resolution}
\end{figure}
\end{frame}