Commit 87f651c1 authored by Rostislav Vasilikhin's avatar Rostislav Vasilikhin

disabled sanity check for 32f

parent bbedebb5
...@@ -391,7 +391,7 @@ PERF_TEST_P(Size_CvtMode32F, cvtColor_32f, ...@@ -391,7 +391,7 @@ PERF_TEST_P(Size_CvtMode32F, cvtColor_32f,
int runs = sz.width <= 320 ? 100 : 5; int runs = sz.width <= 320 ? 100 : 5;
TEST_CYCLE_MULTIRUN(runs) cvtColor(src, dst, mode, ch.dcn); TEST_CYCLE_MULTIRUN(runs) cvtColor(src, dst, mode, ch.dcn);
SANITY_CHECK(dst, 1); SANITY_CHECK_NOTHING();
} }
typedef tuple<Size, CvtModeBayer> Size_CvtMode_Bayer_t; typedef tuple<Size, CvtModeBayer> Size_CvtMode_Bayer_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment