Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can't find xfeatures2d.hpp

When installing opencv 3.0 and opencv_contrib, i just follow the tutorial using linux command and get the source code from github. Both are installed successfully, but when i write:

include "opencv2/xfeatures2d"

It turns out opencv can not find the file. When I refer to the path usr/local/include/, I can not find this file myself too. Since everything complied successfully, I dont know what is wrong with this file.

click to hide/show revision 2
No.2 Revision

Can't find xfeatures2d.hpp

When installing opencv 3.0 and opencv_contrib, i just follow the tutorial using linux command and get the source code from github. Both are installed successfully, but when i write:

include "opencv2/xfeatures2d"

#include "opencv2/xfeatures2d"

It turns out opencv can not find the file. When I refer to the path usr/local/include/, I can not find this file myself too. Since everything complied successfully, I dont know what is wrong with this file.

click to hide/show revision 3
No.3 Revision

Can't find xfeatures2d.hpp

When installing opencv 3.0 and opencv_contrib, i just follow the tutorial using linux command and get the source code from github. Both are installed successfully, but when i write:

#include "opencv2/xfeatures2d" "opencv2/xfeatures2d"

It turns out opencv can not find the file. When I refer to the path usr/local/include/, I can not find this file myself too. Since everything complied successfully, I dont know what is wrong with this file.