@@ -4,6 +4,124 @@ MinGW 32bit and 64bit version of OpenCV compiled on Windows.
4
4
5
5
## Releases
6
6
7
+ ### [ OpenCV-4.5.2-x64] ( https://github.com/huihut/OpenCV-MinGW-Build/tree/OpenCV-4.5.2-x64 ) | [ zip] ( https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.5.2-x64.zip ) | [ tar.gz] ( https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.5.2-x64.tar.gz )
8
+
9
+ ```
10
+ git clone -b OpenCV-4.5.2-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.18.4
18
+
19
+ ```
20
+ General configuration for OpenCV 4.5.2 =====================================
21
+ Version control: unknown
22
+
23
+ Platform:
24
+ Timestamp: 2021-05-05T10:33:21Z
25
+ Host: Windows 10.0.19042 AMD64
26
+ CMake: 3.18.4
27
+ CMake generator: MinGW Makefiles
28
+ CMake build tool: E:/Qt/Qt5.13.0/Tools/mingw730_32/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 (17 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 (31 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
41
+
42
+ C/C++:
43
+ Built as dynamic libs?: YES
44
+ C++ standard: 11
45
+ C++ Compiler: E:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/g++.exe (ver 8.1.0)
46
+ 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 -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
47
+ 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 -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
48
+ C Compiler: E:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe
49
+ 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 -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
50
+ 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 -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
51
+ Linker flags (Release): -Wl,--gc-sections
52
+ Linker flags (Debug): -Wl,--gc-sections
53
+ ccache: NO
54
+ Precompiled headers: NO
55
+ Extra dependencies:
56
+ 3rdparty dependencies:
57
+
58
+ OpenCV modules:
59
+ To be built: calib3d core dnn features2d flann gapi highgui imgcodecs imgproc ml objdetect photo stitching ts video videoio
60
+ Disabled: world
61
+ Disabled by dependency: -
62
+ Unavailable: java python2 python3
63
+ Applications: tests perf_tests apps
64
+ Documentation: NO
65
+ Non-free algorithms: NO
66
+
67
+ Windows RT support: NO
68
+
69
+ GUI:
70
+ Win32 UI: YES
71
+ VTK support: NO
72
+
73
+ Media I/O:
74
+ ZLib: build (ver 1.2.11)
75
+ JPEG: build-libjpeg-turbo (ver 2.0.6-62)
76
+ WEBP: build (ver encoder: 0x020f)
77
+ PNG: build (ver 1.6.37)
78
+ TIFF: build (ver 42 - 4.2.0)
79
+ JPEG 2000: build (ver 2.4.0)
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.91.100)
90
+ avformat: YES (58.45.100)
91
+ avutil: YES (56.51.100)
92
+ swscale: YES (5.7.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.5.2/opencv-4.5.2/3rdparty/include/opencl/1.2
109
+ Link libraries: Dynamic load
110
+
111
+ Python (for build): C:/Users/huihu/.windows-build-tools/python27/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.5.2/opencv-4.5.2-build/install
120
+ -----------------------------------------------------------------
121
+ ```
122
+
123
+ </details >
124
+
7
125
### [ OpenCV-4.5.0-with-contrib] ( https://github.com/huihut/OpenCV-MinGW-Build/tree/OpenCV-4.5.0-with-contrib ) | [ zip] ( https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.5.0-with-contrib.zip ) | [ tar.gz] ( https://github.com/huihut/OpenCV-MinGW-Build/archive/OpenCV-4.5.0-with-contrib.tar.gz )
8
126
9
127
```
0 commit comments