1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

replaced GPU -> CUDA

This commit is contained in:
Vladislav Vinogradov
2013-07-24 13:55:18 +04:00
parent 3c34b24f1f
commit fd88654b45
172 changed files with 2434 additions and 2436 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ using namespace cvtest;
////////////////////////////////////////////////////////
// Brute Force Non local means
TEST(GPU_BruteForceNonLocalMeans, Regression)
TEST(CUDA_BruteForceNonLocalMeans, Regression)
{
using cv::cuda::GpuMat;
@@ -85,7 +85,7 @@ TEST(GPU_BruteForceNonLocalMeans, Regression)
////////////////////////////////////////////////////////
// Fast Force Non local means
TEST(GPU_FastNonLocalMeans, Regression)
TEST(CUDA_FastNonLocalMeans, Regression)
{
using cv::cuda::GpuMat;