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

Unified 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 side by-side-diff with in-line comments
Download patch
Index: README.google
===================================================================
--- README.google (revision 0)
+++ README.google (revision 0)
@@ -0,0 +1,25 @@
+URL: http://pdiff.sourceforge.net/
+Version: 1.1.1
+License: GNU General Public License
+License File: files/source/gpl.txt
+
+Description:
+PerceptualDiff is an image comparison utility that makes use of a
+computational model of the human visual system to compare two images.
+
+Local Modifications:
+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'
+which can turn on the edge detection function and prevent edges in
+the images to be checked during comparison.
+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
+possible edges would be ignored during comparison, if e is a small
+value near 0, only scattered points would be ignored from being
+checked. Edge detection function employs convolution with a
+3-by-3 kernel:
+-1 -1 -1
+-1 8 -1
+-1 -1 -1
+It will first detect edges in the original pdiff output image,
+and create a new pdiff result by substracting edges from the original
+output image, and also recalculate unmatched pixels to make results
+consistent.
« no previous file | files/bin/win/perceptualdiff.exe » ('j')

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