Specify sanity threshold for WarpPerspective perf test
This commit is contained in:
parent
84934f7bfc
commit
fcad269e53
@ -139,7 +139,7 @@ PERF_TEST_P( TestWarpPerspectiveNear_t, WarpPerspectiveNear,
|
|||||||
warpPerspective( src, dst, warpMat, size, interType, borderMode, Scalar::all(150) );
|
warpPerspective( src, dst, warpMat, size, interType, borderMode, Scalar::all(150) );
|
||||||
}
|
}
|
||||||
|
|
||||||
SANITY_CHECK(dst);
|
SANITY_CHECK(dst, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
PERF_TEST_P( TestRemap, remap,
|
PERF_TEST_P( TestRemap, remap,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user