OpenCV.3.4.6_VS2015&cmake编译x86版本的bin&lib

OpenCV.3.4.6_VS2015&cmake编译x86版本的bin&lib,第1张

概述1、参考网址:opencv3.3.0+vs2015+cmake编译opencv x86 - wowo的专栏 - CSDN博客.html(https://blog.csdn.net/ifenghua135792468/article/details/81254908) 2、环境:Win7x64,cn_visual_studio_enterprise_2015_with_update_3_x86_x6

1、参考网址:opencv3.3.0+vs2015+cmake编译opencv x86 - wowo的专栏 - CSDN博客.HTML(https://blog.csdn.net/ifenghua135792468/article/details/81254908)

2、环境:Win7x64,cn_visual_studio_enterprise_2015_with_update_3_x86_x64_dvd_8923298.iso,cmake-3.14.5-win64-x64.zip,opencv-3.4.6-vc14_vc15.exe

  PS:vc14对应VS2015,vc15对应VS2017

3、步骤:

 step1、打开cmake,编译opencv源码

  3.1、打开cmake:"E:\OpenCV_something\cmake-3.14.5-win64-x64\bin\cmake-gui.exe" 结果如下图: @H_419_19@    选择"E:\OpenCV_something\opencv-3.4.6-vc14_vc15\sources",然后 新建文件夹存储cmake编译的结果文件(我这里是新建的"E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz") 

    

  3.2.点击左下角的Configure,然后选择对应的vs版本,我的是Visual Studio 14 2015,如下图:

    

 

 

  3.3、点击上面图中的 "Finish"按钮,然后会有 一段长时间的 "Configure" *** 作,输出的信息 在 文章后面的 "txt-01"中

    ZC:这一步 忘了截图,但是也 和 参考文章 中的类似,也有 红色的区域

    

      (ZC:上面这张图 是 参考文章中的图)

  3.4、再次点击Configure,最后点击Generate,结果如下图,可以关闭cmake了

    ZC:这一步 我也没有截图... 可以参看 参考文章 的内容,这一步 *** 作的输出信息 在 文章后面的 "txt-02"中

    

      (ZC:上面这张图 是 参考文章中的图)

 step2、用vs编译cmake结果

  3.1、打开step1中新建的文件夹"x86_zz"(E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz),找到OpenCV.sln,双击打开(ZC:我是用VS2015打开的)

  3.2、先 生成DeBUG版本的,选择DeBUG,然后点击 生成-生成解决方案 

    

      (ZC:上面这张图 是 参考文章中的图)

  3.3、等一段时间后,会显示成功75个,失败0个,然后 解决方案资源管理器-CMake Targets-INSTALL, 右键INSTALL,选择 仅用于项目-仅生成INSTALL 

    

      (ZC:上面这张图 是 参考文章中的图)

  3.4、然后打开file文件夹,找到install文件夹,里面的x86即opencv3.3.0的x86的DeBUG版本,剪切这个文件夹放在opencv3.3.0里即可使用 

   ZC:我的路径是"E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz\install\x86",我把它改名为"E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz\install\x86__deBUG"

  3.5、Release版本重复2-4步,把第2步中的DeBUG改为Release即可

   ZC:同样生成的路径是 "E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz\install\x86",我把它改名为"E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz\install\x86__release"

   ZC:这样 "E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz\install"就有两个文件夹:"x86__deBUG"、"x86__release",里面分别存放着 x86版的 deBUG和release的bin和lib文件夹,如下图:

    

  ZC:最后 我把 文件夹"E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz" 打包了一下,生成了 "E:\OpenCV_something\opencv-3.4.6-vc14_vc15\build\x86_zz.rar"

 

4、

  txt_01:

The CXX compiler IDentification is MSVC 19.0.24215.1The C compiler IDentification is MSVC 19.0.24215.1Check for working CXX compiler: E:/Program files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exeCheck for working CXX compiler: E:/Program files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- worksDetecting CXX compiler ABI infoDetecting CXX compiler ABI info - doneDetecting CXX compile featuresDetecting CXX compile features - doneCheck for working C compiler: E:/Program files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exeCheck for working C compiler: E:/Program files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- worksDetecting C compiler ABI infoDetecting C compiler ABI info - doneDetecting C compile featuresDetecting C compile features - donePerforming Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)Performing Test HAVE_CXX11 - SuccessCould NOT find PythonInterp (missing: PYTHON_EXECUtable) (required is at least version "2.7")Could NOT find PythonInterp (missing: PYTHON_EXECUtable) (required is at least version "3.2")Performing Test HAVE_cpu_SSE3_SUPPORT (check file: cmake/checks/cpu_sse3.cpp)Performing Test HAVE_cpu_SSE3_SUPPORT - SuccessPerforming Test HAVE_cpu_SSSE3_SUPPORT (check file: cmake/checks/cpu_ssse3.cpp)Performing Test HAVE_cpu_SSSE3_SUPPORT - SuccessPerforming Test HAVE_cpu_SSE4_1_SUPPORT (check file: cmake/checks/cpu_sse41.cpp)Performing Test HAVE_cpu_SSE4_1_SUPPORT - SuccessPerforming Test HAVE_cpu_POPCNT_SUPPORT (check file: cmake/checks/cpu_popcnt.cpp)Performing Test HAVE_cpu_POPCNT_SUPPORT - SuccessPerforming Test HAVE_cpu_SSE4_2_SUPPORT (check file: cmake/checks/cpu_sse42.cpp)Performing Test HAVE_cpu_SSE4_2_SUPPORT - SuccessPerforming Test HAVE_CXX_ARCH:AVX (check file: cmake/checks/cpu_fp16.cpp)Performing Test HAVE_CXX_ARCH:AVX - SuccessPerforming Test HAVE_cpu_BASEliNE_FLAGSPerforming Test HAVE_cpu_BASEliNE_FLAGS - SuccessPerforming Test HAVE_cpu_disPATCH_FLAGS_SSE4_1Performing Test HAVE_cpu_disPATCH_FLAGS_SSE4_1 - SuccessPerforming Test HAVE_cpu_disPATCH_FLAGS_SSE4_2Performing Test HAVE_cpu_disPATCH_FLAGS_SSE4_2 - SuccessPerforming Test HAVE_cpu_disPATCH_FLAGS_FP16Performing Test HAVE_cpu_disPATCH_FLAGS_FP16 - SuccessPerforming Test HAVE_cpu_disPATCH_FLAGS_AVXPerforming Test HAVE_cpu_disPATCH_FLAGS_AVX - SuccessCheck if the system is big endianSearching 16 bit integerLooking for sys/types.hLooking for sys/types.h - foundLooking for stdint.hLooking for stdint.h - foundLooking for stddef.hLooking for stddef.h - foundCheck size of unsigned shortCheck size of unsigned short - doneUsing unsigned shortCheck if the system is big endian - little endianLooking for fseekoLooking for fseeko - not foundCheck size of off64_tCheck size of off64_t - Failedlibjpeg-turbo: VERSION = 2.0.2,BUILD = opencv-3.4.6-libjpeg-turboCheck size of size_tCheck size of size_t - doneCheck size of unsigned longCheck size of unsigned long - donePerforming Test HAVE_BUILTIN_CTZLPerforming Test HAVE_BUILTIN_CTZL - FailedLooking for include file intrin.hLooking for include file intrin.h - foundLooking for assert.hLooking for assert.h - foundLooking for fcntl.hLooking for fcntl.h - foundLooking for inttypes.hLooking for inttypes.h - foundLooking for io.hLooking for io.h - foundLooking for limits.hLooking for limits.h - foundLooking for malloc.hLooking for malloc.h - foundLooking for memory.hLooking for memory.h - foundLooking for search.hLooking for search.h - foundLooking for string.hLooking for string.h - foundPerforming Test C_HAS_inlinePerforming Test C_HAS_inline - SuccessCheck size of signed shortCheck size of signed short - doneCheck size of unsigned shortCheck size of unsigned short - doneCheck size of signed intCheck size of signed int - doneCheck size of unsigned intCheck size of unsigned int - doneCheck size of signed longCheck size of signed long - doneCheck size of signed long longCheck size of signed long long - doneCheck size of unsigned long longCheck size of unsigned long long - doneCheck size of unsigned char *Check size of unsigned char * - doneCheck size of ptrdiff_tCheck size of ptrdiff_t - doneLooking for memmoveLooking for memmove - foundLooking for setmodeLooking for setmode - foundLooking for strcasecmpLooking for strcasecmp - not foundLooking for strchrLooking for strchr - foundLooking for strrchrLooking for strrchr - foundLooking for strstrLooking for strstr - foundLooking for strtolLooking for strtol - foundLooking for strtolLooking for strtol - foundLooking for strtoullLooking for strtoull - foundLooking for lfindLooking for lfind - foundPerforming Test HAVE_SNPRINTFPerforming Test HAVE_SNPRINTF - SuccessCheck if the system is big endianSearching 16 bit integerUsing unsigned shortCheck if the system is big endian - little endianFFMPEG: Download: opencv_ffmpeg.dllFFMPEG: Download: opencv_ffmpeg_64.dllFFMPEG: Download: ffmpeg_version.cmakeLooking for MfAPI.hLooking for MfAPI.h - foundLooking for D3D11.hLooking for D3D11.h - foundLooking for D3d11_4.hLooking for D3d11_4.h - not foundIPPICV: Download: ippicv_2019_win_ia32_20180723_general.zipCMake Warning at cmake/OpenCVDownload.cmake:193 (message):  IPPICV: Download Failed: 28;"Timeout was reached"  For details please refer to the download log file:    E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/CMakeDownloadLog.txtCall Stack (most recent call first):  3rdparty/ippicv/ippicv.cmake:42 (ocv_download)  cmake/OpenCVFindIPP.cmake:243 (download_ippicv)  cmake/OpenCVFindlibsPerf.cmake:12 (include)  CMakeLists.txt:794 (include)Could not find OpenBLAS include. Turning OpenBLAS_FOUND offCould not find OpenBLAS lib. Turning OpenBLAS_FOUND offLooking for sgemm_Looking for sgemm_ - not foundLooking for pthread.hLooking for pthread.h - not foundFound Threads: TRUE  Could NOT find BLAS (missing: BLAS_liBRARIES) LAPACK requires BLASA library with LAPACK API not found. Please specify library location.Found JNI: C:/Program files (x86)/Java/jdk1.7.0_80/lib/jawt.lib  VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory,or to VTK install subdirectory with VTKConfig.cmake fileOpenCV Python: during development append to PYTHONPATH: E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/python_loaderExcluding from source files List: <BUILD>/modules/core/test/test_intrin128.avx2.cppExcluding from source files List: <BUILD>/modules/core/test/test_intrin256.avx2.cppExcluding from source files List: modules/imgproc/src/imgwarp.avx2.cppExcluding from source files List: modules/imgproc/src/resize.avx2.cppExcluding from source files List: modules/imgproc/src/sumpixels.avx512_skx.cppExcluding from source files List: modules/imgproc/src/undistort.avx2.cppExcluding from source files List: <BUILD>/modules/dnn/layers/layers_common.avx2.cppExcluding from source files List: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cppExcluding from source files List: modules/features2d/src/fast.avx2.cppGeneral configuration for OpenCV 3.4.6 =====================================  Version control:               unkNown  Platform:    Timestamp:                   2019-06-16T02:55:24Z    Host:                        windows 6.1.7601 AMD64    CMake:                       3.14.5    CMake generator:             Visual Studio 14 2015    CMake build tool:            C:/Program files (x86)/MSBuild/14.0/bin/MSBuild.exe    MSVC:                        1900  cpu/HW features:    Baseline:                    SSE SSE2      requested:                 SSE2    dispatched code generation:  SSE4_1 SSE4_2 FP16 AVX      requested:                 SSE4_1 SSE4_2 AVX FP16      SSE4_1 (15 files):         + SSE3 SSSE3 SSE4_1      SSE4_2 (2 files):          + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2      FP16 (1 files):            + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX      AVX (6 files):             + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 AVX  C/C++:    Built as dynamic libs?:      YES    C++11:                       YES    C++ Compiler:                E:/Program files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe  (ver 19.0.24215.1)    C++ flags (Release):         /DWIN32 /D_windows /W4 /GR  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast   /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /MD /O2 /Ob2 /DNDEBUG     C++ flags (DeBUG):           /DWIN32 /D_windows /W4 /GR  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast   /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /MDd /Zi /Ob0 /Od /RTC1     C Compiler:                  E:/Program files (x86)/Microsoft Visual Studio 14.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 /Oi /fp:fast   /arch:SSE /arch:SSE2   /MP4    /MD /O2 /Ob2 /DNDEBUG     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 /fp:fast   /arch:SSE /arch:SSE2   /MP4  /MDd /Zi /Ob0 /Od /RTC1     linker flags (Release):      /machine:X86  /INCREMENTAL:NO     linker flags (DeBUG):        /machine:X86  /deBUG /INCREMENTAL     ccache:                      NO    @R_728_3013@ @R_403_5548@s:         YES    Extra dependencIEs:    3rdparty dependencIEs:  OpenCV modules:    To be built:                 calib3d core dnn features2d flann highgui imgcodecs imgproc ml objdetect photo shape stitching superres ts vIDeo vIDeoio vIDeostab    Disabled:                    world    Disabled by dependency:      -    Unavailable:                 cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cuDalegacy cudaobjdetect cudaoptflow cudastereo cudawarPing cudev java Js python2 python3 viz    Applications:                tests perf_tests apps    documentation:               NO    Non-free algorithms:         NO  windows RT support:            NO  GUI:     Win32 UI:                    YES    VTK support:                 NO  Media I/O:     Zlib:                        build (ver 1.2.11)    JPEG:                        build-libjpeg-turbo (ver 2.0.2-62)    WEBP:                        build (ver encoder: 0x020e)    PNG:                         build (ver 1.6.36)    TIFF:                        build (ver 42 - 4.0.10)    JPEG 2000:                   build (ver 1.900.1)    openexr:                     build (ver 1.7.1)    HDR:                         YES    SUNRASTER:                   YES    PXM:                         YES  VIDeo I/O:    DC1394:                      NO    FFMPEG:                      YES (prebuilt binarIEs)      avcodec:                   YES (ver 57.107.100)      avformat:                  YES (ver 57.83.100)      avutil:                    YES (ver 55.78.100)      swscale:                   YES (ver 4.8.100)      avresample:                YES (ver 3.7.0)    GStreamer:                   NO    DirectShow:                  YES    Media Foundation:            YES      DXVA:                      NO  Parallel framework:            Concurrency  Trace:                         YES (with Intel ITT)  Other third-party librarIEs:    Lapack:                      NO    Eigen:                       NO    Custom HAL:                  NO    Protobuf:                    build (3.5.1)  OpenCL:                        YES (NVD3D11)    Include path:                E:/OpenCV_something/opencv-3.4.6-vc14_vc15/sources/3rdparty/include/opencl/1.2    link librarIEs:              Dynamic load  Python (for build):            NO  Java:                              ant:                         NO    JNI:                         C:/Program files (x86)/Java/jdk1.7.0_80/include C:/Program files (x86)/Java/jdk1.7.0_80/include/win32 C:/Program files (x86)/Java/jdk1.7.0_80/include    Java wrappers:               NO    Java tests:                  NO  Install to:                    E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/install-----------------------------------------------------------------Configuring done

 

  txt-02:

Could NOT find PythonInterp (missing: PYTHON_EXECUtable) (required is at least version "2.7")Could NOT find PythonInterp (missing: PYTHON_EXECUtable) (required is at least version "3.2")libjpeg-turbo: VERSION = 2.0.2,BUILD = opencv-3.4.6-libjpeg-turboLooking for MfAPI.hLooking for MfAPI.h - foundIPPICV: Download: ippicv_2019_win_ia32_20180723_general.zipfound Intel IPP (ICV version): 2019.0.0 [2019.0.0 Gold]at: E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/3rdparty/ippicv/ippicv_win/icvfound Intel IPP Integration Wrappers sources: 2019.0.0at: E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/3rdparty/ippicv/ippicv_win/iwCould not find OpenBLAS include. Turning OpenBLAS_FOUND offCould not find OpenBLAS lib. Turning OpenBLAS_FOUND offCould NOT find BLAS (missing: BLAS_liBRARIES) LAPACK requires BLASA library with LAPACK API not found. Please specify library location.VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory,or to VTK install subdirectory with VTKConfig.cmake fileOpenCV Python: during development append to PYTHONPATH: E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/python_loaderExcluding from source files List: <BUILD>/modules/core/test/test_intrin128.avx2.cppExcluding from source files List: <BUILD>/modules/core/test/test_intrin256.avx2.cppExcluding from source files List: modules/imgproc/src/imgwarp.avx2.cppExcluding from source files List: modules/imgproc/src/resize.avx2.cppExcluding from source files List: modules/imgproc/src/sumpixels.avx512_skx.cppExcluding from source files List: modules/imgproc/src/undistort.avx2.cppExcluding from source files List: <BUILD>/modules/dnn/layers/layers_common.avx2.cppExcluding from source files List: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cppExcluding from source files List: modules/features2d/src/fast.avx2.cppGeneral configuration for OpenCV 3.4.6 =====================================  Version control:               unkNown  Platform:    Timestamp:                   2019-06-16T02:55:24Z    Host:                        windows 6.1.7601 AMD64    CMake:                       3.14.5    CMake generator:             Visual Studio 14 2015    CMake build tool:            C:/Program files (x86)/MSBuild/14.0/bin/MSBuild.exe    MSVC:                        1900  cpu/HW features:    Baseline:                    SSE SSE2      requested:                 SSE2    dispatched code generation:  SSE4_1 SSE4_2 FP16 AVX      requested:                 SSE4_1 SSE4_2 AVX FP16      SSE4_1 (15 files):         + SSE3 SSSE3 SSE4_1      SSE4_2 (2 files):          + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2      FP16 (1 files):            + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX      AVX (6 files):             + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 AVX  C/C++:    Built as dynamic libs?:      YES    C++11:                       YES    C++ Compiler:                E:/Program files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe  (ver 19.0.24215.1)    C++ flags (Release):         /DWIN32 /D_windows /W4 /GR  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast   /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /MD /O2 /Ob2 /DNDEBUG     C++ flags (DeBUG):           /DWIN32 /D_windows /W4 /GR  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast   /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /MDd /Zi /Ob0 /Od /RTC1     C Compiler:                  E:/Program files (x86)/Microsoft Visual Studio 14.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 /Oi /fp:fast   /arch:SSE /arch:SSE2   /MP4    /MD /O2 /Ob2 /DNDEBUG     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 /fp:fast   /arch:SSE /arch:SSE2   /MP4  /MDd /Zi /Ob0 /Od /RTC1     linker flags (Release):      /machine:X86  /INCREMENTAL:NO     linker flags (DeBUG):        /machine:X86  /deBUG /INCREMENTAL     ccache:                      NO    @R_728_3013@ @R_403_5548@s:         YES    Extra dependencIEs:    3rdparty dependencIEs:  OpenCV modules:    To be built:                 calib3d core dnn features2d flann highgui imgcodecs imgproc ml objdetect photo shape stitching superres ts vIDeo vIDeoio vIDeostab    Disabled:                    world    Disabled by dependency:      -    Unavailable:                 cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cuDalegacy cudaobjdetect cudaoptflow cudastereo cudawarPing cudev java Js python2 python3 viz    Applications:                tests perf_tests apps    documentation:               NO    Non-free algorithms:         NO  windows RT support:            NO  GUI:     Win32 UI:                    YES    VTK support:                 NO  Media I/O:     Zlib:                        build (ver 1.2.11)    JPEG:                        build-libjpeg-turbo (ver 2.0.2-62)    WEBP:                        build (ver encoder: 0x020e)    PNG:                         build (ver 1.6.36)    TIFF:                        build (ver 42 - 4.0.10)    JPEG 2000:                   build (ver 1.900.1)    openexr:                     build (ver 1.7.1)    HDR:                         YES    SUNRASTER:                   YES    PXM:                         YES  VIDeo I/O:    DC1394:                      NO    FFMPEG:                      YES (prebuilt binarIEs)      avcodec:                   YES (ver 57.107.100)      avformat:                  YES (ver 57.83.100)      avutil:                    YES (ver 55.78.100)      swscale:                   YES (ver 4.8.100)      avresample:                YES (ver 3.7.0)    GStreamer:                   NO    DirectShow:                  YES    Media Foundation:            YES      DXVA:                      NO  Parallel framework:            Concurrency  Trace:                         YES (with Intel ITT)  Other third-party librarIEs:    Intel IPP:                   2019.0.0 Gold [2019.0.0]           at:                   E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/3rdparty/ippicv/ippicv_win/icv    Intel IPP IW:                sources (2019.0.0)              at:                E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/3rdparty/ippicv/ippicv_win/iw    Lapack:                      NO    Eigen:                       NO    Custom HAL:                  NO    Protobuf:                    build (3.5.1)  OpenCL:                        YES (NVD3D11)    Include path:                E:/OpenCV_something/opencv-3.4.6-vc14_vc15/sources/3rdparty/include/opencl/1.2    link librarIEs:              Dynamic load  Python (for build):            NO  Java:                              ant:                         NO    JNI:                         C:/Program files (x86)/Java/jdk1.7.0_80/include C:/Program files (x86)/Java/jdk1.7.0_80/include/win32 C:/Program files (x86)/Java/jdk1.7.0_80/include    Java wrappers:               NO    Java tests:                  NO  Install to:                    E:/OpenCV_something/opencv-3.4.6-vc14_vc15/build/x86_zz/install-----------------------------------------------------------------Configuring doneGenerating done

 

5、

总结

以上是内存溢出为你收集整理的OpenCV.3.4.6_VS2015&cmake编译x86版本的bin&lib全部内容,希望文章能够帮你解决OpenCV.3.4.6_VS2015&cmake编译x86版本的bin&lib所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1066888.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存