andrefaraujo / videosearch

Large-scale video retrieval using image queries.
289 stars 105 forks source link

opencv.hpp #16

Closed LGCLT closed 4 years ago

LGCLT commented 5 years ago

step 5 main.cc:11:30: fatal error: opencv2/opencv.hpp

Cube1998 commented 4 years ago

Did you solve this problem?

Cube1998 commented 4 years ago

Solved. You should install libopencv-dev

like 'sudo apt-get install libopencv-dev'

andrefaraujo commented 4 years ago

Thanks!