zwz7712 / retinal-image-registration

Other
23 stars 4 forks source link

Is the RPM function same as SURF-PIIFD-RPM? #3

Open yiqian-wang opened 4 years ago

yiqian-wang commented 4 years ago

Thank you for sharing your code! I'm trying to reproduce your result, and I noticed you used functions like "rr_descriptor", but they are not in your repo, so I assume they are from SURF-PIIFD-RPM. But there is a call to "RPM(x1,x2,r)" in "misMatchRemove.m", which is different from the definition "[Y_reg,idt]=RPM(X,Y)" in SURF-PIIFD-RPM. Is the input r same as the r used in their RPM function?