From: Bjørn Rustad Date: Fri, 13 Jun 2014 11:50:31 +0000 (+0200) Subject: FINITO X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;p=prosjektoppgave FINITO --- diff --git a/appendix.tex b/appendix.tex index a85b66d..8649d81 100644 --- a/appendix.tex +++ b/appendix.tex @@ -2,9 +2,20 @@ % skriver i 'book'-dokumentklassen vil du kanskje bytte ut % \section med \chapter, \subsection med \section, osv... -\section{C++ implementation} +\section{\cpp\ implementation} \label{app:c++implementation} +The files \texttt{graph.hpp} and \texttt{graph.cpp} contains the code +related to the graph datastructure and the minimum cut algorithms. The +code for the highest label and FIFO selection rules are in +\texttt{selecitonrule.hpp} and \texttt{selectionrule.cpp}, while the +neighborhood stencil is stored in a datastructure defined in +\texttt{neighborhood.hpp}. The files \texttt{image.hpp} and +\texttt{image.cpp} handle the connection between the digital image and +the flow network, while command line input is handled in +\texttt{main.cpp}. A digital copy of the code can be found at +\url{http://github.com/burk/image-restoration}. + \subsection{\texttt{graph.hpp}} \lstinputlisting[language=C++]{../image-restoration/graph.hpp} \subsection{\texttt{graph.cpp}} diff --git a/titlepage.tex b/titlepage.tex index ab062fc..0439d3f 100644 --- a/titlepage.tex +++ b/titlepage.tex @@ -1,17 +1,20 @@ % Enkel forside som bruker latex sin \titlepage kommando: % NB: Bruken av \and mellom navn! +\newgeometry{margin=1in} \begin{titlepage} \centering \vfill -\LARGE{Total variation based image restoration using graph cuts} \\[2cm] -\large{Bjørn Rustad} \\[1cm] +\LARGE{Total variation based image restoration using graph +cuts} \\[2cm] -\today \\[4cm] +\large{Bjørn Rustad} \\[0.2cm] + +\today \\[2cm] %\includegraphics[width=0.5\textwidth]{lena512.png} \centering @@ -48,10 +51,16 @@ \end{pgfonlayer} } } -\end{tikzpicture} +\end{tikzpicture}\\[2cm] + +\large{Supervisor:}\\[0.1cm] +Markus Grasmair, Department of Mathematical Sciences, NTNU + \end{titlepage} +\restoregeometry + % Local Variables: % TeX-master: "master" % End: