Ask Your Question
1

OpenCV 3.0, gold with pre-built libraries & dlls, 06/04/15

asked 2015-06-09 11:06:49 -0600

FresnelZone gravatar image

The download only comes with opencv_ts300.lib, opencv_world300.lib, opencv_world300.dll & opencv_ffmpeg300.dll. Where are the other libs and dlls: opencv_calib3d, opencv_contrib, opencv_core, opencv_features2d, etc.? Also the non-free stuff such as opencv_nonfree.

Is a subsequent release going to have these libs & dlls or do we have to build them on our own?

Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-06-10 01:46:07 -0600

berak gravatar image
  • the prebuilt opencv_world contains all other modules from trunk (.like calib3d, core,features2d, etc.) not included there are those modules from opencv_contrib , if you need those, you will have to build it all from src.

  • opencv_ts300.lib is only required, if you want to build a test (you're safe to ignore it else

  • opencv_ffmpeg300 is only needed at runtime in case you want to read stream-urls via VideoCapture

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-09 11:05:16 -0600

Seen: 414 times

Last updated: Jun 09 '15