1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

remove cuda module

This commit is contained in:
Vladislav Vinogradov
2015-01-15 16:14:13 +03:00
parent ce0e595a4f
commit 124ac15f1e
19 changed files with 15 additions and 463 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
SET(OPENCV_CUDA_SAMPLES_REQUIRED_DEPS opencv_core opencv_flann opencv_imgproc opencv_imgcodecs opencv_videoio opencv_highgui
opencv_ml opencv_video opencv_objdetect opencv_features2d
opencv_calib3d opencv_cuda opencv_superres
opencv_calib3d opencv_superres
opencv_cudaarithm opencv_cudafilters opencv_cudawarping opencv_cudaimgproc
opencv_cudafeatures2d opencv_cudaoptflow opencv_cudabgsegm
opencv_cudastereo opencv_cudalegacy opencv_cudaobjdetect)
+1
View File
@@ -2,6 +2,7 @@
#include <stdexcept>
#include <string>
#include "performance.h"
#include "opencv2/core/cuda.hpp"
using namespace std;
using namespace cv;
-1
View File
@@ -7,7 +7,6 @@
#include <numeric>
#include <string>
#include <opencv2/core/utility.hpp>
#include "opencv2/cuda.hpp"
#define TAB " "