can I use SIFT in C ??
Hello , I am pretty new to OpenCV , I'm wondering if I can use sift algorithm in C code 'not c++' ?? and if it is , where can I find tutorials OpenCV using C programming language ??
Hello , I am pretty new to OpenCV , I'm wondering if I can use sift algorithm in C code 'not c++' ?? and if it is , where can I find tutorials OpenCV using C programming language ??
no, you can't use SIFT from c in opencv, you will have to use c++ (or python/java).
also, in general, avoid the legacy c-api, it is no more maintained, and covers only 25% of opencv's functionality.
thnx for your help but I must use C so I think the only way is to implement by myself. just the idea is killing me .
Asked: 2015-03-23 23:19:14 -0600
Seen: 362 times
Last updated: Mar 24 '15
Best features to track fish underwater
how to calculate SIFT/SURF descriptor for 1 point?
How does drawMatches work? (with respect to DMatch)
Training of SVM classifier in OpenCV using HOG, SIFT and ORB features
The detect feature of SIFT/SURF always breaks code
FeatureDetector giving conversion error on image set
How to use bag of words to predict an image?
Unhandled exception while machine learning using NormalBayesClassifier