Ask Your Question
0

openCV missing bioinspired300d.lib etc

asked 2015-02-15 16:14:53 -0600

Zarn gravatar image

I am trying to load a project into visual studio 2013 which requires openCV as a library. The standard library is listed as a prerequisite, however it does not seem to contain the following:

opencv_bioinspired300d.lib opencv_contrib300d.lib opencv_cuda300d.lib opencv_cudaarithm300d.lib opencv_cudabgsegm300d.lib opencv_cudacodec300d.lib opencv_cudafeatures2d300d.lib opencv_cudafilters300d.lib opencv_cudaimgproc300d.lib opencv_cudaoptflow300d.lib opencv_cudastereo300d.lib opencv_cudawarping300d.lib opencv_legacy300d.lib opencv_nonfree300d.lib opencv_objdetect300d.lib opencv_optim300d.lib opencv_softcascade300d.lib

I have been trying to follow the instructions to compile openCV using cmake, however as the project only links to the 3.0.0beta download I wanted to make sure this was even necessary? The website does not say I need to do this.

Can anyone let me know which extra libraries I need to add for the above and maybe better instructions on how to compile it? Is there no way to avoid manually using cmake - some of the files dont even exist on the original web pages any more?

Thanks

edit retag flag offensive close merge delete

Comments

1

your library list there looks a bit outdated, some of those modules do no more exist or were moved to the opencv_contrib repo.

how did you arrive at that list ? are you sure, your project really depends on all of those ?

try a 'minimal' set first:

opencv_core300d.lib opencv_imgproc300d.lib opencv_imgcodecs300d.lib opencv_videoio300d.lib opencv_objdetect300d.lib opencv_features2d300d.lib

berak gravatar imageberak ( 2015-02-16 01:36:16 -0600 )edit

1 answer

Sort by » oldest newest most voted
1

answered 2015-02-16 01:45:20 -0600

Make sure to use the latest OpenCV 3.0.0 beta and have a look at this simple tutorial: https://www.youtube.com/watch?v=tHX3M... There are in fact only 2 libraries that you have to include now.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-15 16:14:53 -0600

Seen: 637 times

Last updated: Feb 16 '15