Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Need help - building opencv3.0 with Cuda 7.5 on Windows VS2010, cmake error

If I configure CMake with WITH_CUDA unchecked , everything works fine. However, when I checked WITH_CUDA. I have one issue in CMake, and if I continue to build, I get many errors.

It seems that there there some libs can't find, but I don't know how to deal with it.

My computer is win7 x86_64bit.

The output just like this:

found IPP (ICV version): 8.2.1 [8.2.1] at: D:/OpenCV/opencv/sources/3rdparty/ippicv/unpack/ippicv_win CUDA detected: 7.5 CUDA NVCC target flags: -gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_20,code=sm_21;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_30,code=compute_30 Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.9") Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named numpy.distutils

Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.4") Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.2") Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file videoio: Removing WinRT API headers by default

General configuration for OpenCV 3.0.0 ===================================== Version control: unknown

Platform: Host: Windows 6.1 AMD64 CMake: 3.3.2 CMake generator: Visual Studio 10 2010 CMake build tool: C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe MSVC: 1600

C/C++: Built as dynamic libs?: YES C++ Compiler: C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe (ver 16.0.30319.1) 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 /MP4 /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 /MP4 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 C Compiler: C:/Program Files (x86)/Microsoft Visual Studio 10.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 /MP4 /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 /MP4 /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: cudart CUDA_nppc_LIBRARY-NOTFOUND CUDA_nppi_LIBRARY-NOTFOUND CUDA_npps_LIBRARY-NOTFOUND CUDA_cufft_LIBRARY-NOTFOUND 3rdparty dependencies: ippicv

OpenCV modules: To be built: hal 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.5.12) 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 55.18.102) format: YES (ver 55.12.100) util: YES (ver 52.38.100) swscale: YES (ver 2.3.100) resample: NO gentoo-style: YES OpenNI: NO OpenNI PrimeSensor Modules: NO OpenNI2: NO PvAPI: NO GigEVisionSDK: NO DirectShow: YES Media Foundation: NO XIMEA: NO Intel PerC: NO

Other third-party libraries: Use IPP: 8.2.1 [8.2.1] at: D:/OpenCV/opencv/sources/3rdparty/ippicv/unpack/ippicv_win Use IPP Async: NO Use Eigen: NO Use TBB: NO Use OpenMP: NO Use GCD NO Use Concurrency YES Use C=: NO Use pthreads for parallel for: NO Use Cuda: YES (ver 7.5) Use OpenCL: YES

NVIDIA CUDA Use CUFFT: YES Use CUBLAS: NO USE NVCUVID: NO NVIDIA GPU arch: 20 21 30 35 NVIDIA PTX archs: 30 Use fast math: NO

OpenCL: Version: dynamic Include path: D:/OpenCV/opencv/sources/3rdparty/include/opencl/1.2 Use AMDFFT: NO Use AMDBLAS: NO

Python 2: Interpreter: (ver 2.7.9)

Python 3: Interpreter: NO

Python (for build):

Java: ant: NO JNI: NO Java wrappers: NO Java tests: NO

Matlab: mex: d:/Program Files/MATLAB/R2014b/bin/mex.bat Compiler/generator: Not working (bindings will not be generated)

Documentation: Doxygen: NO PlantUML: NO

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

Install path: D:/OpenCV/opencv/opencv30/install

cvconfig.h is in: D:/OpenCV/opencv/opencv30

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CUDA_cufft_LIBRARY (ADVANCED) linked by target "opencv_hal" in directory D:/OpenCV/opencv/sources/modules/hal linked by target "opencv_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev linked by target "opencv_test_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev/test linked by target "opencv_perf_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_test_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_perf_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_test_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_test_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_perf_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_test_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_test_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_perf_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_test_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_perf_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_perf_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_perf_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_perf_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_test_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_perf_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_test_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_perf_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_test_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_perf_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_test_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_perf_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_test_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_perf_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_ts" in directory D:/OpenCV/opencv/sources/modules/ts linked by target "opencv_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_test_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_test_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_perf_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_test_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_perf_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_test_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_perf_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_perf_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_test_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_perf_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_videostab" in directory D:/OpenCV/opencv/sources/modules/videostab linked by target "opencv_traincascade" in directory D:/OpenCV/opencv/sources/apps/traincascade linked by target "opencv_createsamples" in directory D:/OpenCV/opencv/sources/apps/createsamples linked by target "opencv_annotation" in directory D:/OpenCV/opencv/sources/apps/annotation CUDA_nppc_LIBRARY (ADVANCED) linked by target "opencv_hal" in directory D:/OpenCV/opencv/sources/modules/hal linked by target "opencv_hal" in directory D:/OpenCV/opencv/sources/modules/hal linked by target "opencv_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev linked by target "opencv_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev linked by target "opencv_test_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev/test linked by target "opencv_perf_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_test_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_perf_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_test_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_test_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_perf_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_test_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_test_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_perf_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_test_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_perf_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_perf_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_perf_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_perf_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_test_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_perf_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_test_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_perf_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_test_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_perf_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_test_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_perf_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_test_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_perf_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_ts" in directory D:/OpenCV/opencv/sources/modules/ts linked by target "opencv_ts" in directory D:/OpenCV/opencv/sources/modules/ts linked by target "opencv_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_test_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_test_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_perf_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_test_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_perf_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_test_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_perf_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_perf_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_test_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_perf_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_videostab" in directory D:/OpenCV/opencv/sources/modules/videostab linked by target "opencv_videostab" in directory D:/OpenCV/opencv/sources/modules/videostab linked by target "opencv_traincascade" in directory D:/OpenCV/opencv/sources/apps/traincascade linked by target "opencv_createsamples" in directory D:/OpenCV/opencv/sources/apps/createsamples linked by target "opencv_annotation" in directory D:/OpenCV/opencv/sources/apps/annotation CUDA_nppi_LIBRARY (ADVANCED) linked by target "opencv_hal" in directory D:/OpenCV/opencv/sources/modules/hal linked by target "opencv_hal" in directory D:/OpenCV/opencv/sources/modules/hal linked by target "opencv_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev linked by target "opencv_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev linked by target "opencv_test_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev/test linked by target "opencv_perf_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_test_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_perf_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_test_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_test_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_perf_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_test_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_test_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_perf_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_test_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_perf_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_perf_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_perf_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_perf_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_test_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_perf_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_test_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_perf_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_test_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_perf_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_test_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_perf_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_test_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_perf_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_ts" in directory D:/OpenCV/opencv/sources/modules/ts linked by target "opencv_ts" in directory D:/OpenCV/opencv/sources/modules/ts linked by target "opencv_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_test_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_test_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_perf_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_test_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_perf_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_test_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_perf_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_perf_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_test_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_perf_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_videostab" in directory D:/OpenCV/opencv/sources/modules/videostab linked by target "opencv_videostab" in directory D:/OpenCV/opencv/sources/modules/videostab linked by target "opencv_traincascade" in directory D:/OpenCV/opencv/sources/apps/traincascade linked by target "opencv_createsamples" in directory D:/OpenCV/opencv/sources/apps/createsamples linked by target "opencv_annotation" in directory D:/OpenCV/opencv/sources/apps/annotation CUDA_npps_LIBRARY (ADVANCED) linked by target "opencv_hal" in directory D:/OpenCV/opencv/sources/modules/hal linked by target "opencv_hal" in directory D:/OpenCV/opencv/sources/modules/hal linked by target "opencv_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev linked by target "opencv_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev linked by target "opencv_test_cudev" in directory D:/OpenCV/opencv/sources/modules/cudev/test linked by target "opencv_perf_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_test_core" in directory D:/OpenCV/opencv/sources/modules/core linked by target "opencv_perf_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_test_cudaarithm" in directory D:/OpenCV/opencv/sources/modules/cudaarithm linked by target "opencv_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_test_flann" in directory D:/OpenCV/opencv/sources/modules/flann linked by target "opencv_perf_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_test_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_imgproc" in directory D:/OpenCV/opencv/sources/modules/imgproc linked by target "opencv_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_test_ml" in directory D:/OpenCV/opencv/sources/modules/ml linked by target "opencv_perf_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_test_video" in directory D:/OpenCV/opencv/sources/modules/video linked by target "opencv_perf_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudabgsegm" in directory D:/OpenCV/opencv/sources/modules/cudabgsegm linked by target "opencv_test_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_perf_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudafilters" in directory D:/OpenCV/opencv/sources/modules/cudafilters linked by target "opencv_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_perf_cudaimgproc" in directory D:/OpenCV/opencv/sources/modules/cudaimgproc linked by target "opencv_test_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_perf_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_cudawarping" in directory D:/OpenCV/opencv/sources/modules/cudawarping linked by target "opencv_test_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_perf_imgcodecs" in directory D:/OpenCV/opencv/sources/modules/imgcodecs linked by target "opencv_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_test_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_perf_photo" in directory D:/OpenCV/opencv/sources/modules/photo linked by target "opencv_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_test_shape" in directory D:/OpenCV/opencv/sources/modules/shape linked by target "opencv_perf_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_test_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_videoio" in directory D:/OpenCV/opencv/sources/modules/videoio linked by target "opencv_perf_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_cudacodec" in directory D:/OpenCV/opencv/sources/modules/cudacodec linked by target "opencv_test_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_highgui" in directory D:/OpenCV/opencv/sources/modules/highgui linked by target "opencv_test_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_perf_objdetect" in directory D:/OpenCV/opencv/sources/modules/objdetect linked by target "opencv_ts" in directory D:/OpenCV/opencv/sources/modules/ts linked by target "opencv_ts" in directory D:/OpenCV/opencv/sources/modules/ts linked by target "opencv_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_test_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_features2d" in directory D:/OpenCV/opencv/sources/modules/features2d linked by target "opencv_perf_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_test_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_calib3d" in directory D:/OpenCV/opencv/sources/modules/calib3d linked by target "opencv_perf_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_test_cudafeatures2d" in directory D:/OpenCV/opencv/sources/modules/cudafeatures2d linked by target "opencv_perf_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_test_cudalegacy" in directory D:/OpenCV/opencv/sources/modules/cudalegacy linked by target "opencv_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_perf_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaobjdetect" in directory D:/OpenCV/opencv/sources/modules/cudaobjdetect linked by target "opencv_test_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_cudaoptflow" in directory D:/OpenCV/opencv/sources/modules/cudaoptflow linked by target "opencv_perf_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_cudastereo" in directory D:/OpenCV/opencv/sources/modules/cudastereo linked by target "opencv_test_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_perf_stitching" in directory D:/OpenCV/opencv/sources/modules/stitching linked by target "opencv_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_test_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_perf_superres" in directory D:/OpenCV/opencv/sources/modules/superres linked by target "opencv_videostab" in directory D:/OpenCV/opencv/sources/modules/videostab linked by target "opencv_videostab" in directory D:/OpenCV/opencv/sources/modules/videostab linked by target "opencv_traincascade" in directory D:/OpenCV/opencv/sources/apps/traincascade linked by target "opencv_createsamples" in directory D:/OpenCV/opencv/sources/apps/createsamples linked by target "opencv_annotation" in directory D:/OpenCV/opencv/sources/apps/annotation

Configuring incomplete, errors occurred! See also "D:/OpenCV/opencv/opencv30/CMakeFiles/CMakeOutput.log". See also "D:/OpenCV/opencv/opencv30/CMakeFiles/CMakeError.log".