I have an RGB image that contains a colored (say blue) concave
polygon, surrounded by a bunch of other colored (say red,green,purple)
concave polygons. What I would like to do is trace it while it runs
parallel to a specific polygon, for example, trace the edges of the
blue polygon only while they're up against the edges of the red,
green, or purple polygon.
Any idea on how I could solve this?