Closed GoogleCodeExporter closed 8 years ago
Can you provide command line and art?
I did find a minor issue.. the ssim is off when comparing the image to itself
on chroma. i think its due to odd width.
d:\src\libyuv\trunk>out\Release\psnr.exe -v -ssim c:\work\kirkland3.jpg
c:\work\kirkland3.jpg
Size: 999x885
Frame SSIM-Y SSIM-U SSIM-V SSIM-All Frame
0 1.000000 0.995747 0.995747 0.998580 min
Avg: 1.000000 0.995747 0.995747 0.998580 1
Min: 1.000000 0.995747 0.995747 0.998580 0
Original comment by fbarch...@chromium.org
on 26 Jun 2014 at 5:19
The command line I used was:
./psnr kirkland3.jpg kirkland3.jpg
I built it from google3 using the following command:
blaze build -c opt --cpu=k8 third_party/libyuv:psnr
Original comment by clifford...@google.com
on 26 Jun 2014 at 5:32
if you compare the image with itself, psnr of 128 is expected.
Original comment by fbarch...@chromium.org
on 26 Jun 2014 at 5:33
Sorry, that was a typo.
I was not comparing the same image itself.
I was using kirkland3a.jpg for comparison.
Original comment by clifford...@google.com
on 26 Jun 2014 at 5:36
psnr kirkland3.jpg kirkland3a.jpg
Frame PSNR-Y PSNR-U PSNR-V PSNR-All Frame
Global: 27.467189 27.545679 29.811606 27.794578 1
Avg: 27.467189 27.545679 29.811606 27.794578 1
Min: 27.467189 27.545679 29.811606 27.794578 0
Original comment by fbarch...@chromium.org
on 26 Jun 2014 at 5:44
Original comment by fbarch...@chromium.org
on 27 Jun 2014 at 12:57
I verified it and it works correctly now. Thanks!
Original comment by clifford...@google.com
on 27 Jun 2014 at 1:10
Original issue reported on code.google.com by
clifford...@google.com
on 26 Jun 2014 at 1:14