fixed gpu tests

This commit is contained in:
Vladislav Vinogradov
2011-06-29 11:14:03 +00:00
parent a4182b5da3
commit e8d2dd212c
3 changed files with 37 additions and 25 deletions

View File

@@ -1629,7 +1629,7 @@ TEST_P(MeanShiftSegmentation, Regression)
cv::Mat dst_rgb;
cv::cvtColor(dst, dst_rgb, CV_BGRA2BGR);
EXPECT_MAT_SIMILAR(dst_gold, dst_rgb, 1e-5);
EXPECT_MAT_SIMILAR(dst_gold, dst_rgb, 1e-3);
}
INSTANTIATE_TEST_CASE_P(ImgProc, MeanShiftSegmentation, testing::Combine(