diff --git a/documentation/report.md b/documentation/report.md index 1f1b146..3e4e2b2 100644 --- a/documentation/report.md +++ b/documentation/report.md @@ -20,4 +20,8 @@ The `produce_cellmap` function finds the points for a contour at a given elevati # 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. \ No newline at end of file +I wanted to implement a gaussion blur, and the code is ready for that, but in the end we became short on time. + +## Esther + +Calculated some statistical estimates for the average, variance and standard deviation for the pixels in the image. Also tried to calculate the steepness around each pixel. However, we didn't manage to get the Gdal to work for this. \ No newline at end of file