Matching shapes of road marking from OpenData
问题 for now I work on the generation of road marking from OpenData. Because I'm a Newbie in programming I use Python. I process orthophotos and transform them to binary-photos (only black and white pixels). After that I get such a photo like this: The next step is to recognize various road marking on the given example picture. I think this should be possible by "shape context matching". So I wrote this code ( a is the original turn arrow and b is a extracted turn arrow from the example picture)