ZeLianWen / Image-Registration

Image registration algorithm. Includes SIFT, SAR-SIFT,PSO-SIFT.
540 stars 128 forks source link

How about the second highest orientation? #3

Open yiran-THU opened 7 years ago

yiran-THU commented 7 years ago

Thanks for sharing the repository!

When I read the code,I found that there is only the main angle used in the function “calc_sift_descriptor.m”. Do you have any plan in the future how to use the second highest orientation? Although only about 15% of points are assigned multiple orientations, but these contribute significantly to the stability of matching.

Thanks again!

ZeLianWen commented 7 years ago

Thank you very much for your questions. We have assigned one or more orientations for each keypoint in the function "find_scale_space_extream".