Phylliida / orbslam-windows

Easy build for ORB Slam 2 on Windows
GNU General Public License v3.0
130 stars 73 forks source link

I have a problem with CMake DBoW2. #4

Closed SoonBeomKwon closed 6 years ago

SoonBeomKwon commented 7 years ago

I have a problem with CMake DBoW2.

CMake Error at CMakeLists.txt:31 (message): OpenCV > 2.4.3 not found.

When i do CMake DBoW2, this message come out.

I have a Visual Studio 2017 and OpenCV 3.0.0.

What should i do?

devphilno commented 7 years ago

You should add your OpenCV Directory to PATH

Filimindji commented 7 years ago

Hello there.

I have the same issue.

Can you provide more specific instruction please ?

Thank you

Phylliida commented 7 years ago

Try running the CMake gui and then it'll let you fill in the box that points to wherever you have OpenCV installed

Filimindji commented 7 years ago

It worked, thank you.

I fill the OPENCV_DIR box with the build subfolder of OpenCV (the one that contains OpenCVConfig.cmake file)