So far, I know three implementations of the SIFT detector/descriptor:
- OpenCV
- VLFeat
- OpenSift
What is the most efficient implementation? What is the most accurate? If you know any better implementation, please post it.
Since all these implementations are single thread, I want to parallelize them (probably using OpenMP).