1 / 23

C oastline M atching A lgorithm

C oastline M atching A lgorithm. SSIP’99 - Project 10 Team H. Team H. Joonas Lehtinen Finland Marcell Nagy Hungary József Galajda Hungary Róbert Ványi Hungary. Introduction. Problem definition Parts of the project Preprocessing Chain code generation Detection Documentation

jcindy
Download Presentation

C oastline M atching A lgorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Coastline Matching Algorithm SSIP’99 - Project 10 Team H

  2. Team H Joonas Lehtinen Finland Marcell Nagy Hungary József Galajda Hungary Róbert Ványi Hungary

  3. Introduction • Problem definition • Parts of the project • Preprocessing • Chain code generation • Detection • Documentation • Results, future work

  4. Problem definition Match of fragment of coastline to map Starting off with a segment of coastline (or a river with bridges) from a map, of different scale and noise properties extracted from a (much) larger segment, perform best fit to identify the section of coastline. One method that could be used would be correlation of a chain code representation. Creation of chain code or equivalent from map segment is part of the project. Imagine satellite images.

  5. Parts of the project • Preprocessing • Chain code generation • Detection • Documentation

  6. Preprocessing • Start with scanned maps • Creating yellow component from CMY • Detection of the coastline • Box filtering • Robert’s gradient • Tresholding

  7. Preprocessing • Original image

  8. Preprocessing • Yellow component

  9. Preprocessing • Gradient with tresholding

  10. Chain code generation • Preprocessed images • Cleaning images • Thinning process • Coordinate list generation • Chain code calculation

  11. Chain code generation • Preprocessed image

  12. Chain code generation • Cleaned coastline

  13. Chain code generation • Thinned coastline

  14. Chain code generation • Coordinate list

  15. Chain code generation • Chain code

  16. Detection • Error function • Searching algorithm

  17. Error function

  18. Searching algorithm

  19. Documentation • Web page • Changes file • Header file • Presentation

  20. Results, future work • Map of Central America • Several coastlines and segments • Correct matches

  21. Results, future work • Faster searching algorithm • Fully automatic preprocessing • Graphical User Interface • Less “coastline segmentation fault”

More Related