Ask Your Question
0

how to build opencv_world343?

asked 2018-10-06 07:22:32 -0600

I download opencv-3.4.3-vc14_vc15.exe .

I find opencv_world343.dll in release path. But I rebuild the source with VS2017, no find opencv_world343 module.

How to fix the problem?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-10-06 07:31:31 -0600

berak gravatar image

if it built libs like opencv_highgui343, you would use those instead.

if you wanted to build a single opencv_world lib ( note: NOT possible, if you build with contrib modules !) you should use:

cmake -DBUILD_opencv_world=ON
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-10-06 07:22:32 -0600

Seen: 1,202 times

Last updated: Oct 06 '18