Suppose you are given a hand drawn constellation (2d distribution of points) and a map of all stars, and are asked to find an actual star distribution sufficiently similar (with Kolmogorov Smirnov <= some_threshold) to the hand drawn constellation, if one exists.
Is there a classical algorithm for this kind of approximate distribution search?
Else do others have insights on how to reduce the complexity of this problem? I continue to be stumped by the fact that the user's hand-drawn constellation has no notion of scale or rotation...