replaced gpu->cuda in files names

This commit is contained in:
Vladislav Vinogradov
2013-07-24 12:01:34 +04:00
parent 80b9fd87dc
commit 3c34b24f1f
46 changed files with 55 additions and 55 deletions

View File

@@ -41,7 +41,7 @@
//M*/
#include "precomp.hpp"
#include "opencv2/ts/gpu_perf.hpp"
#include "opencv2/ts/cuda_perf.hpp"
#include "opencv2/core/cuda.hpp"
#ifdef HAVE_CUDA

View File

@@ -40,7 +40,7 @@
//
//M*/
#include "opencv2/ts/gpu_test.hpp"
#include "opencv2/ts/cuda_test.hpp"
#include <stdexcept>
using namespace cv;