0

Does anybody know if surfdescriptorextractor is still available in opencv 3.1? if it is how may i use it can you direct me? Thanks in advance

dramaticlook
  • 653
  • 1
  • 12
  • 39
  • Possible duplicate of [How do I use SIFT in OpenCV 3.0 with c++?](http://stackoverflow.com/questions/27533203/how-do-i-use-sift-in-opencv-3-0-with-c) – Miki Feb 12 '16 at 14:55

1 Answers1

0

It's not included by default after Opencv 3.0, now this is in opencv_contrib at xfeatures2d module. You will need to compile with the contrib module.

https://github.com/Itseez/opencv_contrib/tree/master/modules/xfeatures2d/src

Look for a similar question

How do I use SIFT in OpenCV 3.0 with c++?

Community
  • 1
  • 1
Felipe P.
  • 24
  • 4