diff --git a/documentation/documentation.pdf b/documentation/documentation.pdf index 301f42d..4b38b08 100644 Binary files a/documentation/documentation.pdf and b/documentation/documentation.pdf differ diff --git a/documentation/report.md b/documentation/report.md index 63ba146..bfb6039 100644 --- a/documentation/report.md +++ b/documentation/report.md @@ -40,7 +40,9 @@ Our program is 1,36 times slower than gdal_contour wich is bad considering ours The running on 12 threads yields a nice speedup 3,05 times. The program assumes the whole heightmap can fit in memory, this is not a problem for heightmaps from [hoydedata.no](https://hoydedata.no/LaserInnsyn2/) as the maximum tile size is about 700mb. + # Functionality of special interest + ## Trygve I can created a blur method that performs a simple box blur on the whole heigtmap. This is usefull to smooth out noise and create a more readable output. I wanted to implement a gaussion blur, and the code is ready for that, but in the end we became short on time.