disabled sanity check for 32f

This commit is contained in:
Rostislav Vasilikhin 2019-02-07 18:20:29 +03:00
parent bbedebb57c
commit 87f651c119

View File

@ -391,7 +391,7 @@ PERF_TEST_P(Size_CvtMode32F, cvtColor_32f,
int runs = sz.width <= 320 ? 100 : 5;
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;