Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csukuangfj/dbd3ee354bcf4492a002910a2571d2bc to your computer and use it in GitHub Desktop.
Save csukuangfj/dbd3ee354bcf4492a002910a2571d2bc to your computer and use it in GitHub Desktop.
Build Error on Jetson TK1
HEAD is now at c48807c Merge pull request #9418 from borisfom:cuda9
-- The CXX compiler identification is GNU 4.8.4
-- The C compiler identification is GNU 4.8.4
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
-- Performing Test HAVE_CXX11 - Failed
-- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.6")
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named numpy.distutils
-- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.3", minimum required is "3.4")
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.4.3")
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named 'numpy'
-- Looking for ccache - not found
-- Performing Test HAVE_CXX_FSIGNED_CHAR
-- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
-- Performing Test HAVE_C_FSIGNED_CHAR
-- Performing Test HAVE_C_FSIGNED_CHAR - Success
-- Performing Test HAVE_CXX_W
-- Performing Test HAVE_CXX_W - Success
-- Performing Test HAVE_C_W
-- Performing Test HAVE_C_W - Success
-- Performing Test HAVE_CXX_WALL
-- Performing Test HAVE_CXX_WALL - Success
-- Performing Test HAVE_C_WALL
-- Performing Test HAVE_C_WALL - Success
-- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
-- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
-- Performing Test HAVE_C_WERROR_RETURN_TYPE
-- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
-- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_CXX_WERROR_ADDRESS
-- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
-- Performing Test HAVE_C_WERROR_ADDRESS
-- Performing Test HAVE_C_WERROR_ADDRESS - Success
-- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
-- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
-- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
-- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
-- Performing Test HAVE_CXX_WFORMAT
-- Performing Test HAVE_CXX_WFORMAT - Success
-- Performing Test HAVE_C_WFORMAT
-- Performing Test HAVE_C_WFORMAT - Success
-- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
-- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
-- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
-- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_C_WMISSING_DECLARATIONS
-- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
-- Performing Test HAVE_C_WMISSING_PROTOTYPES
-- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WUNDEF
-- Performing Test HAVE_CXX_WUNDEF - Success
-- Performing Test HAVE_C_WUNDEF
-- Performing Test HAVE_C_WUNDEF - Success
-- Performing Test HAVE_CXX_WINIT_SELF
-- Performing Test HAVE_CXX_WINIT_SELF - Success
-- Performing Test HAVE_C_WINIT_SELF
-- Performing Test HAVE_C_WINIT_SELF - Success
-- Performing Test HAVE_CXX_WPOINTER_ARITH
-- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
-- Performing Test HAVE_C_WPOINTER_ARITH
-- Performing Test HAVE_C_WPOINTER_ARITH - Success
-- Performing Test HAVE_CXX_WSHADOW
-- Performing Test HAVE_CXX_WSHADOW - Success
-- Performing Test HAVE_C_WSHADOW
-- Performing Test HAVE_C_WSHADOW - Success
-- Performing Test HAVE_CXX_WSIGN_PROMO
-- Performing Test HAVE_CXX_WSIGN_PROMO - Success
-- Performing Test HAVE_C_WSIGN_PROMO
-- Performing Test HAVE_C_WSIGN_PROMO - Failed
-- Performing Test HAVE_CXX_WUNINITIALIZED
-- Performing Test HAVE_CXX_WUNINITIALIZED - Success
-- Performing Test HAVE_C_WUNINITIALIZED
-- Performing Test HAVE_C_WUNINITIALIZED - Success
-- Performing Test HAVE_CXX_WNO_NARROWING
-- Performing Test HAVE_CXX_WNO_NARROWING - Success
-- Performing Test HAVE_C_WNO_NARROWING
-- Performing Test HAVE_C_WNO_NARROWING - Success
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_CXX_WNO_COMMENT
-- Performing Test HAVE_CXX_WNO_COMMENT - Success
-- Performing Test HAVE_C_WNO_COMMENT
-- Performing Test HAVE_C_WNO_COMMENT - Success
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_CXX_PTHREAD
-- Performing Test HAVE_CXX_PTHREAD - Success
-- Performing Test HAVE_C_PTHREAD
-- Performing Test HAVE_C_PTHREAD - Success
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_C_FFUNCTION_SECTIONS
-- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_CXX_MFPU_NEON (check file: cmake/checks/cpu_neon.cpp)
-- Performing Test HAVE_CXX_MFPU_NEON - Success
-- Performing Test HAVE_CXX_MFPU_NEON_FP16 (check file: cmake/checks/cpu_fp16.cpp)
-- Performing Test HAVE_CXX_MFPU_NEON_FP16 - Success
-- Performing Test HAVE_CPU_BASELINE_FLAGS
-- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
-- Performing Test HAVE_CXX_MFP16_FORMAT_IEEE
-- Performing Test HAVE_CXX_MFP16_FORMAT_IEEE - Success
-- Performing Test HAVE_C_MFP16_FORMAT_IEEE
-- Performing Test HAVE_C_MFP16_FORMAT_IEEE - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for memalign
-- Looking for memalign - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- Looking for assert.h
-- Looking for assert.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for jbg_newlen
-- Looking for jbg_newlen - not found
-- Looking for search.h
-- Looking for search.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for mmap
-- Looking for mmap - found
-- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
-- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
-- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
-- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
-- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
-- Performing Test HAVE_C_WNO_UNDEF
-- Performing Test HAVE_C_WNO_UNDEF - Success
-- Performing Test HAVE_C_WNO_UNUSED
-- Performing Test HAVE_C_WNO_UNUSED - Success
-- Performing Test HAVE_C_WNO_SIGN_COMPARE
-- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
-- Performing Test HAVE_C_WNO_CAST_ALIGN
-- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
-- Performing Test HAVE_C_WNO_SHADOW
-- Performing Test HAVE_C_WNO_SHADOW - Success
-- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
-- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
-- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
-- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
-- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
-- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
-- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
-- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Failed
-- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
-- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
-- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
-- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
-- Found JPEG: libjpeg
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
-- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
-- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
-- Performing Test HAVE_C_WNO_UNINITIALIZED
-- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
-- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
-- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Success
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
-- Found PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (found version "1.2.50")
-- Looking for /usr/include/libpng/png.h
-- Looking for /usr/include/libpng/png.h - found
-- Looking for semaphore.h
-- Looking for semaphore.h - found
-- Performing Test HAVE_CXX_WNO_SHADOW
-- Performing Test HAVE_CXX_WNO_SHADOW - Success
-- Performing Test HAVE_CXX_WNO_UNUSED
-- Performing Test HAVE_CXX_WNO_UNUSED - Success
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
-- Performing Test HAVE_CXX_WNO_UNDEF
-- Performing Test HAVE_CXX_WNO_UNDEF - Success
-- Performing Test HAVE_CXX_WNO_UNINITIALIZED
-- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
-- Performing Test HAVE_CXX_WNO_SWITCH
-- Performing Test HAVE_CXX_WNO_SWITCH - Success
-- Performing Test HAVE_CXX_WNO_PARENTHESES
-- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
-- Performing Test HAVE_CXX_WNO_EXTRA
-- Performing Test HAVE_CXX_WNO_EXTRA - Success
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
-- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
-- checking for module 'gtk+-3.0'
-- package 'gtk+-3.0' not found
-- checking for module 'gtk+-2.0'
-- found gtk+-2.0, version 2.24.23
-- checking for module 'gthread-2.0'
-- found gthread-2.0, version 2.40.2
-- checking for module 'gstreamer-base-1.0'
-- package 'gstreamer-base-1.0' not found
-- checking for module 'gstreamer-video-1.0'
-- package 'gstreamer-video-1.0' not found
-- checking for module 'gstreamer-app-1.0'
-- package 'gstreamer-app-1.0' not found
-- checking for module 'gstreamer-riff-1.0'
-- package 'gstreamer-riff-1.0' not found
-- checking for module 'gstreamer-pbutils-1.0'
-- package 'gstreamer-pbutils-1.0' not found
-- checking for module 'gstreamer-base-0.10'
-- package 'gstreamer-base-0.10' not found
-- checking for module 'gstreamer-video-0.10'
-- package 'gstreamer-video-0.10' not found
-- checking for module 'gstreamer-app-0.10'
-- package 'gstreamer-app-0.10' not found
-- checking for module 'gstreamer-riff-0.10'
-- package 'gstreamer-riff-0.10' not found
-- checking for module 'gstreamer-pbutils-0.10'
-- package 'gstreamer-pbutils-0.10' not found
-- checking for module 'libdc1394-2'
-- package 'libdc1394-2' not found
-- checking for module 'libdc1394'
-- package 'libdc1394' not found
-- Looking for linux/videodev.h
-- Looking for linux/videodev.h - not found
-- Looking for linux/videodev2.h
-- Looking for linux/videodev2.h - found
-- Looking for sys/videoio.h
-- Looking for sys/videoio.h - not found
-- checking for modules 'libavcodec;libavformat;libavutil;libswscale'
-- package 'libavcodec' not found
-- package 'libavformat' not found
-- package 'libavutil' not found
-- package 'libswscale' not found
-- checking for module 'libavresample'
-- package 'libavresample' not found
-- checking for module 'libgphoto2'
-- package 'libgphoto2' not found
-- CUDA detected: 6.5
-- CUDA NVCC target flags: -gencode;arch=compute_32,code=sm_32;-D_FORCE_INLINES
-- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
-- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
-- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- A library with BLAS API not found. Please specify library location.
-- LAPACK requires BLAS
-- A library with LAPACK API not found. Please specify library location.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
-- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
-- Performing Test CXX_HAS_MFPU_NEON
-- Performing Test CXX_HAS_MFPU_NEON - Success
-- Performing Test C_HAS_MFPU_NEON
-- Performing Test C_HAS_MFPU_NEON - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
-- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE
-- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE - Success
-- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
-- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
-- Performing Test HAVE_CXX_WNO_DEPRECATED
-- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
-- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
-- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
-- Performing Test HAVE_CXX_WNO_SIGN_PROMO
-- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
-- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
-- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
-- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
-- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
-- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
-- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
-- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/core/src/convert.sse4_1.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/core/src/convert.avx2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/mathfuncs_core.sse2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/mathfuncs_core.avx.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/mathfuncs_core.avx2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/stat.sse4_2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/stat.avx2.cpp
-- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/imgwarp.avx2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/imgwarp.sse4_1.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/corner.avx.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/filter.avx2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/undistort.avx2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/imgproc/accum.sse2.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/imgproc/accum.avx.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/modules/objdetect/src/haar.avx.cpp
-- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
-- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/dnn/layers/layers_common.avx.cpp
-- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/dnn/layers/layers_common.avx2.cpp
-- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
--
-- General configuration for OpenCV 3.3.0-dev =====================================
-- Version control: 3.3.0-86-gc48807c
--
-- Platform:
-- Timestamp: 2017-08-24T08:07:13Z
-- Host: Linux 3.10.40-grinch-21.3.4 armv7l
-- CMake: 2.8.12.2
-- CMake generator: Unix Makefiles
-- CMake build tool: /usr/bin/make
-- Configuration: Release
--
-- CPU/HW features:
-- Baseline: NEON FP16
-- requested: FP16
-- required: NEON
-- disabled: VFPV3
--
-- C/C++:
-- Built as dynamic libs?: YES
-- C++ Compiler: /usr/bin/c++ (ver 4.8.4)
-- 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 -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfpu=neon-fp16 -mfp16-format=ieee -O3 -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 -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfpu=neon-fp16 -mfp16-format=ieee -g -O0 -DDEBUG -D_DEBUG
-- C Compiler: /usr/bin/cc
-- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfpu=neon-fp16 -mfp16-format=ieee -O3 -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfpu=neon-fp16 -mfp16-format=ieee -g -O0 -DDEBUG -D_DEBUG
-- Linker flags (Release):
-- Linker flags (Debug):
-- ccache: NO
-- Precompiled headers: YES
-- Extra dependencies: dl m pthread rt cudart nppc CUDA_nppial_LIBRARY-NOTFOUND CUDA_nppicc_LIBRARY-NOTFOUND CUDA_nppicom_LIBRARY-NOTFOUND CUDA_nppidei_LIBRARY-NOTFOUND CUDA_nppif_LIBRARY-NOTFOUND CUDA_nppig_LIBRARY-NOTFOUND CUDA_nppim_LIBRARY-NOTFOUND CUDA_nppist_LIBRARY-NOTFOUND CUDA_nppisu_LIBRARY-NOTFOUND CUDA_nppitc_LIBRARY-NOTFOUND npps cublas cufft -L/usr/local/cuda/lib
-- 3rdparty dependencies:
--
-- OpenCV modules:
-- To be built: cudev core cudaarithm flann imgproc ml objdetect video cudabgsegm cudafilters cudaimgproc cudawarping dnn imgcodecs photo shape videoio cudacodec highgui ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo stitching superres videostab
-- Disabled: world
-- Disabled by dependency: -
-- Unavailable: java python2 python3 viz
--
-- GUI:
-- QT: NO
-- GTK+ 2.x: YES (ver 2.24.23)
-- GThread : YES (ver 2.40.2)
-- GtkGlExt: NO
-- OpenGL support: NO
-- VTK support: NO
--
-- Media I/O:
-- ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
-- JPEG: libjpeg (ver 90)
-- WEBP: build (ver encoder: 0x020e)
-- PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.2.50)
-- 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:
-- DC1394 1.x: NO
-- DC1394 2.x: NO
-- FFMPEG: NO
-- avcodec: NO
-- avformat: NO
-- avutil: NO
-- swscale: NO
-- avresample: NO
-- GStreamer: NO
-- OpenNI: NO
-- OpenNI PrimeSensor Modules: NO
-- OpenNI2: NO
-- PvAPI: NO
-- GigEVisionSDK: NO
-- Aravis SDK: NO
-- UniCap: NO
-- UniCap ucil: NO
-- V4L/V4L2: NO/YES
-- XIMEA: NO
-- Xine: NO
-- Intel Media SDK: NO
-- gPhoto2: NO
--
-- Parallel framework: pthreads
--
-- Trace: YES ()
--
-- Other third-party libraries:
-- Use Intel IPP: NO
-- Use Intel IPP IW: NO
-- Use VA: NO
-- Use Intel VA-API/OpenCL: NO
-- Use Lapack: NO
-- Use Eigen: NO
-- Use Cuda: YES (ver 6.5)
-- Use OpenCL: YES
-- Use OpenVX: NO
-- Use custom HAL: YES (carotene (ver 0.0.1))
--
-- NVIDIA CUDA
-- Use CUFFT: YES
-- Use CUBLAS: YES
-- USE NVCUVID: NO
-- NVIDIA GPU arch: 32
-- NVIDIA PTX archs:
-- Use fast math: NO
--
-- OpenCL: <Dynamic loading of OpenCL library>
-- Include path: /home/ubuntu/opencv-fork/3rdparty/include/opencl/1.2
-- Use AMDFFT: NO
-- Use AMDBLAS: NO
--
-- Python 2:
-- Interpreter: /usr/bin/python2.7 (ver 2.7.6)
--
-- Python 3:
-- Interpreter: /usr/bin/python3.4 (ver 3.4.3)
--
-- Python (for build): /usr/bin/python2.7
--
-- 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: /usr/local
--
-- cvconfig.h is in: /home/ubuntu/opencv-fork/build
-- -----------------------------------------------------------------
--
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_nppial_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppicc_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppicom_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppidei_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppif_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppig_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppim_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppist_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppisu_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
CUDA_nppitc_LIBRARY (ADVANCED)
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev
linked by target "opencv_test_cudev" in directory /home/ubuntu/opencv-fork/modules/cudev/test
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_perf_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_test_core" in directory /home/ubuntu/opencv-fork/modules/core
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_perf_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_test_cudaarithm" in directory /home/ubuntu/opencv-fork/modules/cudaarithm
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_test_flann" in directory /home/ubuntu/opencv-fork/modules/flann
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_perf_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_test_imgproc" in directory /home/ubuntu/opencv-fork/modules/imgproc
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_test_ml" in directory /home/ubuntu/opencv-fork/modules/ml
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_test_objdetect" in directory /home/ubuntu/opencv-fork/modules/objdetect
linked by target "opencv_perf_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_test_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_video" in directory /home/ubuntu/opencv-fork/modules/video
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_perf_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_test_cudabgsegm" in directory /home/ubuntu/opencv-fork/modules/cudabgsegm
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_perf_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_test_cudafilters" in directory /home/ubuntu/opencv-fork/modules/cudafilters
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_perf_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_test_cudaimgproc" in directory /home/ubuntu/opencv-fork/modules/cudaimgproc
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_perf_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_test_cudawarping" in directory /home/ubuntu/opencv-fork/modules/cudawarping
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_perf_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_test_dnn" in directory /home/ubuntu/opencv-fork/modules/dnn
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_test_imgcodecs" in directory /home/ubuntu/opencv-fork/modules/imgcodecs
linked by target "opencv_perf_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_test_photo" in directory /home/ubuntu/opencv-fork/modules/photo
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_test_shape" in directory /home/ubuntu/opencv-fork/modules/shape
linked by target "opencv_perf_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_test_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_videoio" in directory /home/ubuntu/opencv-fork/modules/videoio
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_perf_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_test_cudacodec" in directory /home/ubuntu/opencv-fork/modules/cudacodec
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_test_highgui" in directory /home/ubuntu/opencv-fork/modules/highgui
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_ts" in directory /home/ubuntu/opencv-fork/modules/ts
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_perf_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_test_features2d" in directory /home/ubuntu/opencv-fork/modules/features2d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_perf_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_test_calib3d" in directory /home/ubuntu/opencv-fork/modules/calib3d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_perf_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_test_cudafeatures2d" in directory /home/ubuntu/opencv-fork/modules/cudafeatures2d
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_perf_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_test_cudalegacy" in directory /home/ubuntu/opencv-fork/modules/cudalegacy
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_perf_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_test_cudaobjdetect" in directory /home/ubuntu/opencv-fork/modules/cudaobjdetect
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_perf_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_test_cudaoptflow" in directory /home/ubuntu/opencv-fork/modules/cudaoptflow
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_test_cudastereo" in directory /home/ubuntu/opencv-fork/modules/cudastereo
linked by target "opencv_perf_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_test_stitching" in directory /home/ubuntu/opencv-fork/modules/stitching
linked by target "opencv_perf_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_superres" in directory /home/ubuntu/opencv-fork/modules/superres
linked by target "opencv_test_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_videostab" in directory /home/ubuntu/opencv-fork/modules/videostab
linked by target "opencv_traincascade" in directory /home/ubuntu/opencv-fork/apps/traincascade
linked by target "opencv_createsamples" in directory /home/ubuntu/opencv-fork/apps/createsamples
linked by target "opencv_annotation" in directory /home/ubuntu/opencv-fork/apps/annotation
linked by target "opencv_visualisation" in directory /home/ubuntu/opencv-fork/apps/visualisation
linked by target "opencv_interactive-calibration" in directory /home/ubuntu/opencv-fork/apps/interactive-calibration
linked by target "opencv_version" in directory /home/ubuntu/opencv-fork/apps/version
-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/opencv-fork/build/CMakeFiles/CMakeOutput.log".
See also "/home/ubuntu/opencv-fork/build/CMakeFiles/CMakeError.log".
real 0m42.444s
user 0m31.539s
sys 0m7.535s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment