Summary of Automated Coastline Extraction Using Edge Detection Algorithms, by Conor O’sullivan et al.
Automated Coastline Extraction Using Edge Detection Algorithms
by Conor O’Sullivan, Seamus Coveney, Xavier Monteys, Soumyabrata Dev
First submitted to arxiv on: 19 May 2024
Categories
- Main: Computer Vision and Pattern Recognition (cs.CV)
- Secondary: Machine Learning (cs.LG); Image and Video Processing (eess.IV)
GrooveSquid.com Paper Summaries
GrooveSquid.com’s goal is to make artificial intelligence research accessible by summarizing AI papers in simpler terms. Each summary below covers the same AI paper, written at different levels of difficulty. The medium difficulty and low difficulty versions are original summaries written by GrooveSquid.com, while the high difficulty version is the paper’s original abstract. Feel free to learn from the version that suits you best!
Summary difficulty | Written by | Summary |
---|---|---|
High | Paper authors | High Difficulty Summary Read the original abstract here |
Medium | GrooveSquid.com (original content) | Medium Difficulty Summary The paper compares four edge detection algorithms (Canny, Sobel, Scharr, and Prewitt) for extracting coastlines from satellite images. The authors evaluate their performance visually and using metrics such as structural similarity index measurement (SSIM). Canny edges were found to be closest to the reference edges with an average SSIM of 0.8. However, the algorithm struggled to distinguish between noisy edges and coastline edges. Additionally, preprocessing techniques like histogram equalization and Gaussian blur can improve edge detection effectiveness by up to 1.5 and 1.6 times, respectively. |
Low | GrooveSquid.com (original content) | Low Difficulty Summary The paper compares different algorithms for finding edges in satellite images. These edges help define coastlines. The authors tested four algorithms: Canny, Sobel, Scharr, and Prewitt. They looked at how well the algorithms worked by comparing them to a reference image. One algorithm, Canny, did a good job of finding edges with an average score of 0.8. However, it had trouble telling noisy edges from coastline edges. The authors also showed that making some changes to the images before using the algorithms can make them work better. |