~gerald-mwangi/+junk/Thesis

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\documentclass[a4paper,10pt,landscape]{article}
\usepackage[utf8]{inputenc}
\usepackage{tabularx}
%opening
\title{}
\author{}

\begin{document}

\section{Outline}
\begin{enumerate}
  \item Introduction\label{intro}
 \item Background\label{background}
  \subitem Image Fusion\label{BackgroundImFusion}
  \subitem Total Variation\label{BackGroundTV}
  \subitem Lie Groups\label{BackGroundLie}
  \subitem Noether Theorem\label{BackgroundNoether}
  \subsubitem Kepler's problem\label{BackGroundNoetherKepler}
  
  \item Prior based on structure Tensor\label{MainSTPrior}
  \subitem Total Variantion
    \subsubitem Invariance of Mean Curvature
 
 \item Multimodal (?) Optical Flow\label{OpticalFlow}
  \subitem Gaussian registration likelyhood\label{OptFlowLikelihood}
  \subitem Structure Tensor based Prior Model\label{OptFlowSTPrior}
  \subitem TV-based prior Model\label{OptFlowTV}
 
 \item Results\label{Results}
  \subitem Structure Tensor based Prior Model\label{ResSTModel}
  \subitem TV-based prior Model\label{ResTVModel}
 
 \item Conclusions

\end{enumerate}
\newpage
\begin{table}[t]
%     \centering
     \begin{tabularx}{\textwidth}{| c | c | c | c |}
        \hline
	Topic/Chapter & time/data & progress (in ticks) & comments\\ 
	\ref{intro} &  &  &  \\ 
	\ref{background} & & & \\ 
	
	
    \end{tabularx}
\end{table}
    





\end{document}