commit f48909e1bd076bdbf3fb26dfca8b0b490f29b680 (tree)
parent b4bcdb1f76c6266e61ab8733317791fe7e017b0b
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date: Thu, 21 May 2020 22:01:57 +0300
trying tolerances with D&P
Diffstat:
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/II/Referatas/mj-referatas.tex b/II/Referatas/mj-referatas.tex
@@ -2,6 +2,7 @@
\usepackage[L7x,T1]{fontenc}
\usepackage[utf8]{inputenc}
+\usepackage{a4wide}
\usepackage{csquotes}
\usepackage[english]{babel}
\usepackage[maxbibnames=99,style=authoryear]{biblatex}
@@ -19,6 +20,13 @@
(example of rivers) \\ \vspace{4mm}
}
+\iffalse
+a4: 210x297mm
+a6: 105x148xmm
+a7: 74x105mm
+a8: 52x74mm
+\fi
+
\author{Motiejus Jakštys}
\date{\today}
@@ -65,7 +73,7 @@ of straight and curved river shape, and author's familiarity with the location.
\begin{figure}
\centering
- \includegraphics[width=\textwidth]{zeimena}
+ \includegraphics[width=148mm]{zeimena}
\caption{Žeimena near Jaunadaris}
\label{fig:zeimena}
\end{figure}
@@ -77,8 +85,10 @@ downscaling, let's pick some visual examples.
\subsection{Douglas \& Peucker}
-\cite{douglas1973algorithms} is one of the most well-known line simplification algorithm.
+\cite{douglas1973algorithms} is one of the most well-known line simplification
+algorithms, which is often used for generalization. It will simplify the line shape.
+Trying the same dataset with different tolerances for Douglas \& Peucker.
\section{Algorithms based on cartographical knowledge}