How to check at compile-time for built features [closed]
For example, is there any preprocessor variable set when OpenCV was built "with CUDA" or "without OpenCL"?
Thank you
For example, is there any preprocessor variable set when OpenCV was built "with CUDA" or "without OpenCL"?
Thank you
Have you open opencv2/opencv.hpp header and opencv2/opencv_modules.hpp (no link because this file is on your computer)?
Asked: 2018-07-04 15:44:34 -0600
Seen: 99 times
Last updated: Jul 04 '18
can we use gpu functions in other opencv modules?
OpenCV for Windows (2.4.1): Cuda-enabled app won't load on non-nVidia systems
Can't compile .cu file when including opencv.hpp
Compiling OpenCV for iOS - no product type error
[GPU] OpenCV 2.4.2 with Cuda support + Ubuntu 12.04 Laptop
OpenCV 2.4.2 and trunk: cmake doesn't show CUDA options
Bilinear sampling from a GpuMat
Oh well, I was looking through the files on the github, not my local install. Thanks, everything's in that!