質問編集履歴
1
print(cv2.getBuildInformation())の結果を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -82,4 +82,117 @@
|
|
82
82
|
使用ハード Raspberry Pi3 B+
|
83
83
|
使用OS Raspbian 9.11
|
84
84
|
Python 3.6.6
|
85
|
-
OpenCV 3.3.0
|
85
|
+
OpenCV 3.3.0
|
86
|
+
print(cv2.getBuildInformation())の結果です
|
87
|
+
|
88
|
+
```
|
89
|
+
General configuration for OpenCV 3.3.0 =====================================
|
90
|
+
Version control: unknown
|
91
|
+
|
92
|
+
Extra modules:
|
93
|
+
Location (extra): /home/jhelmus/conda/conda-bld/opencv_1512148862464/work/opencv_contrib-3.3.0/modules
|
94
|
+
Version control (extra): unknown
|
95
|
+
|
96
|
+
Platform:
|
97
|
+
Timestamp: 2017-12-01T17:28:04Z
|
98
|
+
Host: Linux 4.9.35-v7+ armv7l
|
99
|
+
CMake: 3.6.2
|
100
|
+
CMake generator: Unix Makefiles
|
101
|
+
CMake build tool: /usr/bin/make
|
102
|
+
Configuration: Release
|
103
|
+
|
104
|
+
CPU/HW features:
|
105
|
+
Baseline:
|
106
|
+
requested: DETECT
|
107
|
+
disabled: VFPV3 NEON
|
108
|
+
|
109
|
+
C/C++:
|
110
|
+
-----省略-----
|
111
|
+
GUI:
|
112
|
+
QT: NO
|
113
|
+
GTK+: NO
|
114
|
+
GThread : NO
|
115
|
+
GtkGlExt: NO
|
116
|
+
OpenGL support: NO
|
117
|
+
VTK support: NO
|
118
|
+
|
119
|
+
Media I/O:
|
120
|
+
ZLib: /home/pi/berryconda3/lib/libz.so (ver 1.2.11)
|
121
|
+
JPEG: /home/pi/berryconda3/lib/libjpeg.so (ver 90)
|
122
|
+
WEBP: /home/pi/berryconda3/lib/libwebp.so (ver encoder: 0x0209)
|
123
|
+
PNG: /home/pi/berryconda3/lib/libpng.so (ver 1.6.28)
|
124
|
+
TIFF: /home/pi/berryconda3/lib/libtiff.so (ver 42 - 4.0.6)
|
125
|
+
JPEG 2000: /home/pi/berryconda3/lib/libjasper.so (ver 1.900.1)
|
126
|
+
OpenEXR: build (ver 1.7.1)
|
127
|
+
GDAL: NO
|
128
|
+
GDCM: NO
|
129
|
+
|
130
|
+
Video I/O:
|
131
|
+
DC1394 1.x: NO
|
132
|
+
DC1394 2.x: NO
|
133
|
+
FFMPEG: YES
|
134
|
+
avcodec: YES (ver 57.64.101)
|
135
|
+
avformat: YES (ver 57.56.101)
|
136
|
+
avutil: YES (ver 55.34.101)
|
137
|
+
swscale: YES (ver 4.2.100)
|
138
|
+
avresample: YES (ver 3.1.0)
|
139
|
+
GStreamer: NO
|
140
|
+
OpenNI: NO
|
141
|
+
OpenNI PrimeSensor Modules: NO
|
142
|
+
OpenNI2: NO
|
143
|
+
PvAPI: NO
|
144
|
+
GigEVisionSDK: NO
|
145
|
+
Aravis SDK: NO
|
146
|
+
UniCap: NO
|
147
|
+
UniCap ucil: NO
|
148
|
+
V4L/V4L2: NO/YES
|
149
|
+
XIMEA: NO
|
150
|
+
Xine: NO
|
151
|
+
Intel Media SDK: NO
|
152
|
+
gPhoto2: NO
|
153
|
+
|
154
|
+
Parallel framework: OpenMP
|
155
|
+
|
156
|
+
Trace: YES ()
|
157
|
+
|
158
|
+
Other third-party libraries:
|
159
|
+
Use Intel IPP: NO
|
160
|
+
Use Intel IPP IW: NO
|
161
|
+
Use VA: NO
|
162
|
+
Use Intel VA-API/OpenCL: NO
|
163
|
+
Use Lapack: YES (/home/pi/berryconda3/lib/libopenblas.so)
|
164
|
+
Use Eigen: NO
|
165
|
+
Use Cuda: NO
|
166
|
+
Use OpenCL: NO
|
167
|
+
Use OpenVX: NO
|
168
|
+
Use custom HAL: YES (carotene (ver 0.0.1))
|
169
|
+
|
170
|
+
Python 2:
|
171
|
+
Interpreter: NO
|
172
|
+
|
173
|
+
Python 3:
|
174
|
+
Interpreter: /home/pi/berryconda3/bin/python (ver 3.6.3)
|
175
|
+
Libraries: /home/pi/berryconda3/lib/libpython3.6m.so (ver 3.6.3)
|
176
|
+
numpy: /home/pi/berryconda3/lib/python3.6/site-packages/numpy/core/include (ver 1.11.3)
|
177
|
+
packages path: /home/pi/berryconda3/lib/python3.6/site-packages
|
178
|
+
|
179
|
+
Python (for build): /home/pi/berryconda3/bin/python
|
180
|
+
|
181
|
+
Java:
|
182
|
+
ant: /usr/bin/ant (ver 1.9.4)
|
183
|
+
JNI: NO
|
184
|
+
Java wrappers: NO
|
185
|
+
Java tests: NO
|
186
|
+
|
187
|
+
Matlab: NO
|
188
|
+
|
189
|
+
Tests and samples:
|
190
|
+
Tests: NO
|
191
|
+
Performance tests: NO
|
192
|
+
C/C++ Examples: NO
|
193
|
+
|
194
|
+
Install path: /home/pi/berryconda3
|
195
|
+
|
196
|
+
cvconfig.h is in: /home/jhelmus/conda/conda-bld/opencv_1512148862464/work/build
|
197
|
+
-----------------------------------------------------------------
|
198
|
+
```
|