Android Opencv 2.4.0 Sift Feature [closed]

asked 2013-07-05 03:23:10 -0600

Opencv_lover gravatar image

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!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-09-26 13:40:14.584984

Comments

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-05 04:29:52 -0600 )edit