using SIFT source code in OpenCV ?
Is openCV using OpenSIFT. If yes, if I have to modify SIFT code for some of my research, should I use it from within OpenCV or directly use OpenSIFT ?
Is openCV using OpenSIFT. If yes, if I have to modify SIFT code for some of my research, should I use it from within OpenCV or directly use OpenSIFT ?
Asked: Sep 21 '14
Seen: 406 times
Last updated: Sep 21 '14
no, opencv is using its own implementation.
(also, i'd be a bit wary about the code here, it's using deprecated c-api code all the way down, and development stopped 2 years ago.)