conclusions and suggested altarnative
This commit is contained in:
parent
a12ceeb20e
commit
7bdc4453bb
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
\newcommand{\DP}{Douglas \& Peucker}
|
\newcommand{\DP}{Douglas \& Peucker}
|
||||||
\newcommand{\VW}{Visvalingam--Whyatt}
|
\newcommand{\VW}{Visvalingam--Whyatt}
|
||||||
|
\newcommand{\WM}{Wang--M{\"u}ller}
|
||||||
|
|
||||||
\title{
|
\title{
|
||||||
Cartografic Generalization of Lines \\
|
Cartografic Generalization of Lines \\
|
||||||
@ -183,7 +184,14 @@ retained.
|
|||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\section{Suggested alternative}
|
\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}
|
\section{Related Work and future suggestions}
|
||||||
\label{sec:related_work}
|
\label{sec:related_work}
|
||||||
@ -201,6 +209,11 @@ between line simplification algorithms could be more objective.
|
|||||||
\section{Conclusions and Further Work}
|
\section{Conclusions and Further Work}
|
||||||
\label{sec: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
|
\printbibliography
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user