dorian3d / DBoW2

Enhanced hierarchical bag-of-word library for C++
Other
858 stars 367 forks source link

opencv2/core.hpp file not found #24

Closed emmanuelom closed 7 years ago

emmanuelom commented 7 years ago

Hello everyone.

I am trying to compile the code using Qt in a Mac OS Yosemite, and at compilation time I have the problem of "opencv2 / core.hpp file not found".

Any idea about that. Thank you. :)

GallonDeng commented 7 years ago

I also have the problem. I find that it depends on your opencv path, it may be opencv2/core/core.hpp. similar problems for other head files

dorian3d commented 7 years ago

Should be fine if you use release v1.1 for OpenCV >= 3.1 and v1.0 otherwise.