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
3fc1885f
Commit
3fc1885f
authored
Aug 19, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Aug 19, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1294 from jet47:gpu-tests-fix
parents
473ca084
9f33de70
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
41 additions
and
8 deletions
+41
-8
test_precomp.hpp
modules/cudev/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpu/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpuarithm/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpubgsegm/test/test_precomp.hpp
+1
-0
test_precomp.hpp
modules/gpucodec/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpufeatures2d/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpufilters/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpuimgproc/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpulegacy/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpuoptflow/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpustereo/test/test_precomp.hpp
+2
-0
test_precomp.hpp
modules/gpuwarping/test/test_precomp.hpp
+2
-0
perf_precomp.hpp
modules/nonfree/perf/perf_precomp.hpp
+1
-0
test_precomp.hpp
modules/nonfree/test/test_precomp.hpp
+1
-0
test_denoising_gpu.cpp
modules/photo/test/test_denoising_gpu.cpp
+1
-0
test_cuda_softcascade.cpp
modules/softcascade/test/test_cuda_softcascade.cpp
+1
-2
test_precomp.hpp
modules/softcascade/test/test_precomp.hpp
+6
-5
test_precomp.hpp
modules/superres/test/test_precomp.hpp
+1
-0
test_superres.cpp
modules/superres/test/test_superres.cpp
+5
-1
gpu_perf.hpp
modules/ts/include/opencv2/ts/gpu_perf.hpp
+1
-0
gpu_test.hpp
modules/ts/include/opencv2/ts/gpu_test.hpp
+1
-0
No files found.
modules/cudev/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -52,4 +52,6 @@
#include "opencv2/ts.hpp"
#include "opencv2/ts/gpu_test.hpp"
#include "cvconfig.h"
#endif
modules/gpu/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -62,4 +62,6 @@
#include "opencv2/calib3d.hpp"
#include "opencv2/objdetect.hpp"
#include "cvconfig.h"
#endif
modules/gpuarithm/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -60,4 +60,6 @@
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
#include "cvconfig.h"
#endif
modules/gpubgsegm/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -60,5 +60,6 @@
#include "opencv2/video.hpp"
#include "opencv2/opencv_modules.hpp"
#include "cvconfig.h"
#endif
modules/gpucodec/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -57,4 +57,6 @@
#include "opencv2/gpucodec.hpp"
#include "opencv2/highgui.hpp"
#include "cvconfig.h"
#endif
modules/gpufeatures2d/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -57,4 +57,6 @@
#include "opencv2/gpufeatures2d.hpp"
#include "opencv2/features2d.hpp"
#include "cvconfig.h"
#endif
modules/gpufilters/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -57,4 +57,6 @@
#include "opencv2/gpufilters.hpp"
#include "opencv2/imgproc.hpp"
#include "cvconfig.h"
#endif
modules/gpuimgproc/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -57,4 +57,6 @@
#include "opencv2/gpuimgproc.hpp"
#include "opencv2/imgproc.hpp"
#include "cvconfig.h"
#endif
modules/gpulegacy/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -74,6 +74,8 @@
#include "opencv2/core/private.gpu.hpp"
#include "cvconfig.h"
#include "NCVTest.hpp"
#include "NCVAutoTestLister.hpp"
#include "NCVTestSourceProvider.hpp"
...
...
modules/gpuoptflow/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -59,4 +59,6 @@
#include "opencv2/gpuoptflow.hpp"
#include "opencv2/video.hpp"
#include "cvconfig.h"
#endif
modules/gpustereo/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -57,4 +57,6 @@
#include "opencv2/gpustereo.hpp"
#include "opencv2/calib3d.hpp"
#include "cvconfig.h"
#endif
modules/gpuwarping/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -57,6 +57,8 @@
#include "opencv2/gpuwarping.hpp"
#include "opencv2/imgproc.hpp"
#include "cvconfig.h"
#include "interpolation.hpp"
#endif
modules/nonfree/perf/perf_precomp.hpp
View file @
3fc1885f
...
...
@@ -14,6 +14,7 @@
#include "opencv2/highgui.hpp"
#include "opencv2/opencv_modules.hpp"
#include "cvconfig.h"
#ifdef HAVE_OPENCV_OCL
# include "opencv2/nonfree/ocl.hpp"
...
...
modules/nonfree/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -19,6 +19,7 @@
#include "opencv2/ts/gpu_test.hpp"
#include "opencv2/opencv_modules.hpp"
#include "cvconfig.h"
#ifdef HAVE_OPENCV_OCL
# include "opencv2/nonfree/ocl.hpp"
...
...
modules/photo/test/test_denoising_gpu.cpp
View file @
3fc1885f
...
...
@@ -46,6 +46,7 @@
#include "opencv2/ts/gpu_test.hpp"
#include "opencv2/opencv_modules.hpp"
#include "cvconfig.h"
#if defined (HAVE_CUDA) && defined(HAVE_OPENCV_GPUARITHM) && defined(HAVE_OPENCV_GPUIMGPROC)
...
...
modules/softcascade/test/test_cuda_softcascade.cpp
View file @
3fc1885f
...
...
@@ -313,4 +313,4 @@ INSTANTIATE_TEST_CASE_P(cuda_accelerated, SCascadeTestAll, testing::Combine( ALL
testing
::
Values
(
Fixture
(
"cascades/inria_caltech-17.01.2013.xml"
,
7
),
Fixture
(
"cascades/sc_cvpr_2012_to_opencv_new_format.xml"
,
1291
))));
#endif
\ No newline at end of file
#endif
modules/softcascade/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -51,10 +51,11 @@
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
# include "opencv2/ts.hpp"
# include "opencv2/softcascade.hpp"
# include "opencv2/imgproc.hpp"
# include "opencv2/highgui.hpp"
# include "utility.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/softcascade.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"
#include "cvconfig.h"
#include "utility.hpp"
#endif
modules/superres/test/test_precomp.hpp
View file @
3fc1885f
...
...
@@ -56,6 +56,7 @@
#include "opencv2/imgproc.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/superres.hpp"
#include "cvconfig.h"
#include "input_array_utility.hpp"
#endif
modules/superres/test/test_superres.cpp
View file @
3fc1885f
...
...
@@ -274,12 +274,16 @@ TEST_F(SuperResolution, BTVL1_GPU)
{
RunTest
(
cv
::
superres
::
createSuperResolution_BTVL1_GPU
());
}
#endif
#if defined(HAVE_OPENCV_OCL) && defined(HAVE_OPENCL)
TEST_F
(
SuperResolution
,
BTVL1_OCL
)
{
std
::
vector
<
cv
::
ocl
::
Info
>
infos
;
cv
::
ocl
::
getDevice
(
infos
);
RunTest
(
cv
::
superres
::
createSuperResolution_BTVL1_OCL
());
}
#endif
#endif
modules/ts/include/opencv2/ts/gpu_perf.hpp
View file @
3fc1885f
...
...
@@ -47,6 +47,7 @@
#include "opencv2/highgui.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/ts/ts_perf.hpp"
#include "cvconfig.h"
namespace
perf
{
...
...
modules/ts/include/opencv2/ts/gpu_test.hpp
View file @
3fc1885f
...
...
@@ -44,6 +44,7 @@
#define __OPENCV_GPU_TEST_UTILITY_HPP__
#include <stdexcept>
#include "cvconfig.h"
#include "opencv2/core.hpp"
#include "opencv2/core/gpu.hpp"
#include "opencv2/highgui.hpp"
...
...
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