Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(16)

Side by Side Diff: README.google

Issue 89059: add ignore edge function in pdiff. SVN Base: http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff/
Patch Set: '' Created 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 URL: http://pdiff.sourceforge.net/
2 Version: 1.1.1
3 License: GNU General Public License
4 License File: files/source/gpl.txt
5
6 Description:
7 PerceptualDiff is an image comparison utility that makes use of a
8 computational model of the human visual system to compare two images.
9
10 Local Modifications:
11 A "-noedge e (0.0 to 1.0)" option is added to the original version,
vangelis 2009/07/09 02:43:29 flag is now called 'ignoreEdges'
12 which can turn on the edge detection function and prevent edges in
13 the images to be checked during comparison.
14 Parameter e is the threshold in edge detection, if e is 1.0, all
vangelis 2009/07/09 02:43:29 please update the description of the values for 'e
15 possible edges would be ignored during comparison, if e is a small
16 value near 0, only scattered points would be ignored from being
17 checked. Edge detection function employs convolution with a
18 3-by-3 kernel:
19 -1 -1 -1
20 -1 8 -1
21 -1 -1 -1
22 It will first detect edges in the original pdiff output image,
23 and create a new pdiff result by substracting edges from the original
24 output image, and also recalculate unmatched pixels to make results
25 consistent.
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497