File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2408,16 +2408,15 @@ TEST(Imgproc_ColorLab_Full, bitExactness)
2408
2408
{
2409
2409
next = false ;
2410
2410
2411
- FAIL () << " Bad accuracy" << endl;
2412
-
2413
- FAIL () << " Conversion code: " << names[c] << endl;
2414
- FAIL () << " Iteration: " << iter << endl;
2415
- FAIL () << " Hash vs Correct hash: " << h << " , " << goodHash << endl;
2416
- FAIL () << " Error in: (" << x << " , " << y << " )" << endl;
2417
- FAIL () << " Reference value: " << gx[0 ] << " " << gx[1 ] << " " << gx[2 ] << endl;
2418
- FAIL () << " Actual value: " << rx[0 ] << " " << rx[1 ] << " " << rx[2 ] << endl;
2419
- FAIL () << " Src value: " << px[0 ] << " " << px[1 ] << " " << px[2 ] << endl;
2420
- FAIL () << " Size: (" << probe.rows << " , " << probe.cols << " )" << endl;
2411
+ FAIL () << " Bad accuracy" << endl
2412
+ << " Conversion code: " << names[c] << endl
2413
+ << " Iteration: " << iter << endl
2414
+ << " Hash vs Correct hash: " << h << " , " << goodHash << endl
2415
+ << " Error in: (" << x << " , " << y << " )" << endl
2416
+ << " Reference value: " << gx[0 ] << " " << gx[1 ] << " " << gx[2 ] << endl
2417
+ << " Actual value: " << rx[0 ] << " " << rx[1 ] << " " << rx[2 ] << endl
2418
+ << " Src value: " << px[0 ] << " " << px[1 ] << " " << px[2 ] << endl
2419
+ << " Size: (" << probe.rows << " , " << probe.cols << " )" << endl;
2421
2420
2422
2421
break ;
2423
2422
}
You can’t perform that action at this time.
0 commit comments