1

I have the following problem: Given a set of points S in the plane and a known polygon P, find the optimal translation (Δx,Δy) and rotation φ such that P translated and rotated by this transform contains the maximal number of s ⋲ S.

I have found one paper so far that seems to document two such algorithms.

But I would like to know if there are any others and/or known implementations of such algorithms.

Additionally, I could further constrain this question to rectangles of known size, would this make it easier somehow?

oarfish
  • 4,116
  • 4
  • 37
  • 66
  • I know ICP, but I don't see how it helps here. The points are not on the contour necessarily, but contained. – oarfish Aug 23 '23 at 11:36

0 Answers0