Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Issue 18066004: add yee's perceptual metric (Closed)

Created:
7 years, 5 months ago by Zach Reizner
Modified:
7 years, 5 months ago
Reviewers:
djsollen, bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : document maths #

Total comments: 5

Patch Set 3 : Image3D temmplate tweak #

Patch Set 4 : Image3D -> ImageArray #

Unified diffs Side-by-side diffs Delta from patch set Stats (+479 lines, -9 lines) Patch
A experimental/skpdiff/SkPMetric.h View 1 chunk +37 lines, -0 lines 0 comments Download
A experimental/skpdiff/SkPMetric.cpp View 1 2 3 1 chunk +421 lines, -0 lines 0 comments Download
M experimental/skpdiff/main.cpp View 5 chunks +20 lines, -9 lines 0 comments Download
M experimental/skpdiff/skpdiff.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Zach Reizner
There is giant chunk of math in this CL. The algorithm is taken from http://pdiff.sourceforge.net/metric.html ...
7 years, 5 months ago (2013-06-27 15:31:00 UTC) #1
bsalomon
https://codereview.chromium.org/18066004/diff/2001/experimental/skpdiff/SkPMetric.cpp File experimental/skpdiff/SkPMetric.cpp (right): https://codereview.chromium.org/18066004/diff/2001/experimental/skpdiff/SkPMetric.cpp#newcode54 experimental/skpdiff/SkPMetric.cpp:54: template<class T> It seems like the template param should ...
7 years, 5 months ago (2013-06-27 18:31:15 UTC) #2
Zach Reizner
https://codereview.chromium.org/18066004/diff/2001/experimental/skpdiff/SkPMetric.cpp File experimental/skpdiff/SkPMetric.cpp (right): https://codereview.chromium.org/18066004/diff/2001/experimental/skpdiff/SkPMetric.cpp#newcode54 experimental/skpdiff/SkPMetric.cpp:54: template<class T> On 2013/06/27 18:31:15, bsalomon wrote: > It ...
7 years, 5 months ago (2013-06-27 18:48:49 UTC) #3
bsalomon
On 2013/06/27 18:48:49, Zach Reizner wrote: > https://codereview.chromium.org/18066004/diff/2001/experimental/skpdiff/SkPMetric.cpp > File experimental/skpdiff/SkPMetric.cpp (right): > > https://codereview.chromium.org/18066004/diff/2001/experimental/skpdiff/SkPMetric.cpp#newcode54 ...
7 years, 5 months ago (2013-06-28 14:44:08 UTC) #4
Zach Reizner
The advantage of Image3D is that it initializes all its slices to be the same ...
7 years, 5 months ago (2013-06-28 14:50:50 UTC) #5
bsalomon
On 2013/06/28 14:50:50, Zach Reizner wrote: > The advantage of Image3D is that it initializes ...
7 years, 5 months ago (2013-06-28 15:00:28 UTC) #6
jvanverth1
On 2013/06/28 15:00:28, bsalomon wrote: > On 2013/06/28 14:50:50, Zach Reizner wrote: > > The ...
7 years, 5 months ago (2013-06-28 15:05:03 UTC) #7
Zach Reizner
7 years, 5 months ago (2013-06-28 15:10:52 UTC) #8
bsalomon
On 2013/06/28 15:10:52, Zach Reizner wrote: lgtm
7 years, 5 months ago (2013-06-28 15:23:17 UTC) #9
Zach Reizner
7 years, 5 months ago (2013-06-28 15:34:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 manually as r9803 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698