polar-computing / 3DSeals

0 stars 2 forks source link

Constellation-based matching #6

Open aborowicz opened 7 years ago

aborowicz commented 7 years ago

Extract constellations (see constellations.py). Create "patches" of constellations that can be matched. Should use similar techniques to normal single-patch matching (rotation, slight transform etc.).

aborowicz commented 7 years ago

Alternative: do not do single-patch matching for constellations, but instead create a map of polygon centroids. (Think stars connected by lines). Use this to compare constellations. Are there already techniques for identifying constellations based on imagery?