mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
hopefully, the last test failures are fixed now
This commit is contained in:
parent
5920bd4f2e
commit
ace0d4bad0
@ -99,7 +99,8 @@ PERF_TEST_P(Size_Source, calcHist3d,
|
||||
SANITY_CHECK(hist);
|
||||
}
|
||||
|
||||
PERF_TEST_P(TestMatSize, equalizeHist,
|
||||
#define MatSize TestMatSize
|
||||
PERF_TEST_P(MatSize, equalizeHist,
|
||||
testing::Values(TYPICAL_MAT_SIZES)
|
||||
)
|
||||
{
|
||||
@ -115,6 +116,7 @@ PERF_TEST_P(TestMatSize, equalizeHist,
|
||||
|
||||
SANITY_CHECK(destination);
|
||||
}
|
||||
#undef MatSize
|
||||
|
||||
typedef tr1::tuple<Size, double> Sz_ClipLimit_t;
|
||||
typedef TestBaseWithParam<Sz_ClipLimit_t> Sz_ClipLimit;
|
||||
|
Loading…
Reference in New Issue
Block a user