Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  • the opencv3 version only needs a single opencv_world320.lib (just link that, and nothing else, it contains all others), while the 2.4 version has many, "all seperate" libs like opencv_core2413.lib, etc.

  • all of those are for VS2015, 64bit ONLY, so if you have a different ide/compiler/os, you'll have to build libraries from scratch, using cmake , andyoucan decide, if you want an "all-in-one" or seperate libs by toggling cmake -DBUILD_opencv_world=ON (or OFF)