-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDigPro2.tex
58 lines (46 loc) · 1.29 KB
/
DigPro2.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
48
49
50
51
52
53
54
55
56
57
58
\documentclass{scrartcl}
\usepackage{etex}
\include{header/zusammenfassung}
\include{header/hyperref}
\include{header/listings}
\usepackage{tikz}
\usepackage{adjustbox}
\usetikzlibrary{arrows}
\usetikzlibrary{calc}
\usetikzlibrary{matrix}
\usetikzlibrary{intersections}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}
\usepackage{circuitikz}
\usepackage{pgfplots}
\tikzstyle{3x3mask}=[
matrix of nodes,
nodes={draw, minimum size=8mm, anchor=center},
column sep=0mm
]
% Spaltenabstand bei ,ulticols
\setlength{\columnsep}{1.5em}
\title{DigPro2}
\author{J.Rast, G.Köppel, R.Nestler, H.Badertscher \textit{et. al}}
\begin{document}
\selectlanguage{english}
\lstset{language=Matlab}
\begin{titlepage}
\maketitle
\vfill
\hspace{2cm}
\begin{minipage}{0.6\linewidth}
This summary follows the lectures of Prof. Dr. G. Schuster and the book
''Digital Image Processing`` by Rafael C. Gonzalez and Richard E. Woods. Most
figures and formulas are taken from there.
\end{minipage}
\end{titlepage}
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
\setcounter{section}{8}
\input{sections/MorphologicalImageProcessing}
\input{sections/ImageSegmentation}
\input{sections/FeatureExtraction}
\input{sections/ImagePatternClassification}
%\input{sections/PracticalExercises}
\end{document}