mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
raised error threshold in filter-generic test. re-enabled mhi-global & filter-generic tests
This commit is contained in:
parent
4ca701d888
commit
209ea825d9
@ -601,7 +601,7 @@ double CV_FilterTest::get_success_error_level( int /*test_case_idx*/, int /*i*/,
|
||||
{
|
||||
int depth = CV_MAT_DEPTH(test_mat[INPUT][0].type);
|
||||
return depth <= CV_8S ? 2 : depth <= CV_32S ? 32 :
|
||||
depth == CV_32F ? 1e-5 : 1e-10;
|
||||
depth == CV_32F ? 1e-4 : 1e-10;
|
||||
}
|
||||
|
||||
|
||||
|
@ -48,8 +48,8 @@ const char* blacklist[] =
|
||||
"calibrate-camera-artificial", //ticket 472
|
||||
"inpaint", //ticket 570
|
||||
"warp-resize", //ticket 429
|
||||
"filter-generic", //ticket 690
|
||||
"mhi-global", //ticket 457
|
||||
//"filter-generic", //ticket 690
|
||||
//"mhi-global", //ticket 457
|
||||
0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user