Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
3c34b24f
Commit
3c34b24f
authored
Jul 24, 2013
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced gpu->cuda in files names
parent
80b9fd87
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
55 additions
and
55 deletions
+55
-55
perf_precomp.hpp
modules/cuda/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cuda/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudaarithm/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudaarithm/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudabgsegm/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudabgsegm/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudacodec/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudacodec/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudafeatures2d/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudafeatures2d/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudafilters/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudafilters/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudaimgproc/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudaimgproc/test/test_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudalegacy/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudaoptflow/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudaoptflow/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudastereo/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudastereo/test/test_precomp.hpp
+1
-1
perf_precomp.hpp
modules/cudawarping/perf/perf_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudawarping/test/test_precomp.hpp
+1
-1
test_precomp.hpp
modules/cudev/test/test_precomp.hpp
+1
-1
cuda.hpp
modules/nonfree/include/opencv2/nonfree/cuda.hpp
+3
-3
perf_main.cpp
modules/nonfree/perf/perf_main.cpp
+1
-1
perf_precomp.hpp
modules/nonfree/perf/perf_precomp.hpp
+1
-1
perf_surf.cuda.cpp
modules/nonfree/perf/perf_surf.cuda.cpp
+1
-1
precomp.hpp
modules/nonfree/src/precomp.hpp
+1
-1
surf.cuda.cpp
modules/nonfree/src/surf.cuda.cpp
+0
-0
test_precomp.hpp
modules/nonfree/test/test_precomp.hpp
+3
-3
test_surf.cuda.cpp
modules/nonfree/test/test_surf.cuda.cpp
+0
-0
cuda.hpp
modules/photo/include/opencv2/photo/cuda.hpp
+3
-3
perf_cuda.cpp
modules/photo/perf/perf_cuda.cpp
+2
-2
perf_main.cpp
modules/photo/perf/perf_main.cpp
+1
-1
denoising.cuda.cpp
modules/photo/src/denoising.cuda.cpp
+1
-1
test_denoising.cuda.cpp
modules/photo/test/test_denoising.cuda.cpp
+2
-2
perf_main.cpp
modules/softcascade/perf/perf_main.cpp
+1
-1
matchers.hpp
...s/stitching/include/opencv2/stitching/detail/matchers.hpp
+1
-1
precomp.hpp
modules/stitching/src/precomp.hpp
+1
-1
perf_precomp.hpp
modules/superres/perf/perf_precomp.hpp
+1
-1
btv_l1_cuda.cpp
modules/superres/src/btv_l1_cuda.cpp
+0
-0
cuda_perf.hpp
modules/ts/include/opencv2/ts/cuda_perf.hpp
+3
-3
cuda_test.hpp
modules/ts/include/opencv2/ts/cuda_test.hpp
+3
-3
cuda_perf.cpp
modules/ts/src/cuda_perf.cpp
+1
-1
cuda_test.cpp
modules/ts/src/cuda_test.cpp
+1
-1
tests.cpp
samples/gpu/performance/tests.cpp
+1
-1
surf_keypoint_matcher.cpp
samples/gpu/surf_keypoint_matcher.cpp
+1
-1
No files found.
modules/cuda/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cuda.hpp"
#include "opencv2/cuda.hpp"
#include "opencv2/calib3d.hpp"
#include "opencv2/calib3d.hpp"
...
...
modules/cuda/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#include <fstream>
#include <fstream>
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cuda.hpp"
#include "opencv2/cuda.hpp"
#include "opencv2/core.hpp"
#include "opencv2/core.hpp"
...
...
modules/cudaarithm/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudaarithm.hpp"
#include "opencv2/cudaarithm.hpp"
#include "opencv2/core.hpp"
#include "opencv2/core.hpp"
...
...
modules/cudaarithm/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#include <functional>
#include <functional>
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudaarithm.hpp"
#include "opencv2/cudaarithm.hpp"
#include "opencv2/core.hpp"
#include "opencv2/core.hpp"
...
...
modules/cudabgsegm/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudabgsegm.hpp"
#include "opencv2/cudabgsegm.hpp"
#include "opencv2/video.hpp"
#include "opencv2/video.hpp"
...
...
modules/cudabgsegm/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#include <fstream>
#include <fstream>
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudabgsegm.hpp"
#include "opencv2/cudabgsegm.hpp"
#include "opencv2/video.hpp"
#include "opencv2/video.hpp"
...
...
modules/cudacodec/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudacodec.hpp"
#include "opencv2/cudacodec.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/highgui.hpp"
...
...
modules/cudacodec/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudacodec.hpp"
#include "opencv2/cudacodec.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/highgui.hpp"
...
...
modules/cudafeatures2d/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features2d.hpp"
...
...
modules/cudafeatures2d/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features2d.hpp"
...
...
modules/cudafilters/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudafilters.hpp"
#include "opencv2/cudafilters.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc.hpp"
...
...
modules/cudafilters/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudafilters.hpp"
#include "opencv2/cudafilters.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc.hpp"
...
...
modules/cudaimgproc/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudaimgproc.hpp"
#include "opencv2/cudaimgproc.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc.hpp"
...
...
modules/cudaimgproc/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudaimgproc.hpp"
#include "opencv2/cudaimgproc.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc.hpp"
...
...
modules/cudalegacy/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
#include <fstream>
#include <fstream>
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/core/cuda.hpp"
#include "opencv2/core/cuda.hpp"
#include "opencv2/cudalegacy.hpp"
#include "opencv2/cudalegacy.hpp"
...
...
modules/cudaoptflow/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudaoptflow.hpp"
#include "opencv2/cudaoptflow.hpp"
#include "opencv2/video.hpp"
#include "opencv2/video.hpp"
...
...
modules/cudaoptflow/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#include <fstream>
#include <fstream>
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudaoptflow.hpp"
#include "opencv2/cudaoptflow.hpp"
#include "opencv2/video.hpp"
#include "opencv2/video.hpp"
...
...
modules/cudastereo/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudastereo.hpp"
#include "opencv2/cudastereo.hpp"
#include "opencv2/calib3d.hpp"
#include "opencv2/calib3d.hpp"
...
...
modules/cudastereo/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudastereo.hpp"
#include "opencv2/cudastereo.hpp"
#include "opencv2/calib3d.hpp"
#include "opencv2/calib3d.hpp"
...
...
modules/cudawarping/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/cudawarping.hpp"
#include "opencv2/cudawarping.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc.hpp"
...
...
modules/cudawarping/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/cudawarping.hpp"
#include "opencv2/cudawarping.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc.hpp"
...
...
modules/cudev/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
#include "opencv2/cudev.hpp"
#include "opencv2/cudev.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "cvconfig.h"
#include "cvconfig.h"
...
...
modules/nonfree/include/opencv2/nonfree/
gpu
.hpp
→
modules/nonfree/include/opencv2/nonfree/
cuda
.hpp
View file @
3c34b24f
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
//
//
//M*/
//M*/
#ifndef __OPENCV_NONFREE_
GPU
_HPP__
#ifndef __OPENCV_NONFREE_
CUDA
_HPP__
#define __OPENCV_NONFREE_
GPU
_HPP__
#define __OPENCV_NONFREE_
CUDA
_HPP__
#include "opencv2/core/cuda.hpp"
#include "opencv2/core/cuda.hpp"
...
@@ -123,4 +123,4 @@ public:
...
@@ -123,4 +123,4 @@ public:
}}
// namespace cv { namespace cuda {
}}
// namespace cv { namespace cuda {
#endif // __OPENCV_NONFREE_
GPU
_HPP__
#endif // __OPENCV_NONFREE_
CUDA
_HPP__
modules/nonfree/perf/perf_main.cpp
View file @
3c34b24f
#include "perf_precomp.hpp"
#include "perf_precomp.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
static
const
char
*
impls
[]
=
{
static
const
char
*
impls
[]
=
{
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
...
...
modules/nonfree/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#endif
#endif
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
# include "opencv2/nonfree/
gpu
.hpp"
# include "opencv2/nonfree/
cuda
.hpp"
#endif
#endif
#ifdef GTEST_CREATE_SHARED_LIBRARY
#ifdef GTEST_CREATE_SHARED_LIBRARY
...
...
modules/nonfree/perf/perf_
gpu
.cpp
→
modules/nonfree/perf/perf_
surf.cuda
.cpp
View file @
3c34b24f
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
using
namespace
std
;
using
namespace
std
;
using
namespace
testing
;
using
namespace
testing
;
...
...
modules/nonfree/src/precomp.hpp
View file @
3c34b24f
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
#include "opencv2/core/utility.hpp"
#include "opencv2/core/utility.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/nonfree/
gpu
.hpp"
#include "opencv2/nonfree/
cuda
.hpp"
#include "opencv2/core/private.cuda.hpp"
#include "opencv2/core/private.cuda.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/nonfree/src/surf
_gpu
.cpp
→
modules/nonfree/src/surf
.cuda
.cpp
View file @
3c34b24f
File moved
modules/nonfree/test/test_precomp.hpp
View file @
3c34b24f
...
@@ -11,12 +11,12 @@
...
@@ -11,12 +11,12 @@
#include <iostream>
#include <iostream>
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/nonfree.hpp"
#include "opencv2/nonfree.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#include "cvconfig.h"
#include "cvconfig.h"
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#endif
#endif
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
# include "opencv2/nonfree/
gpu
.hpp"
# include "opencv2/nonfree/
cuda
.hpp"
#endif
#endif
#endif
#endif
modules/nonfree/test/test_
gpu
.cpp
→
modules/nonfree/test/test_
surf.cuda
.cpp
View file @
3c34b24f
File moved
modules/photo/include/opencv2/photo/
gpu
.hpp
→
modules/photo/include/opencv2/photo/
cuda
.hpp
View file @
3c34b24f
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
//
//
//M*/
//M*/
#ifndef __OPENCV_PHOTO_
GPU
_HPP__
#ifndef __OPENCV_PHOTO_
CUDA
_HPP__
#define __OPENCV_PHOTO_
GPU
_HPP__
#define __OPENCV_PHOTO_
CUDA
_HPP__
#include "opencv2/core/cuda.hpp"
#include "opencv2/core/cuda.hpp"
...
@@ -68,4 +68,4 @@ private:
...
@@ -68,4 +68,4 @@ private:
}}
// namespace cv { namespace cuda {
}}
// namespace cv { namespace cuda {
#endif
/* __OPENCV_PHOTO_
GPU
_HPP__ */
#endif
/* __OPENCV_PHOTO_
CUDA
_HPP__ */
modules/photo/perf/perf_
gpu
.cpp
→
modules/photo/perf/perf_
cuda
.cpp
View file @
3c34b24f
...
@@ -42,8 +42,8 @@
...
@@ -42,8 +42,8 @@
#include "perf_precomp.hpp"
#include "perf_precomp.hpp"
#include "opencv2/photo/
gpu
.hpp"
#include "opencv2/photo/
cuda
.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/photo/perf/perf_main.cpp
View file @
3c34b24f
#include "perf_precomp.hpp"
#include "perf_precomp.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
static
const
char
*
impls
[]
=
{
static
const
char
*
impls
[]
=
{
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
...
...
modules/photo/src/denoising
_gpu
.cpp
→
modules/photo/src/denoising
.cuda
.cpp
View file @
3c34b24f
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
#include "precomp.hpp"
#include "precomp.hpp"
#include "opencv2/photo/
gpu
.hpp"
#include "opencv2/photo/
cuda
.hpp"
#include "opencv2/core/private.cuda.hpp"
#include "opencv2/core/private.cuda.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/photo/test/test_denoising
_gpu
.cpp
→
modules/photo/test/test_denoising
.cuda
.cpp
View file @
3c34b24f
...
@@ -42,8 +42,8 @@
...
@@ -42,8 +42,8 @@
#include "test_precomp.hpp"
#include "test_precomp.hpp"
#include "opencv2/photo/
gpu
.hpp"
#include "opencv2/photo/
cuda
.hpp"
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#include "cvconfig.h"
#include "cvconfig.h"
...
...
modules/softcascade/perf/perf_main.cpp
View file @
3c34b24f
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
//M*/
//M*/
#include "perf_precomp.hpp"
#include "perf_precomp.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
static
const
char
*
impls
[]
=
{
static
const
char
*
impls
[]
=
{
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
...
...
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
View file @
3c34b24f
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_NONFREE
#ifdef HAVE_OPENCV_NONFREE
# include "opencv2/nonfree/
gpu
.hpp"
# include "opencv2/nonfree/
cuda
.hpp"
#endif
#endif
namespace
cv
{
namespace
cv
{
...
...
modules/stitching/src/precomp.hpp
View file @
3c34b24f
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
#endif
#endif
#ifdef HAVE_OPENCV_NONFREE
#ifdef HAVE_OPENCV_NONFREE
# include "opencv2/nonfree/
gpu
.hpp"
# include "opencv2/nonfree/
cuda
.hpp"
#endif
#endif
#include "../../imgproc/src/gcgraph.hpp"
#include "../../imgproc/src/gcgraph.hpp"
...
...
modules/superres/perf/perf_precomp.hpp
View file @
3c34b24f
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#include "opencv2/core.hpp"
#include "opencv2/core.hpp"
#include "opencv2/core/cuda.hpp"
#include "opencv2/core/cuda.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/superres.hpp"
#include "opencv2/superres.hpp"
#include "opencv2/superres/optical_flow.hpp"
#include "opencv2/superres/optical_flow.hpp"
...
...
modules/superres/src/btv_l1_
gpu
.cpp
→
modules/superres/src/btv_l1_
cuda
.cpp
View file @
3c34b24f
File moved
modules/ts/include/opencv2/ts/
gpu
_perf.hpp
→
modules/ts/include/opencv2/ts/
cuda
_perf.hpp
View file @
3c34b24f
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
//
//
//M*/
//M*/
#ifndef __OPENCV_
GPU
_PERF_UTILITY_HPP__
#ifndef __OPENCV_
CUDA
_PERF_UTILITY_HPP__
#define __OPENCV_
GPU
_PERF_UTILITY_HPP__
#define __OPENCV_
CUDA
_PERF_UTILITY_HPP__
#include "opencv2/core.hpp"
#include "opencv2/core.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/highgui.hpp"
...
@@ -124,4 +124,4 @@ namespace perf
...
@@ -124,4 +124,4 @@ namespace perf
#endif
#endif
}
}
#endif // __OPENCV_
GPU
_PERF_UTILITY_HPP__
#endif // __OPENCV_
CUDA
_PERF_UTILITY_HPP__
modules/ts/include/opencv2/ts/
gpu
_test.hpp
→
modules/ts/include/opencv2/ts/
cuda
_test.hpp
View file @
3c34b24f
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
//
//
//M*/
//M*/
#ifndef __OPENCV_
GPU
_TEST_UTILITY_HPP__
#ifndef __OPENCV_
CUDA
_TEST_UTILITY_HPP__
#define __OPENCV_
GPU
_TEST_UTILITY_HPP__
#define __OPENCV_
CUDA
_TEST_UTILITY_HPP__
#include <stdexcept>
#include <stdexcept>
#include "cvconfig.h"
#include "cvconfig.h"
...
@@ -410,4 +410,4 @@ namespace cv { namespace cuda
...
@@ -410,4 +410,4 @@ namespace cv { namespace cuda
#endif // HAVE_CUDA
#endif // HAVE_CUDA
#endif // __OPENCV_
GPU
_TEST_UTILITY_HPP__
#endif // __OPENCV_
CUDA
_TEST_UTILITY_HPP__
modules/ts/src/
gpu
_perf.cpp
→
modules/ts/src/
cuda
_perf.cpp
View file @
3c34b24f
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
//M*/
//M*/
#include "precomp.hpp"
#include "precomp.hpp"
#include "opencv2/ts/
gpu
_perf.hpp"
#include "opencv2/ts/
cuda
_perf.hpp"
#include "opencv2/core/cuda.hpp"
#include "opencv2/core/cuda.hpp"
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
...
...
modules/ts/src/
gpu
_test.cpp
→
modules/ts/src/
cuda
_test.cpp
View file @
3c34b24f
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
//
//
//M*/
//M*/
#include "opencv2/ts/
gpu
_test.hpp"
#include "opencv2/ts/
cuda
_test.hpp"
#include <stdexcept>
#include <stdexcept>
using
namespace
cv
;
using
namespace
cv
;
...
...
samples/gpu/performance/tests.cpp
View file @
3c34b24f
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_NONFREE
#ifdef HAVE_OPENCV_NONFREE
#include "opencv2/nonfree/
gpu
.hpp"
#include "opencv2/nonfree/
cuda
.hpp"
#include "opencv2/nonfree/nonfree.hpp"
#include "opencv2/nonfree/nonfree.hpp"
#endif
#endif
...
...
samples/gpu/surf_keypoint_matcher.cpp
View file @
3c34b24f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/nonfree/
gpu
.hpp"
#include "opencv2/nonfree/
cuda
.hpp"
using
namespace
std
;
using
namespace
std
;
using
namespace
cv
;
using
namespace
cv
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment