I am using OpenCV with C++ on Ubuntu 16.01 I have to use SURF.
I have already installed opencv_contrib correctly (i followed this link) but when i try to write the path:
#include "xfeatures2d/xfeatures2d.hpp
in my .hpp program I found this error:
#include "xfeatures2d/xfeatures2d.hpp : No such file or directory
Also i tried to put all the directory but it doesn't work either.
I'm not an expert in opencv so i don't know if I have to change any CmakeList or something.
has anybody any ideas?