-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDigPro1.tex
47 lines (34 loc) · 1.07 KB
/
DigPro1.tex
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
\documentclass{scrartcl}
\include{header/zusammenfassung}
\include{header/hyperref}
\include{header/listings}
\usepackage{colortbl}
\usepackage{tikz,adjustbox}
\usetikzlibrary{arrows, decorations.markings}
\newcommand{\dingfamily}{\fontencoding{U}\fontfamily{ding}\selectfont}
\newcommand{\chooseSymbol}[1]{{\dingfamily\symbol{#1}}}
\newcommand{\FiveStarOpen}{\chooseSymbol{'071}}
\title{DigPro1 Zusammenfassung}
\subtitle{Dozent: G.Schuster, Buch: Digital Image Processing, Rafael C. Gonzalez and Richard E. Woods}
\author{J.Rast, S.Körner, C.Gwerder, H.Badertscher}
\numberwithin{equation}{section}
\begin{document}
\selectlanguage{english}
\begin{titlepage}
\maketitle
\thispagestyle{empty}
\end{titlepage}
\newpage
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
\input{sections/DigitalImageFundamentals}
\input{sections/IntensityTransformSpatialFiltering}
\newpage
\input{sections/FilteringFrequencyDomain}
\newpage
\input{sections/ImageRestorationReconstruction}
\input{sections/ColorImageProcessing}
% \input{sections/Uebungen}
\input{sections/Anhang}
\end{document}