]> git.rustad.me Git - prosjektoppgave/commitdiff
FINITO master
authorBjørn Rustad <bjorn@rustad.me>
Fri, 13 Jun 2014 11:50:31 +0000 (13:50 +0200)
committerBjørn Rustad <bjorn@rustad.me>
Fri, 13 Jun 2014 11:50:31 +0000 (13:50 +0200)
appendix.tex
titlepage.tex

index a85b66d671bdd5fe34b20e575c5e49d3c7b7d707..8649d81937d603ba29bb522a3caf6fac70b2215c 100644 (file)
@@ -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}}
index ab062fcf075a372e8ac300c0b6885b30dad431a9..0439d3f9fcc52883c3346280a81df6d432504765 100644 (file)
@@ -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
             \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: