From ff6202ccb402452ee0cafba162f2f697a21f8e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 15 May 2021 14:54:52 +0300 Subject: [PATCH] add conclusions --- IV/mj-msc.tex | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/IV/mj-msc.tex b/IV/mj-msc.tex index 1042f33..4e88607 100644 --- a/IV/mj-msc.tex +++ b/IV/mj-msc.tex @@ -1387,7 +1387,17 @@ produces poorly simplified results for some geometries. \section{Conclusions} \label{sec:conclusions} -% TODO: write when all the sections before this are be complete. +Classical and modern algorithms line simplification algorithms were evaluated, +main problems with them --- identified. A method for {\WM} technical +implementation was defined, and the algorithm --- implemented. Each geometric +transformation was described and visualized. The implemented algorithm was +applied for different shapes and compared to national (Lithuanian) datasets. + +About 1000 lines of Procedural SQL were written for the algorithm and tests, +and a few hundred lines of supporting scripts in Make, Python, Awk, Bash. +Helped by its permissive license and early interest, the algorithm code has +already been used to create a prototype on-line service to evaluate the +algorithm robustness. \section{Related Work and future suggestions} \label{sec:related_work}