git.exe clone --progress -v "git://github.com/Itseez/opencv.git" "C:\opencv"
fatal: remote error: access denied or repository not exported: /opencv.git
#geshi(c++){{ /* OpenCV compiled as static or dynamic libs */
#define BUILD_SHARED_LIBS
/* Compile for 'real' NVIDIA GPU architectures */
#define CUDA_ARCH_BIN " 30"
/* Create PTX or BIN for 1.0 compute capability */ /* #undef CUDA_ARCH_BIN_OR_PTX_10 */
/* NVIDIA GPU features are used */
#define CUDA_ARCH_FEATURES " 30"
/* Compile for 'virtual' NVIDIA PTX architectures */
#define CUDA_ARCH_PTX ""
/* AVFoundation video libraries */ /* #undef HAVE_AVFOUNDATION */
/* V4L capturing support */ /* #undef HAVE_CAMV4L */
/* V4L2 capturing support */ /* #undef HAVE_CAMV4L2 */
/* Carbon windowing environment */ /* #undef HAVE_CARBON */
/* AMD's Basic Linear Algebra Subprograms Library*/ /* #undef HAVE_CLAMDBLAS */
/* AMD's OpenCL Fast Fourier Transform Library*/ /* #undef HAVE_CLAMDFFT */
/* Clp support */ /* #undef HAVE_CLP */
/* Cocoa API */ /* #undef HAVE_COCOA */
/* C= */ /* #undef HAVE_CSTRIPES */
/* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/ /* #undef HAVE_CUBLAS */
/* NVidia Cuda Runtime API*/
#define HAVE_CUDA
/* NVidia Cuda Fast Fourier Transform (FFT) API*/
#define HAVE_CUFFT
/* IEEE1394 capturing support */ /* #undef HAVE_DC1394 */
/* IEEE1394 capturing support - libdc1394 v2.x */ /* #undef HAVE_DC1394_2 */
/* DirectX */
#define HAVE_DIRECTX
#define HAVE_DIRECTX_NV12
#define HAVE_D3D11
#define HAVE_D3D10
#define HAVE_D3D9
/* DirectShow Video Capture library */
#define HAVE_DSHOW
/* Eigen Matrix & Linear Algebra Library */ /* #undef HAVE_EIGEN */
/* FFMpeg video library */
#define HAVE_FFMPEG
/* ffmpeg's libswscale */
#define HAVE_FFMPEG_SWSCALE
/* ffmpeg in Gentoo */
#define HAVE_GENTOO_FFMPEG
/* Geospatial Data Abstraction Library */ /* #undef HAVE_GDAL */
/* GStreamer multimedia framework */ /* #undef HAVE_GSTREAMER */
/* GTK+ 2.0 Thread support */ /* #undef HAVE_GTHREAD */
/* GTK+ 2.x toolkit */ /* #undef HAVE_GTK */
/* Define to 1 if you have the <inttypes.h> header file. */ /* #undef HAVE_INTTYPES_H */
/* Intel Perceptual Computing SDK library */ /* #undef HAVE_INTELPERC */
/* Intel Integrated Performance Primitives */
#define HAVE_IPP
#define HAVE_IPP_ICV_ONLY
/* Intel IPP Async */ /* #undef HAVE_IPP_A */
/* JPEG-2000 codec */
#define HAVE_JASPER
/* IJG JPEG codec */
#define HAVE_JPEG
/* libpng/png.h needs to be included */ /* #undef HAVE_LIBPNG_PNG_H */
/* V4L/V4L2 capturing support via libv4l */ /* #undef HAVE_LIBV4L */
/* Microsoft Media Foundation Capture library */ /* #undef HAVE_MSMF */
/* NVidia Video Decoding API*/ /* #undef HAVE_NVCUVID */
/* OpenCL Support */
#define HAVE_OPENCL /* #undef HAVE_OPENCL_STATIC */ /* #undef HAVE_OPENCL_SVM */
/* OpenEXR codec */
#define HAVE_OPENEXR
/* OpenGL support*/ /* #undef HAVE_OPENGL */
/* OpenNI library */ /* #undef HAVE_OPENNI */
/* OpenNI library */ /* #undef HAVE_OPENNI2 */
/* PNG codec */
#define HAVE_PNG
/* Posix threads (pthreads) */ /* #undef HAVE_PTHREADS */
/* parallel_for with pthreads */ /* #undef HAVE_PTHREADS_PF */
/* Qt support */ /* #undef HAVE_QT */
/* Qt OpenGL support */ /* #undef HAVE_QT_OPENGL */
/* QuickTime video libraries */ /* #undef HAVE_QUICKTIME */
/* QTKit video libraries */ /* #undef HAVE_QTKIT */
/* Intel Threading Building Blocks */ /* #undef HAVE_TBB */
/* TIFF codec */
#define HAVE_TIFF
/* Unicap video capture library */ /* #undef HAVE_UNICAP */
/* Video for Windows support */
#define HAVE_VFW
/* V4L2 capturing support in videoio.h */ /* #undef HAVE_VIDEOIO */
/* Win32 UI */
#define HAVE_WIN32UI
/* XIMEA camera support */ /* #undef HAVE_XIMEA */
/* Xine video library */ /* #undef HAVE_XINE */
/* Define if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* gPhoto2 library */ /* #undef HAVE_GPHOTO2 */
/* VA library (libva) */ /* #undef HAVE_VA */
/* Intel VA-API/OpenCL */ /* #undef HAVE_VA_INTEL */ }}
General configuration for OpenCV 3.1.0 ===================================== Version control: 3.1.0 Platform: Host: Windows 6.1 AMD64 CMake: 2.8.12.2 CMake generator: Visual Studio 11 CMake build tool: C:/PROGRA~2/MICROS~1.0/Common7/IDE/devenv.com MSVC: 1700 C/C++: Built as dynamic libs?: YES C++ Compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/cl.exe (ver 17.0.61030.0) C++ flags (Release): /DWIN32 /D_WINDOWS /W4 /GR /EHa /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast /wd4251 /wd4324 /wd4275 /wd4589 /MP8 /MD /O2 /Ob2 /D NDEBUG /Zi C++ flags (Debug): /DWIN32 /D_WINDOWS /W4 /GR /EHa /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast /wd4251 /wd4324 /wd4275 /wd4589 /MP8 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 C Compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/cl.exe C flags (Release): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast /MP8 /MD /O2 /Ob2 /D NDEBUG /Zi C flags (Debug): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast /MP8 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 Linker flags (Release): /machine:X86 /INCREMENTAL:NO /debug Linker flags (Debug): /machine:X86 /debug /INCREMENTAL Precompiled headers: YES Extra dependencies: comctl32 gdi32 ole32 setupapi ws2_32 vfw32 cudart nppc nppi npps cufft -LC:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v6.0/lib/Win32 3rdparty dependencies: zlib libjpeg libwebp libpng libtiff libjasper IlmImf OpenCV modules: To be built: cudev core cudaarithm flann imgproc ml video cudabgsegm cudafilters cudaimgproc cudawarping imgcodecs photo shape videoio cudacodec highgui objdetect ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo stitching superres videostab Disabled: world Disabled by dependency: - Unavailable: java python2 python3 viz Windows RT support: NO GUI: QT: NO Win32 UI: YES OpenGL support: NO VTK support: NO Media I/O: ZLib: build (ver 1.2.8) JPEG: build (ver 90) WEBP: build (ver 0.3.1) PNG: build (ver 1.6.19) TIFF: build (ver 42 - 4.0.2) JPEG 2000: build (ver 1.900.1) OpenEXR: build (ver 1.7.1) GDAL: NO Video I/O: Video for Windows: YES DC1394 1.x: NO DC1394 2.x: NO FFMPEG: YES (prebuilt binaries) codec: YES (ver 56.41.100) format: YES (ver 56.36.101) util: YES (ver 54.27.100) swscale: YES (ver 3.1.101) resample: NO gentoo-style: YES GStreamer: NO OpenNI: NO OpenNI PrimeSensor Modules: NO OpenNI2: NO PvAPI: NO GigEVisionSDK: NO DirectShow: YES Media Foundation: NO XIMEA: NO Intel PerC: NO Parallel framework: Concurrency Other third-party libraries: Use IPP: 9.0.1 [9.0.1] at: C:/opencv/3rdparty/ippicv/unpack/ippicv_win Use IPP Async: NO Use Eigen: NO Use Cuda: YES (ver 6.0) Use OpenCL: YES Use custom HAL: NO NVIDIA CUDA Use CUFFT: YES Use CUBLAS: NO USE NVCUVID: NO NVIDIA GPU arch: 30 NVIDIA PTX archs: Use fast math: NO OpenCL: Version: dynamic Include path: C:/opencv/3rdparty/include/opencl/1.2 Use AMDFFT: NO Use AMDBLAS: NO Python 2: Interpreter: NO Python 3: Interpreter: NO Python (for build): NO Java: ant: NO JNI: NO Java wrappers: NO Java tests: NO Matlab: Matlab not found or implicitly disabled Documentation: Doxygen: NO PlantUML: NO Tests and samples: Tests: YES Performance tests: YES C/C++ Examples: YES Install path: C:/opencv/build/install cvconfig.h is in: C:/opencv/build -----------------------------------------------------------------
dllの名前 | 所要時間(min) |
opencv_cudafilters310.dll | 13 |
opencv_cudafilters310d.dll | 12 |
opencv_cudaarithm310.dll | 9 |
opencv_cudaarithm310d.dll | 8 |
opencv_cudaimgproc310.dll | 4 |
opencv_cudaimgproc310d.dll | 3 |
opencv_cudalegacy310.dll | 3 |
opencv_cudafeatures2d310.dll | 3 |
opencv_imgproc310.dll | 2 |
opencv_cudawarping310.dll | 2 |
$ git pull fatal: remote error: access denied or repository not exported: /opencv.git
$ git remote -v origin git://code.opencv.org/opencv.git (fetch) origin git://code.opencv.org/opencv.git (push) $ git remote set-url origin git@github.com:Itseez/opencv.git $ git remote -v origin git@github.com:Itseez/opencv.git (fetch) origin git@github.com:Itseez/opencv.git (push) $ git fetch remote: Counting objects: 7348, done. remote: Compressing objects: 100% (5/5), done. remote: Total 7348 (delta 2914), reused 2917 (delta 2914), pack-reused 4429 Receiving objects: 100% (7348/7348), 5.04 MiB | 1.13 MiB/s, done. Resolving deltas: 100% (5245/5245), completed with 1015 local objects. From github.com:Itseez/opencv 707d10f..178ed63 2.4 -> origin/2.4 * [new branch] 2.4.12.x-prep -> origin/2.4.12.x-prep 40fcc9d..f550ddb master -> origin/master * [new tag] 2.4.10.3 -> 2.4.10.3 * [new tag] 2.4.10.4 -> 2.4.10.4 * [new tag] 2.4.12.2 -> 2.4.12.2 From github.com:Itseez/opencv * [new tag] 2.4.12 -> 2.4.12 * [new tag] 2.4.12.1 -> 2.4.12.1 * [new tag] 3.1.0 -> 3.1.0
$ git tag | grep ^3 3.0-ocl-tech-preview 3.0-ocl-tp2 3.0.0 3.0.0-alpha 3.0.0-beta 3.0.0-rc1 3.1.0
$ time git checkout 3.1.0 Previous HEAD position was c12243c... Version for 3.0.0 release HEAD is now at 92387b1... Fix java version++ real 0m0.883s user 0m0.592s sys 0m0.216s
$ mkdir build $ cd build $ time cmake -D BUILD_EXAMPLES:BOOL=TRUE ../ === 中略 === -- Configuring done -- Generating done -- Build files have been written to: /home/tomoaki/opencv real 0m18.418s user 0m11.469s sys 0m1.392s
$ make all;sudo make install
$ sudo remove libeigen2-dev
$ sudo make install
#geshi(c++){{ /* OpenCV compiled as static or dynamic libs */
#define BUILD_SHARED_LIBS
/* Compile for 'real' NVIDIA GPU architectures */
#define CUDA_ARCH_BIN ""
/* Create PTX or BIN for 1.0 compute capability */ /* #undef CUDA_ARCH_BIN_OR_PTX_10 */
/* NVIDIA GPU features are used */
#define CUDA_ARCH_FEATURES ""
/* Compile for 'virtual' NVIDIA PTX architectures */
#define CUDA_ARCH_PTX ""
/* AVFoundation video libraries */ /* #undef HAVE_AVFOUNDATION */
/* V4L capturing support */ /* #undef HAVE_CAMV4L */
/* V4L2 capturing support */
#define HAVE_CAMV4L2
/* Carbon windowing environment */ /* #undef HAVE_CARBON */
/* AMD's Basic Linear Algebra Subprograms Library*/ /* #undef HAVE_CLAMDBLAS */
/* AMD's OpenCL Fast Fourier Transform Library*/ /* #undef HAVE_CLAMDFFT */
/* Clp support */ /* #undef HAVE_CLP */
/* Cocoa API */ /* #undef HAVE_COCOA */
/* C= */ /* #undef HAVE_CSTRIPES */
/* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/ /* #undef HAVE_CUBLAS */
/* NVidia Cuda Runtime API*/ /* #undef HAVE_CUDA */
/* NVidia Cuda Fast Fourier Transform (FFT) API*/ /* #undef HAVE_CUFFT */
/* IEEE1394 capturing support */ /* #undef HAVE_DC1394 */
/* IEEE1394 capturing support - libdc1394 v2.x */ /* #undef HAVE_DC1394_2 */
/* DirectX */ /* #undef HAVE_DIRECTX */ /* #undef HAVE_DIRECTX_NV12 */ /* #undef HAVE_D3D11 */ /* #undef HAVE_D3D10 */ /* #undef HAVE_D3D9 */
/* DirectShow Video Capture library */ /* #undef HAVE_DSHOW */
/* Eigen Matrix & Linear Algebra Library */ /* #undef HAVE_EIGEN */
/* FFMpeg video library */
#define HAVE_FFMPEG
/* ffmpeg's libswscale */
#define HAVE_FFMPEG_SWSCALE
/* ffmpeg in Gentoo */
#define HAVE_GENTOO_FFMPEG
/* Geospatial Data Abstraction Library */ /* #undef HAVE_GDAL */
/* GStreamer multimedia framework */ /* #undef HAVE_GSTREAMER */
/* GTK+ 2.0 Thread support */
#define HAVE_GTHREAD
/* GTK+ 2.x toolkit */
#define HAVE_GTK
/* Define to 1 if you have the <inttypes.h> header file. */ /* #undef HAVE_INTTYPES_H */
/* Intel Perceptual Computing SDK library */ /* #undef HAVE_INTELPERC */
/* Intel Integrated Performance Primitives */ /* #undef HAVE_IPP */ /* #undef HAVE_IPP_ICV_ONLY */
/* Intel IPP Async */ /* #undef HAVE_IPP_A */
/* JPEG-2000 codec */
#define HAVE_JASPER
/* IJG JPEG codec */
#define HAVE_JPEG
/* libpng/png.h needs to be included */
#define HAVE_LIBPNG_PNG_H
/* V4L/V4L2 capturing support via libv4l */ /* #undef HAVE_LIBV4L */
/* Microsoft Media Foundation Capture library */ /* #undef HAVE_MSMF */
/* NVidia Video Decoding API*/ /* #undef HAVE_NVCUVID */
/* OpenCL Support */
#define HAVE_OPENCL /* #undef HAVE_OPENCL_STATIC */ /* #undef HAVE_OPENCL_SVM */
/* OpenEXR codec */
#define HAVE_OPENEXR
/* OpenGL support*/ /* #undef HAVE_OPENGL */
/* OpenNI library */ /* #undef HAVE_OPENNI */
/* OpenNI library */ /* #undef HAVE_OPENNI2 */
/* PNG codec */
#define HAVE_PNG
/* Posix threads (pthreads) */
#define HAVE_PTHREADS
/* parallel_for with pthreads */
#define HAVE_PTHREADS_PF
/* Qt support */ /* #undef HAVE_QT */
/* Qt OpenGL support */ /* #undef HAVE_QT_OPENGL */
/* QuickTime video libraries */ /* #undef HAVE_QUICKTIME */
/* QTKit video libraries */ /* #undef HAVE_QTKIT */
/* Intel Threading Building Blocks */ /* #undef HAVE_TBB */
/* TIFF codec */
#define HAVE_TIFF
/* Unicap video capture library */ /* #undef HAVE_UNICAP */
/* Video for Windows support */ /* #undef HAVE_VFW */
/* V4L2 capturing support in videoio.h */ /* #undef HAVE_VIDEOIO */
/* Win32 UI */ /* #undef HAVE_WIN32UI */
/* XIMEA camera support */ /* #undef HAVE_XIMEA */
/* Xine video library */ /* #undef HAVE_XINE */
/* Define if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* gPhoto2 library */ /* #undef HAVE_GPHOTO2 */
/* VA library (libva) */ /* #undef HAVE_VA */
/* Intel VA-API/OpenCL */ /* #undef HAVE_VA_INTEL */ }}
General configuration for OpenCV 3.1.0 ===================================== Version control: 3.1.0 Platform: Host: Linux 3.2.0-37-generic-pae i686 CMake: 2.8.7 CMake generator: Unix Makefiles CMake build tool: /usr/bin/make Configuration: Release C/C++: Built as dynamic libs?: YES C++ Compiler: /usr/bin/c++ (ver 4.6) 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 -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG -DNDEBUG 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 -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG C Compiler: /usr/bin/gcc 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 -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG -DNDEBUG 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 -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG Linker flags (Release): Linker flags (Debug): Precompiled headers: YES Extra dependencies: dl m pthread rt 3rdparty dependencies: OpenCV modules: To be built: core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab Disabled: world Disabled by dependency: - Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz GUI: QT: NO GTK+ 2.x: YES (ver 2.24.10) GThread : YES (ver 2.32.4) GtkGlExt: NO OpenGL support: NO VTK support: NO Media I/O: ZLib: /usr/lib/i386-linux-gnu/libz.so (ver 1.2.3.4) JPEG: libjpeg (ver 90) WEBP: build (ver 0.3.1) PNG: /usr/lib/i386-linux-gnu/libpng.so (ver 1.2.46) TIFF: build (ver 42 - 4.0.2) JPEG 2000: build (ver 1.900.1) OpenEXR: build (ver 1.7.1) GDAL: NO Video I/O: DC1394 1.x: NO DC1394 2.x: NO FFMPEG: YES codec: YES (ver 52.123.0) format: YES (ver 52.111.0) util: YES (ver 50.43.0) swscale: YES (ver 0.14.1) resample: NO gentoo-style: YES GStreamer: NO OpenNI: NO OpenNI PrimeSensor Modules: NO OpenNI2: NO PvAPI: NO GigEVisionSDK: NO UniCap: NO UniCap ucil: NO V4L/V4L2: NO/YES XIMEA: NO Xine: NO gPhoto2: NO Parallel framework: pthreads Other third-party libraries: Use IPP: IPP not found or implicitly disabled Use IPP Async: NO Use VA: NO Use Intel VA-API/OpenCL: NO Use Eigen: NO Use Cuda: NO Use OpenCL: YES Use custom HAL: NO OpenCL: Version: dynamic Include path: /home/tomoaki/opencv/3rdparty/include/opencl/1.2 Use AMDFFT: NO Use AMDBLAS: NO Python 2: Interpreter: /usr/bin/python (ver 2.7.3) Python 3: Interpreter: NO Python (for build): /usr/bin/python Java: ant: NO JNI: NO Java wrappers: NO Java tests: NO Matlab: Matlab not found or implicitly disabled Documentation: Doxygen: NO PlantUML: NO Tests and samples: Tests: YES Performance tests: YES C/C++ Examples: YES Install path: /usr/local cvconfig.h is in: /home/tomoaki/opencv/build -----------------------------------------------------------------
ライブラリの名前 | 所要時間(sec) |
libopencv_flann_pch_dephelp.a | 293 |
libopencv_test_imgproc_pch_dephelp.a | 281 |
libopencv_ml_pch_dephelp.a | 248 |
libopencv_imgproc.so.3.1.0 | 242 |
libopencv_test_core_pch_dephelp.a | 229 |
libopencv_core.so.3.1.0 | 216 |
libopencv_calib3d.so.3.1.0 | 176 |
libopencv_perf_stitching_pch_dephelp.a | 130 |
libopencv_features2d.so.3.1.0 | 90 |
libopencv_photo.so.3.1.0 | 87 |