~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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{pdflscape}
\usepackage{tabularx}
\usepackage{lipsum}
%opening
\title{}
\author{}
\newcommand{\tabline}[1]{\ref{#1} #1 & &   \\ \hline}
\setlength{\extrarowheight}{20pt}
\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{landscape}
 \begin{table}[h]
%     \centering
     \begin{tabularx}{\linewidth}{| c | c | c | c |}
        \hline
	Topic/Chapter & time/data & progress (in ticks) &comments\\ \hline
	\tabline{intro}
	\tabline{background}
	\tabline{BackgroundImFusion}
	\tabline{BackGroundTV}
	\tabline{BackGroundLie}
	\tabline{BackgroundNoether}
	\tabline{BackGroundNoetherKepler}
	\tabline{MainSTPrior}
	\tabline{OpticalFlow}
	\tabline{OptFlowLikelihood}
	\tabline{OptFlowSTPrior}
	\tabline{OptFlowTV}


	
	
	
	
    \end{tabularx}
\end{table}
\end{landscape}
\begin{landscape}
 \begin{table}[h]
%     \centering
     \begin{tabularx}{\linewidth}{| c | c | c | c |}
        \hline
	Topic/Chapter & time/data & progress (in ticks) &comments\\ \hline
	\tabline{Results}
	\tabline{ResSTModel}
	\tabline{ResTVModel}

	
	
	
	
    \end{tabularx}
\end{table}
\end{landscape}

    





\end{document}