static build of openCV for windows
I noted that after OpenCv 3.0, there is no static build with pre compiled version of OpenCV.
is there any plan to bring them back?
I noted that after OpenCv 3.0, there is no static build with pre compiled version of OpenCV.
is there any plan to bring them back?
cmake -DBUILD_SHARED_LIBS=OFF
Asked: 2017-03-01 09:57:37 -0600
Seen: 1,375 times
Last updated: Mar 01 '17
OpenCV 2.4 static lib relies on opencv_ffmpeg*.dll on Windows
The library is compiled without QT support in function displayOverlay [closed]
Build Application with Static Libraries
OpenCV4: what is the order for linking static libs on centos 6
OpenCV 2.4.3 ffmpeg multiple definition [static build]
Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault
Problems with static OpenCV 2.4.3 and pkg-config
Problems including OpenCV 2.3.0 in Visual Studio 2008 with static libraries
I don't know if there is a plan to bring them back but If you don't want to wait you can build it yourself