#stub

#TBW

概要

ソースコードのダウンロード

ビルド前準備

ソースコードのビルド

OpenCVビルド時のコンフィグなど

cvconfig.h

#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

/* 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 */

/* GDCM DICOM codec */ /* #undef HAVE_GDCM */

/* V4L/V4L2 capturing support via libv4l */ /* #undef HAVE_LIBV4L */

/* Microsoft Media Foundation Capture library */ /* #undef HAVE_MSMF */

/* NVidia Video Decoding API*/ /* #undef HAVE_NVCUVID */

/* NVidia Video Encoding API*/ /* #undef HAVE_NVCUVENC */

/* 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 */

/* Lapack */ /* #undef HAVE_LAPACK */

/* Lapack Generic */ /* #undef HAVE_LAPACK_GENERIC */

/* Lapack MKL */ /* #undef HAVE_LAPACK_MKL */

/* FP16 */

#define HAVE_FP16

/* Library was compiled with functions instrumentation */ /* #undef ENABLE_INSTRUMENTATION */

/* OpenVX */ /* #undef HAVE_OPENVX */ }}

version_string.inc

General configuration for OpenCV 3.2.0-rc =====================================
  Version control:               3.2.0-rc

  Platform:
    Timestamp:                   2016-12-20T09:03:17Z
    Host:                        Windows 6.1.7601 AMD64
    CMake:                       3.6.1
    CMake generator:             Visual Studio 11 2012 Win64
    CMake build tool:            C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe
    MSVC:                        1700

  C/C++:
    Built as dynamic libs?:      YES
    C++ Compiler:                C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/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 /Oi  /wd4127 /wd4251 /wd4324 /wd4275 /wd4589 /MP8  /MD /O2 /Ob2 /DNDEBUG  /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 /Oi  /wd4127 /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/x86_amd64/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 /Oi    /MP8  /MD /O2 /Ob2 /DNDEBUG  /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 /Oi    /MP8  /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 
    Linker flags (Release):      /machine:x64  /INCREMENTAL:NO  /debug
    Linker flags (Debug):        /machine:x64  /debug /INCREMENTAL 
    ccache:                      NO
    Precompiled headers:         YES
    Extra dependencies:          comctl32 gdi32 ole32 setupapi ws2_32 vfw32 cudart nppc nppi npps cufft -LIBPATH:C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64
    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.24)
    TIFF:                        build (ver 42 - 4.0.2)
    JPEG 2000:                   build (ver 1.900.1)
    OpenEXR:                     build (ver 1.7.1)
    GDAL:                        NO
    GDCM:                        NO

  Video I/O:
    Video for Windows:           YES
    DC1394 1.x:                  NO
    DC1394 2.x:                  NO
    FFMPEG:                      YES (prebuilt binaries)
      avcodec:                   YES (ver 57.64.101)
      avformat:                  YES (ver 57.56.100)
      avutil:                    YES (ver 55.34.100)
      swscale:                   YES (ver 4.2.100)
      avresample:                YES (ver 3.1.0)
    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:/work/opencv-fork/build/3rdparty/ippicv/ippicv_win
    Use IPP Async:               NO
    Use Lapack:                  NO
    Use Eigen:                   NO
    Use Cuda:                    YES (ver 8.0)
    Use OpenCL:                  YES
    Use OpenVX:                  NO
    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:                        <Dynamic loading of OpenCL library>
    Include path:                C:/work/opencv-fork/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

  Tests and samples:
    Tests:                       YES
    Performance tests:           YES
    C/C++ Examples:              NO

  Install path:                  C:/work/opencv-fork/build/install

  cvconfig.h is in:              C:/work/opencv-fork/build
-----------------------------------------------------------------

ビルドに要した時間Top10

Releaseのdll

opencv_cudafilters320.dll15m51s
opencv_cudaarithm320.dll08m03s
opencv_cudaoptflow320.dll04m49s
opencv_cudaimgproc320.dll03m28s
opencv_cudafeatures2d320.dll03m17s
opencv_cudaobjdetect320.dll02m21s
opencv_cudalegacy320.dll02m04s
opencv_photo320.dll02m03s
opencv_cudawarping320.dll01m56s
opencv_cudabgsegm320.dll01m55s

Debugのdll

opencv_cudafilters320d.dll14m59s
opencv_cudaarithm320d.dll07m44s
opencv_cudaoptflow320d.dll04m19s
opencv_cudaimgproc320d.dll02m52s
opencv_cudalegacy320d.dll01m41s
opencv_cudafeatures2d320d.dll01m34s
opencv_cudawarping320d.dll01m25s
opencv_photo320d.dll01m05s
opencv_superres320d.dll01m02s

Releaaseのexe

opencv_test_cudev.exe04m28s
opencv_test_imgproc.exe01m09s
opencv_perf_core.exe00m38s
opencv_perf_imgproc.exe00m38s
opencv_test_core.exe00m30s
opencv_test_video.exe00m21s
opencv_test_cudaarithm.exe00m20s
opencv_test_photo.exe00m19s
opencv_test_cudaoptflow.exe00m19s
opencv_perf_cudaarithm.exe00m19s

Debugのexe

opencv_test_cudevd.exe04m20s
opencv_test_stitchingd.exe00m57s
opencv_test_imgprocd.exe00m56s
opencv_perf_cored.exe00m32s
opencv_perf_imgprocd.exe00m31s
opencv_test_videod.exe00m20s
opencv_test_cudaoptflowd.exe00m19s
opencv_test_cored.exe00m18s
opencv_test_cudaarithmd.exe00m18s
opencv_test_photod.exe00m17s

OpenCVのVersion

$ ./Release/opencv_version.exe
3.2.0-rc

関連ページ


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2017-01-11 (水) 12:32:37