How to use PCA SIFT in opencv ?
How can I use [PCA-SIFT] with the usual datatypes used in OpenCV for feature matching like Keypoint ?
How can I use [PCA-SIFT] with the usual datatypes used in OpenCV for feature matching like Keypoint ?
Asked: 2013-10-26 05:25:51 -0600
Seen: 4,098 times
Last updated: Oct 28 '13
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
PCA-SIFT isn't available out of the box in OpenCV. If you are ok with other robust keypoint-based descriptors you may refer to SURF, ORB, and Freak (http://docs.opencv.org/modules/features2d/doc/feature_detection_and_description.html).