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
a04a0514
Commit
a04a0514
authored
Oct 01, 2014
by
Alexander Smorkalov
Committed by
Dikay900
May 24, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn off superres accuracy tests if video i/o is not supported.
parent
a9ae0c8e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
test_precomp.hpp
modules/superres/test/test_precomp.hpp
+13
-0
test_superres.cpp
modules/superres/test/test_superres.cpp
+4
-0
No files found.
modules/superres/test/test_precomp.hpp
View file @
a04a0514
...
...
@@ -59,4 +59,17 @@
#include "cvconfig.h"
#include "../src/input_array_utility.hpp"
#if defined(HAVE_XINE) || \
defined(HAVE_GSTREAMER) || \
defined(HAVE_QUICKTIME) || \
defined(HAVE_QTKIT) || \
defined(HAVE_AVFOUNDATION) || \
defined(HAVE_FFMPEG) || \
defined(HAVE_MSMF) || \
defined(HAVE_VFW)
# define BUILD_WITH_VIDEO_INPUT_SUPPORT 1
#else
# define BUILD_WITH_VIDEO_INPUT_SUPPORT 0
#endif
#endif
modules/superres/test/test_superres.cpp
View file @
a04a0514
...
...
@@ -43,6 +43,8 @@
#include "test_precomp.hpp"
#include "opencv2/ts/ocl_test.hpp"
#if BUILD_WITH_VIDEO_INPUT_SUPPORT
class
AllignedFrameSource
:
public
cv
::
superres
::
FrameSource
{
public
:
...
...
@@ -292,3 +294,5 @@ OCL_TEST_F(SuperResolution, BTVL1)
}
}
// namespace cvtest::ocl
#endif
#endif // BUILD_WITH_VIDEO_INPUT_SUPPORT
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