Ask Your Question
1

FAST Feature Detector and SIFT Feature Descriptor

asked 2014-10-15 09:51:53 -0600

ascentof gravatar image

updated 2014-10-15 09:52:27 -0600

I'm currently testing some Feature Detectors and Descriptors on some images. I'm matching an image with the rotated version of itself and had a higher percentage of correct matches using Fast Feature Detector and SIFT Feature Descriptor, than using SIFT Feature Detector and Descriptor.
The keypoints found by the FAST Feature Detector don't have any information for the orientation of the keypoint. So how does the SIFT Feature Descriptor work with those keypoints? Does it just use 0 degrees as orientation or does it compute the orientation itself?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-10-16 03:52:20 -0600

All information you need is just right there :) Have fun reading!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-15 09:51:53 -0600

Seen: 570 times

Last updated: Oct 15 '14