Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have found this method[^] for point matching. Here is my MatLab Code[^] and my result[^] with five points (1,1) (2,0) (3,1) (3,3) (1,3) for both Template and Point Sets needs to be matched.
My interpretation is X1-Y2; X2-Y3; X3-Y4; X4-Y5; X5-Y1; Is this right? If not, what is the interpretation?
Another question is Have anyone here implemented this algorithm. My code does not seem to work.
Posted
Comments
YvesDaoust 11-Jun-14 17:01pm    
A test case with five points is not appropriate. With so few points, virtually any matching is acceptable, as you assume that there are outliers. Such methods are typically use with hundreds to tenths of thousands of points with a significant part truly matching.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900