vote up 0 vote down star
1

What are the usual methods to compare two polygons for similarity? Vertices are in 2D.

flag

48% accept rate

3 Answers

vote up 2 vote down

You will find some methods exposed here.

  • Turning function
  • Graph matching
  • Shape signature by deformation

It is used in domains such as image retrieval (p. 52), where turning function is illustrated.

link|flag
vote up 0 vote down

I didn't read about the turning function discussed by @VonC, but I suspect a correlation of the vector(s) containing the difference in slopes between the segments would work well.

link|flag
vote up 0 vote down

Something similar: Shape Similarity

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.