mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 07:10:51 +08:00
disabled sanity check for 32f
This commit is contained in:
parent
bbedebb57c
commit
87f651c119
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user