mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
Merge pull request #13986 from alalek:perf_ignore_ovx
This commit is contained in:
commit
a43337c28e
@ -39,7 +39,7 @@ PERF_TEST_P( TestFilter2d, Filter2d,
|
||||
SANITY_CHECK(dst, 1);
|
||||
}
|
||||
|
||||
PERF_TEST_P(TestFilter2d, Filter2d_ovx,
|
||||
PERF_TEST_P(TestFilter2d, DISABLED_Filter2d_ovx,
|
||||
Combine(
|
||||
Values(Size(320, 240), sz1080p),
|
||||
Values(3, 5),
|
||||
|
@ -26,7 +26,7 @@ PERF_TEST_P(Size_MatType, pyrDown, testing::Combine(
|
||||
SANITY_CHECK(dst, eps, error_type);
|
||||
}
|
||||
|
||||
PERF_TEST_P(Size_MatType, pyrDown_ovx, testing::Combine(
|
||||
PERF_TEST_P(Size_MatType, DISABLED_pyrDown_ovx, testing::Combine(
|
||||
testing::Values(sz1080p, sz720p, szVGA, szQVGA, szODD),
|
||||
testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3, CV_16SC4, CV_32FC1, CV_32FC3, CV_32FC4)
|
||||
)
|
||||
|
@ -48,7 +48,7 @@ PERF_TEST_P( TestWarpAffine, WarpAffine,
|
||||
#endif
|
||||
}
|
||||
|
||||
PERF_TEST_P(TestWarpAffine, WarpAffine_ovx,
|
||||
PERF_TEST_P(TestWarpAffine, DISABLED_WarpAffine_ovx,
|
||||
Combine(
|
||||
Values(szVGA, sz720p, sz1080p),
|
||||
InterType::all(),
|
||||
@ -116,7 +116,7 @@ PERF_TEST_P( TestWarpPerspective, WarpPerspective,
|
||||
#endif
|
||||
}
|
||||
|
||||
PERF_TEST_P(TestWarpPerspective, WarpPerspective_ovx,
|
||||
PERF_TEST_P(TestWarpPerspective, DISABLED_WarpPerspective_ovx,
|
||||
Combine(
|
||||
Values(szVGA, sz720p, sz1080p),
|
||||
InterType::all(),
|
||||
|
@ -97,7 +97,7 @@ PERF_TEST_P(Path_Idx_Cn_NPoints_WSize, OpticalFlowPyrLK_full, testing::Combine(
|
||||
typedef tuple<std::string, int, tuple<int, int>, int> Path_Idx_NPoints_WSize_t;
|
||||
typedef TestBaseWithParam<Path_Idx_NPoints_WSize_t> Path_Idx_NPoints_WSize;
|
||||
|
||||
PERF_TEST_P(Path_Idx_NPoints_WSize, OpticalFlowPyrLK_ovx, testing::Combine(
|
||||
PERF_TEST_P(Path_Idx_NPoints_WSize, DISABLED_OpticalFlowPyrLK_ovx, testing::Combine(
|
||||
testing::Values<std::string>("cv/optflow/frames/VGA_%02d.png", "cv/optflow/frames/720p_%02d.png"),
|
||||
testing::Range(1, 3),
|
||||
testing::Values(make_tuple(9, 9), make_tuple(15, 15)),
|
||||
|
Loading…
Reference in New Issue
Block a user