質問編集履歴

1

print(cv2.getBuildInformation())の結果を追記

2019/11/02 06:33

投稿

Yuki_7300
Yuki_7300

スコア6

test CHANGED
File without changes
test CHANGED
@@ -167,3 +167,229 @@
167
167
  Python 3.6.6
168
168
 
169
169
  OpenCV 3.3.0
170
+
171
+ print(cv2.getBuildInformation())の結果です
172
+
173
+
174
+
175
+ ```
176
+
177
+ General configuration for OpenCV 3.3.0 =====================================
178
+
179
+ Version control: unknown
180
+
181
+
182
+
183
+ Extra modules:
184
+
185
+ Location (extra): /home/jhelmus/conda/conda-bld/opencv_1512148862464/work/opencv_contrib-3.3.0/modules
186
+
187
+ Version control (extra): unknown
188
+
189
+
190
+
191
+ Platform:
192
+
193
+ Timestamp: 2017-12-01T17:28:04Z
194
+
195
+ Host: Linux 4.9.35-v7+ armv7l
196
+
197
+ CMake: 3.6.2
198
+
199
+ CMake generator: Unix Makefiles
200
+
201
+ CMake build tool: /usr/bin/make
202
+
203
+ Configuration: Release
204
+
205
+
206
+
207
+ CPU/HW features:
208
+
209
+ Baseline:
210
+
211
+ requested: DETECT
212
+
213
+ disabled: VFPV3 NEON
214
+
215
+
216
+
217
+ C/C++:
218
+
219
+ -----省略-----
220
+
221
+ GUI:
222
+
223
+ QT: NO
224
+
225
+ GTK+: NO
226
+
227
+ GThread : NO
228
+
229
+ GtkGlExt: NO
230
+
231
+ OpenGL support: NO
232
+
233
+ VTK support: NO
234
+
235
+
236
+
237
+ Media I/O:
238
+
239
+ ZLib: /home/pi/berryconda3/lib/libz.so (ver 1.2.11)
240
+
241
+ JPEG: /home/pi/berryconda3/lib/libjpeg.so (ver 90)
242
+
243
+ WEBP: /home/pi/berryconda3/lib/libwebp.so (ver encoder: 0x0209)
244
+
245
+ PNG: /home/pi/berryconda3/lib/libpng.so (ver 1.6.28)
246
+
247
+ TIFF: /home/pi/berryconda3/lib/libtiff.so (ver 42 - 4.0.6)
248
+
249
+ JPEG 2000: /home/pi/berryconda3/lib/libjasper.so (ver 1.900.1)
250
+
251
+ OpenEXR: build (ver 1.7.1)
252
+
253
+ GDAL: NO
254
+
255
+ GDCM: NO
256
+
257
+
258
+
259
+ Video I/O:
260
+
261
+ DC1394 1.x: NO
262
+
263
+ DC1394 2.x: NO
264
+
265
+ FFMPEG: YES
266
+
267
+ avcodec: YES (ver 57.64.101)
268
+
269
+ avformat: YES (ver 57.56.101)
270
+
271
+ avutil: YES (ver 55.34.101)
272
+
273
+ swscale: YES (ver 4.2.100)
274
+
275
+ avresample: YES (ver 3.1.0)
276
+
277
+ GStreamer: NO
278
+
279
+ OpenNI: NO
280
+
281
+ OpenNI PrimeSensor Modules: NO
282
+
283
+ OpenNI2: NO
284
+
285
+ PvAPI: NO
286
+
287
+ GigEVisionSDK: NO
288
+
289
+ Aravis SDK: NO
290
+
291
+ UniCap: NO
292
+
293
+ UniCap ucil: NO
294
+
295
+ V4L/V4L2: NO/YES
296
+
297
+ XIMEA: NO
298
+
299
+ Xine: NO
300
+
301
+ Intel Media SDK: NO
302
+
303
+ gPhoto2: NO
304
+
305
+
306
+
307
+ Parallel framework: OpenMP
308
+
309
+
310
+
311
+ Trace: YES ()
312
+
313
+
314
+
315
+ Other third-party libraries:
316
+
317
+ Use Intel IPP: NO
318
+
319
+ Use Intel IPP IW: NO
320
+
321
+ Use VA: NO
322
+
323
+ Use Intel VA-API/OpenCL: NO
324
+
325
+ Use Lapack: YES (/home/pi/berryconda3/lib/libopenblas.so)
326
+
327
+ Use Eigen: NO
328
+
329
+ Use Cuda: NO
330
+
331
+ Use OpenCL: NO
332
+
333
+ Use OpenVX: NO
334
+
335
+ Use custom HAL: YES (carotene (ver 0.0.1))
336
+
337
+
338
+
339
+ Python 2:
340
+
341
+ Interpreter: NO
342
+
343
+
344
+
345
+ Python 3:
346
+
347
+ Interpreter: /home/pi/berryconda3/bin/python (ver 3.6.3)
348
+
349
+ Libraries: /home/pi/berryconda3/lib/libpython3.6m.so (ver 3.6.3)
350
+
351
+ numpy: /home/pi/berryconda3/lib/python3.6/site-packages/numpy/core/include (ver 1.11.3)
352
+
353
+ packages path: /home/pi/berryconda3/lib/python3.6/site-packages
354
+
355
+
356
+
357
+ Python (for build): /home/pi/berryconda3/bin/python
358
+
359
+
360
+
361
+ Java:
362
+
363
+ ant: /usr/bin/ant (ver 1.9.4)
364
+
365
+ JNI: NO
366
+
367
+ Java wrappers: NO
368
+
369
+ Java tests: NO
370
+
371
+
372
+
373
+ Matlab: NO
374
+
375
+
376
+
377
+ Tests and samples:
378
+
379
+ Tests: NO
380
+
381
+ Performance tests: NO
382
+
383
+ C/C++ Examples: NO
384
+
385
+
386
+
387
+ Install path: /home/pi/berryconda3
388
+
389
+
390
+
391
+ cvconfig.h is in: /home/jhelmus/conda/conda-bld/opencv_1512148862464/work/build
392
+
393
+ -----------------------------------------------------------------
394
+
395
+ ```