Enable CUDA and CUBLAS in OpenCV
To enable CUDA and CUBLAS in OpenCV at compile time define these params when calling cmake, -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1.
I have figure out later how to tell it to use NVCUVID.
To enable CUDA and CUBLAS in OpenCV at compile time define these params when calling cmake, -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1.
I have figure out later how to tell it to use NVCUVID.