Android Opencv 2.4.0 Sift Feature [closed]
Hello,Everyone ,I use opencv to extact sift feature,the result image show the result ,but How can I see how many features detect and most important,what is the feature message such as 128-d vector. Thanks for help!
Please read the FAQ which explains what a good question should contain. Please add some code, the result image that you have and so on. Having said that, you know there exists a documentation right? For SIFT it clearly show which parameters you have. You have to define how many features you actually want using the first parameter. The operator option even returns a set of keypoints, just look at the size of that to know the amount of features returned.