Skip to content

Commit 13e0749

Browse files
committed
Add OpenCV 4.1.1-x64
1 parent 64d1140 commit 13e0749

File tree

1 file changed

+118
-0
lines changed

1 file changed

+118
-0
lines changed

README.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,124 @@ MinGW 32bit and 64bit version of OpenCV compiled on Windows.
44

55
## Releases
66

7+
### [OpenCV 4.1.1-x64](https://github.com/huihut/OpenCV-MinGW-Build/tree/OpenCV-4.1.1-x64) | [zip](https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.1.1-x64.zip) | [tar.gz](https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.1.1-x64.tar.gz)
8+
9+
```
10+
git clone -b OpenCV-4.1.1-x64 git@github.com:huihut/OpenCV-MinGW-Build.git
11+
```
12+
13+
<details><summary>Configuration</summary>
14+
15+
* MinGW-x86_64-8.1.0-posix-seh-rt_v6-rev0
16+
* Windows-10-64bit
17+
* CMake-3.14.1
18+
19+
```
20+
General configuration for OpenCV 4.1.1 =====================================
21+
Version control: unknown
22+
23+
Platform:
24+
Timestamp: 2019-08-07T16:07:07Z
25+
Host: Windows 10.0.18362 AMD64
26+
CMake: 3.14.1
27+
CMake generator: MinGW Makefiles
28+
CMake build tool: E:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe
29+
Configuration: Release
30+
31+
CPU/HW features:
32+
Baseline: SSE SSE2 SSE3
33+
requested: SSE3
34+
Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
35+
requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
36+
SSE4_1 (15 files): + SSSE3 SSE4_1
37+
SSE4_2 (2 files): + SSSE3 SSE4_1 POPCNT SSE4_2
38+
FP16 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
39+
AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
40+
AVX2 (29 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
41+
42+
C/C++:
43+
Built as dynamic libs?: YES
44+
C++ Compiler: E:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/g++.exe (ver 8.1.0)
45+
C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
46+
C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
47+
C Compiler: E:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe
48+
C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
49+
C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
50+
Linker flags (Release): -Wl,--gc-sections
51+
Linker flags (Debug): -Wl,--gc-sections
52+
ccache: NO
53+
Precompiled headers: NO
54+
Extra dependencies: opengl32 glu32
55+
3rdparty dependencies:
56+
57+
OpenCV modules:
58+
To be built: calib3d core dnn features2d flann gapi highgui imgcodecs imgproc ml objdetect photo stitching ts video videoio
59+
Disabled: world
60+
Disabled by dependency: -
61+
Unavailable: java js python2 python3
62+
Applications: tests perf_tests apps
63+
Documentation: NO
64+
Non-free algorithms: NO
65+
66+
Windows RT support: NO
67+
68+
GUI:
69+
Win32 UI: YES
70+
OpenGL support: YES (opengl32 glu32)
71+
VTK support: NO
72+
73+
Media I/O:
74+
ZLib: build (ver 1.2.11)
75+
JPEG: build-libjpeg-turbo (ver 2.0.2-62)
76+
WEBP: build (ver encoder: 0x020e)
77+
PNG: build (ver 1.6.37)
78+
TIFF: build (ver 42 - 4.0.10)
79+
JPEG 2000: build (ver 1.900.1)
80+
OpenEXR: build (ver 2.3.0)
81+
HDR: YES
82+
SUNRASTER: YES
83+
PXM: YES
84+
PFM: YES
85+
86+
Video I/O:
87+
DC1394: NO
88+
FFMPEG: YES (prebuilt binaries)
89+
avcodec: YES (58.35.100)
90+
avformat: YES (58.20.100)
91+
avutil: YES (56.22.100)
92+
swscale: YES (5.3.100)
93+
avresample: YES (4.0.0)
94+
GStreamer: NO
95+
DirectShow: YES
96+
97+
Parallel framework: none
98+
99+
Trace: YES (built-in)
100+
101+
Other third-party libraries:
102+
Lapack: NO
103+
Eigen: NO
104+
Custom HAL: NO
105+
Protobuf: build (3.5.1)
106+
107+
OpenCL: YES (no extra features)
108+
Include path: E:/opencv-4.1.1/opencv-4.1.1/3rdparty/include/opencl/1.2
109+
Link libraries: Dynamic load
110+
111+
Python (for build): C:/Users/huihu/AppData/Local/Programs/Python/Python37-32/python.exe
112+
113+
Java:
114+
ant: NO
115+
JNI: C:/Program Files/Java/jdk1.8.0_191/include C:/Program Files/Java/jdk1.8.0_191/include/win32 C:/Program Files/Java/jdk1.8.0_191/include
116+
Java wrappers: NO
117+
Java tests: NO
118+
119+
Install to: E:/opencv-4.1.1/opencv-4.1.1-build/install
120+
-----------------------------------------------------------------
121+
```
122+
123+
</details>
124+
7125
### [OpenCV 4.1.0-x64](https://github.com/huihut/OpenCV-MinGW-Build/tree/OpenCV-4.1.0-x64) | [zip](https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.1.0-x64.zip) | [tar.gz](https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.1.0-x64.tar.gz)
8126

9127
```

0 commit comments

Comments
 (0)