-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cv::KeyPoint is not a member of 'cv' #7
Comments
Is this happening to the last version committed on May 1? The last version requires OpenCV 3. Changing the includes is easy, but you may find other issues later.
for
|
@dorian3d OK, thank you very much~ |
@dorian3d Sorry, but could you please help me with this problem? It may be some thing happeded with DBoW? |
For those experiencing this issue, you can try to get the previous version of DLib and DBoW2, which is release 1.0: |
You can also use the newest opencv version from github. |
But then how to install DBoW2? Would it be better if you add those commands in that README file? |
My system is Ubuntu 14.04 64bit. My OpenCV version is 2.4.9. Initially, the error is something like "in file BRIEF.cpp: No such file opencv2/imgproc.hpp", and I modify the include to "opencv2/imgproc/imgproc.hpp", which is the real condition in my system. Then, comes the error as "cv::KeyPoint is not a member of 'cv'". Could anybody tells me why this has happened?
The text was updated successfully, but these errors were encountered: