conclusions and suggested altarnative

This commit is contained in:
Motiejus Jakštys 2020-05-26 07:42:43 +03:00
parent a12ceeb20e
commit 7bdc4453bb

View File

@ -19,6 +19,7 @@
\newcommand{\DP}{Douglas \& Peucker}
\newcommand{\VW}{Visvalingam--Whyatt}
\newcommand{\WM}{Wang--M{\"u}ller}
\title{
Cartografic Generalization of Lines \\
@ -183,7 +184,14 @@ retained.
\end{figure}
\section{Suggested alternative}
\label{sec:my_idea}
\label{sec:suggested_alternative}
TODO:
\begin{itemize}
\item Describe algorithm by {\WM}.
\item Explain how outputs will differ.
\item Explain implementation plan?
\end{itemize}
\section{Related Work and future suggestions}
\label{sec:related_work}
@ -201,6 +209,11 @@ between line simplification algorithms could be more objective.
\section{Conclusions and Further Work}
\label{sec:conclusions_and_further_work}
We have practically evaluated two readily available line simplification
algorithms with a river sample: {\VW} and {\DP}, and outlined their
deficiencies. We are suggesting to implement {\WM} and compare it to the other
two.
\printbibliography
\end{document}