~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
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx,amssymb,amsmath,subfig,bm}
\usepackage{ dsfont }
%opening
\title{}
\author{}
\newcommand{\statindep}{\mathrel{\rotatebox[origin=c]{90}{$\nvdash$}}}
\renewcommand{\vector}[1]{\ensuremath{\mathbf{#1}}}
 \newcommand{\field}[2]{\ensuremath{#1\left(\vector{#2}\right)}}
 \newcommand{\fieldx}[1]{\ensuremath{\field{#1}{x}}}
\newcommand{\vectorfield}[2]{\ensuremath{\mathbb{#1}\left(\vector{#2}\right)}}
\newcommand{\vectorfieldx}[1]{\ensuremath{\vectorfield{#1}{x}}}
\newcommand{\braces}[1]{\ensuremath{\left\lbrace #1 \right\rbrace}}
\newcommand{\set}[2]{\ensuremath{\braces{#1\left\vert #2\right.}}}
\newcommand{\ltwonorm}[1]{\ensuremath{\left\lVert #1 \right\rVert_{L_2}}}
\newcommand{\lonenorm}[1]{\ensuremath{\left\lVert #1 \right\rVert_{L_1}}}
\newcommand{\function}[2]{\ensuremath{#1\left(#2\right)}}
\newcommand{\brackets}[1]{\ensuremath{\left(#1\right)}}
\newcommand{\bigvert}[1]{\ensuremath{\left. #1\right\vert}}
\newcommand{\unity}{\ensuremath{\mathds{1}}}
\renewcommand{\eqref}[1]{eq. (\ref{#1})}
\begin{document}

\cite{BlackAnandanRobustOpticalFlow}
\cite{NoetherTheoremDeu,NoetherTheroemEng}
\cite{Horn-Schunck}
\cite{NagelEnkelmannAnisSmoothOptFlow}
\cite{RudinOsherFatemiTotalVariation,OsherRudinShockFilter,RudinShockFilter})
\cite{RudinOsherFatemiTotalVariation}
\cite{BrediesMathemBildverarbeitung}
 \input{Chapters/Background/ChapterLieGroupNoether}
\bibliographystyle{IEEEbib}
 \bibliography{OpticalFlowPapers}

\end{document}