Reputation: 18178
I just noted that openCV 3.1 is released, but when I download the binary files for windows, I noted that there is no static lib for this release.
Is it a mistake or official that static libs will not be included into official binary release?
Upvotes: 4
Views: 2075
Reputation: 21
OpenCV provide all-in-one lib from 3.0 version, locates in build/x64/vc12(vc14) opencv_world310.lib
If you want libs like 2.x version try to build lib and dll with cmake by yourself
Upvotes: 1