This repository contains the code required to reproduce the results in the conference paper:
To update
This code is only for academic and research purposes. Please cite the above paper if you intend to use whole/part of the code.
We have used the following dataset in our analysis:
- Sentinel-2 Water Edges Dataset (SWED) from UK Hydrographic Office.
The data is available under the Geospatial Commission Data Exploration license.
You can find the following files in the src folder:
SWED_exploration.ipynb
Initial analysis of SWED dataset with a focus on data qualityedge_detection.ipynb
Results of Canny, Sobel, Scharr and Prewitt edge detection algorithms applied to SWED. This file contains the code for all the figures in the conference paper.