mans
mans

Reputation: 18178

where is the staticlib for opencv 3.1

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

Answers (1)

L.Robin
L.Robin

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

Related Questions