Coastline Matching Algorithm

Step 1 - preprocessing

[ Main | Previous: Overview | Next: Step 2 - chain code ]

The preprocessing contains the following steps.

Find a map
We start from scanned maps. Later this can be extended to satellite images.

Yellow component
The color channels are decomposed, but instead of RGB, CMY is used. From the components we use the yellow channel, beacuse it is easy to detect sea, which is blue, so having only a little yellow component.

Detect coastline
In the last step the coastline is detected, using the following algorithms:

Implementation details

[ Main | Previous: Overview | Next: Step 2 - chain code ]