mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
cv2cvtest part2
This commit is contained in:
@@ -160,7 +160,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
double err = PSNR(img, img0);
|
||||
double err = cvtest::PSNR(img, img0);
|
||||
|
||||
if( err < 20 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user