From f48909e1bd076bdbf3fb26dfca8b0b490f29b680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 21 May 2020 22:01:57 +0300 Subject: [PATCH] trying tolerances with D&P --- II/Referatas/mj-referatas.tex | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/II/Referatas/mj-referatas.tex b/II/Referatas/mj-referatas.tex index be85c6d..c2eafc5 100644 --- 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}