Advertisement
Guest User

OpenCV Configure

a guest
Sep 20th, 2013
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. Detected version of GNU GCC: 48 (408)
  2. CUDA compilation is disabled (due to only Visual Studio compiler supported on your platform).
  3. Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.0")
  4. Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  5.  
  6. General configuration for OpenCV 2.4.6.1 =====================================
  7. Version control: unknown
  8.  
  9. Platform:
  10. Host: Windows 6.1 AMD64
  11. CMake: 2.8.11.2
  12. CMake generator: MinGW Makefiles
  13. CMake build tool: C:/mingw64/bin/mingw32-make.exe
  14. Configuration: Release
  15.  
  16. C/C++:
  17. Built as dynamic libs?: YES
  18. C++ Compiler: C:/mingw64/bin/g++.exe (ver 4.8.1)
  19. C++ flags (Release): -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -msse -msse2 -ffunction-sections -O2 -DNDEBUG -DNDEBUG
  20. C++ flags (Debug): -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -msse -msse2 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG -ggdb3
  21. C Compiler: C:/mingw64/bin/gcc.exe
  22. C flags (Release): -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -msse -msse2 -ffunction-sections -O2 -DNDEBUG -DNDEBUG
  23. C flags (Debug): -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -fomit-frame-pointer -msse -msse2 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG -ggdb3
  24. Linker flags (Release):
  25. Linker flags (Debug):
  26. Precompiled headers: YES
  27.  
  28. OpenCV modules:
  29. To be built: core imgproc flann highgui features2d calib3d ml video objdetect contrib photo legacy gpu ocl nonfree stitching superres ts videostab
  30. Disabled: world
  31. Disabled by dependency: -
  32. Unavailable: androidcamera java python
  33.  
  34. GUI:
  35. QT: NO
  36. Win32 UI: YES
  37. OpenGL support: NO
  38.  
  39. Media I/O:
  40. ZLib: build (ver 1.2.7)
  41. JPEG: build (ver 62)
  42. PNG: build (ver 1.5.12)
  43. TIFF: build (ver 42 - 4.0.2)
  44. JPEG 2000: build (ver 1.900.1)
  45. OpenEXR: build (ver 1.7.1)
  46.  
  47. Video I/O:
  48. Video for Windows: YES
  49. DC1394 1.x: NO
  50. DC1394 2.x: NO
  51. FFMPEG: YES (prebuilt binaries)
  52. codec: YES (ver 53.61.100)
  53. format: YES (ver 53.32.100)
  54. util: YES (ver 51.35.100)
  55. swscale: YES (ver 2.1.100)
  56. gentoo-style: YES
  57. OpenNI: NO
  58. OpenNI PrimeSensor Modules: NO
  59. PvAPI: NO
  60. GigEVisionSDK: NO
  61. DirectShow: YES
  62. Media Foundation: NO
  63. XIMEA: NO
  64.  
  65. Other third-party libraries:
  66. Use IPP: NO
  67. Use Eigen: NO
  68. Use TBB: YES (ver 4.2 interface 7000)
  69. Use OpenMP: NO
  70. Use GCD NO
  71. Use Concurrency NO
  72. Use C=: NO
  73. Use Cuda: NO
  74. Use OpenCL: YES
  75.  
  76. OpenCL
  77. Include path: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v5.5/include C:/Program Files (x86)/AMD/clAmdFft/include C:/Program Files (x86)/AMD/clAmdBlas/include
  78. libraries: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v5.5/lib/x64/OpenCL.lib C:/Program Files (x86)/AMD/clAmdFft/lib64/import/clAmdFft.Runtime.lib C:/Program Files (x86)/AMD/clAmdBlas/lib64/import/clAmdBlas.lib
  79. Use AMD FFT: YES
  80. Use AMD BLAS: YES
  81.  
  82. Python:
  83. Interpreter: NO
  84.  
  85. Java:
  86. ant: NO
  87. JNI: NO
  88. Java tests: NO
  89.  
  90. Tests and samples:
  91. Tests: YES
  92. Performance tests: YES
  93. C/C++ Examples: YES
  94.  
  95. Install path: C:/msys64/home/Tiedtke/src/opencv-2.4.6.1/build/install
  96.  
  97. cvconfig.h is in: C:/msys64/home/Tiedtke/src/opencv-2.4.6.1/build
  98. -----------------------------------------------------------------
  99.  
  100. Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement