Ask Your Question
0

Cannot find additional libraries in openCV 3.1.0

asked 2016-04-04 23:35:00 -0600

skypickle gravatar image

I followed the instructions on installing openCV for Windows x64 (no I did not build it, I downloaded the precompiled binary). The instructions however were for v 2.4.2 All of it was relevant but I got stuck at this page http://docs.opencv.org/2.4/doc/tutori...

where it talks about adding libraries to Linker ‣ General and under the “Additional Library Directories”.

I cannot find any of these:

opencv_calib3d249d.lib opencv_contrib249d.lib opencv_core249d.lib opencv_features2d249d.lib opencv_flann249d.lib opencv_gpu249d.lib opencv_highgui249d.lib opencv_imgproc249d.lib opencv_legacy249d.lib opencv_ml249d.lib opencv_nonfree249d.lib opencv_objdetect249d.lib opencv_ocl249d.lib opencv_photo249d.lib opencv_stitching249d.lib opencv_superres249d.lib opencv_ts249d.lib opencv_video249d.lib opencv_videostab249d.lib

The only two I find are opencv_world310.lib and the debug version. And I end up with linking errors at run time.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
3

answered 2016-04-05 01:40:10 -0600

berak gravatar image

updated 2016-04-05 01:40:47 -0600

the prebuilt pack comes with a opencv_world lib, use that instead of all the others.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-04 23:35:00 -0600

Seen: 657 times

Last updated: Apr 04 '16