Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
567 views
in Technique[技术] by (71.8m points)

cmake - Opencv_world451.dll missing in openCV 4.5.1 x86 build

I'm upgrading my Visual Studio v15 C++ project from openCV v3.4.3 to v4.5.1 in x86 configuration. I built it in CMake and then ran BUILD and INSTALL in OpenCV.sln in Visual Studio. But I cannot find the opencv_world451.dll anywhere. It's supposed to be in ..installx86vc15in but it's just not there. There are bunch of other dll files, but not the opencv_world451.dll. Could anyone help?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

the cmake variable BUILD_opencv_world needs to be set according to your wishes.

use cmake-gui for convenience.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...