diff --git a/modules/imgproc/perf/perf_filter2d.cpp b/modules/imgproc/perf/perf_filter2d.cpp index 6095eaad2f..249afd94c4 100644 --- a/modules/imgproc/perf/perf_filter2d.cpp +++ b/modules/imgproc/perf/perf_filter2d.cpp @@ -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), diff --git a/modules/imgproc/perf/perf_pyramids.cpp b/modules/imgproc/perf/perf_pyramids.cpp index 22c3fa9064..5dd5b9cece 100644 --- a/modules/imgproc/perf/perf_pyramids.cpp +++ b/modules/imgproc/perf/perf_pyramids.cpp @@ -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) ) diff --git a/modules/imgproc/perf/perf_warp.cpp b/modules/imgproc/perf/perf_warp.cpp index b51e9ae75c..53bacc16d3 100644 --- a/modules/imgproc/perf/perf_warp.cpp +++ b/modules/imgproc/perf/perf_warp.cpp @@ -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(), diff --git a/modules/video/perf/perf_optflowpyrlk.cpp b/modules/video/perf/perf_optflowpyrlk.cpp index 3a58ca9067..528512bffc 100644 --- a/modules/video/perf/perf_optflowpyrlk.cpp +++ b/modules/video/perf/perf_optflowpyrlk.cpp @@ -97,7 +97,7 @@ PERF_TEST_P(Path_Idx_Cn_NPoints_WSize, OpticalFlowPyrLK_full, testing::Combine( typedef tuple, int> Path_Idx_NPoints_WSize_t; typedef TestBaseWithParam 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("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)),