@@ -26,8 +26,8 @@ General configuration for OpenCV 4.1.0 =====================================
26
26
C Compiler: /usr/bin/cc
27
27
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 -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -mfpu=neon -mfp16-format=ieee -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
28
28
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 -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -mfpu=neon -mfp16-format=ieee -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
29
- Linker flags (Release): -Wl,--gc-sections
30
- Linker flags (Debug): -Wl,--gc-sections
29
+ Linker flags (Release): -Wl,--gc-sections
30
+ Linker flags (Debug): -Wl,--gc-sections
31
31
ccache: YES
32
32
Precompiled headers: NO
33
33
Extra dependencies: dl m pthread rt
@@ -42,13 +42,13 @@ General configuration for OpenCV 4.1.0 =====================================
42
42
Documentation: NO
43
43
Non-free algorithms: YES
44
44
45
- GUI:
45
+ GUI:
46
46
GTK+: YES (ver 3.22.11)
47
47
GThread : YES (ver 2.50.3)
48
48
GtkGlExt: NO
49
49
VTK support: NO
50
50
51
- Media I/O:
51
+ Media I/O:
52
52
ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
53
53
JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver 62)
54
54
WEBP: build (ver encoder: 0x020e)
@@ -72,13 +72,13 @@ General configuration for OpenCV 4.1.0 =====================================
72
72
GStreamer: NO
73
73
v4l/v4l2: YES (linux/videodev2.h)
74
74
75
- Parallel framework: pthreads
75
+ Parallel framework: TBB (ver 4.3 interface 8006)
76
76
77
77
Trace: YES (built-in)
78
78
79
79
Other third-party libraries:
80
80
Lapack: NO
81
- Eigen: NO
81
+ Eigen: YES (ver 3.3.2)
82
82
Custom HAL: YES (carotene (ver 0.0.1))
83
83
Protobuf: build (3.5.1)
84
84
@@ -100,12 +100,11 @@ General configuration for OpenCV 4.1.0 =====================================
100
100
101
101
Python (for build): /usr/bin/python2.7
102
102
103
- Java:
103
+ Java:
104
104
ant: NO
105
105
JNI: NO
106
106
Java wrappers: NO
107
107
Java tests: NO
108
108
109
109
Install to: /usr/local
110
110
-----------------------------------------------------------------
111
-
0 commit comments