1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

cv2cvtest part2

This commit is contained in:
Ilya Lavrenov
2014-04-09 00:00:13 +04:00
parent 5600bc54f4
commit 4a63b3dd90
11 changed files with 49 additions and 39 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ public:
return;
}
double err = PSNR(img, img0);
double err = cvtest::PSNR(img, img0);
if( err < 20 )
{