mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Turn off superres accuracy tests if video i/o is not supported.
This commit is contained in:
committed by
Dikay900
parent
a9ae0c8e82
commit
a04a0514b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user