Commit 07744ccf authored by Ilya Lavrenov's avatar Ilya Lavrenov

removed imshow call

parent c09a325d
......@@ -2179,9 +2179,6 @@ TEST(ImgProc_Bayer2RGBA, accuracy)
std::cout << "Reference: " << std::endl << reference(r) << std::endl << std::endl;
std::cout << "Difference: " << std::endl << diff(r) << std::endl << std::endl;
imshow("Diff", diff);
waitKey();
EXPECT_EQ(countNonZero(diff.reshape(1) > 1), 0);
ts->set_failed_test_info(cvtest::TS::FAIL_BAD_ACCURACY);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment