Replacing SIFT by FREAK
I have an application using FAST detector and SIFT descriptors. I want to try the new FREAK descriptor.
- Is it enough by replacing SIFT functions by FREAK and keep using FAST detector or do I need to apply major changes?
Hi, I would like to know if you could share your experience. Which combination was the best? As far as I know SIFT detector rejects corners because the SIFT descriptor works better with blobs. Then the performance of SIFT detector + SIFT descriptor is higher than FAST + SIFT descriptor.