sunyinhui / jopensurf

Automatically exported from code.google.com/p/jopensurf
Other
0 stars 0 forks source link

SurfCompare display InterestPoints at wrong positions, possible dublicate #11 #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I run SurfCompare.java and get SurfCompare.png. The InterestPoints are at wrong 
positions I assume. It seems they are 90 degree rotated or something.

So i write class ShowInterestPoints.java which is similar to SurfCompare.java. 
The most important change is that I switched point.getX() <-> point.getY() from 
line 122 and 123 of SurfCompare.java. The result is ShowInterestPoints-wh1.png.

OK now it looks like the InterestPoints are at right positions but they do not 
cover whole image. It is great visible at ShowInterestPoints-wh4.png.

I am running Ubuntu 12.04 64-bit and using the .jar file from Feb 17, 2014.

Original issue reported on code.google.com by jakub.me...@gmail.com on 30 Oct 2014 at 2:13

Attachments: