Opencv cuda fix

This commit is contained in:
hchandirasekar
2021-03-31 03:44:51 -07:00
parent 5f3ab1472c
commit 2e92944f1d
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -6,8 +6,6 @@
#include <stdlib.h>
#ifdef __linux__
#include <unistd.h>
#elif _WIN32
#include <Windows.h>
#endif
#include <mutex>
@@ -19,7 +17,7 @@
#include "tkdnn.h"
// #define OPENCV_CUDACONTRIB //if OPENCV has been compiled with CUDA and contrib.
#define OPENCV_CUDACONTRIB //if OPENCV has been compiled with CUDA and contrib.
#ifdef OPENCV_CUDACONTRIB
#include <opencv2/cudawarping.hpp>