Skip to content

Commit a7d170a

Browse files
author
Cristy
committed
...
1 parent dc1f188 commit a7d170a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/command-line-options.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5150,15 +5150,15 @@ function.</p>
51505150
<dt class="col-md-4">MSE</dt><dd class="col-md-8"> mean error squared, average of the channel error squared</dd>
51515151
<dt class="col-md-4">NCC</dt><dd class="col-md-8"> normalized cross correlation</dd>
51525152
<dt class="col-md-4">PAE</dt><dd class="col-md-8"> peak absolute (normalized peak absolute)</dd>
5153+
<dt class="col-md-4">PDC</dt><dd class="col-md-8"> the total number of pixels whose values differ between two images (-fuzz affected)</dd>
51535154
<dt class="col-md-4">PHASH</dt><dd class="col-md-8"> perceptual hash for the sRGB and HCLp colorspaces. Specify an alternative colorspace with <code>-define phash:colorspaces=<var>colorspace,colorspace,...</var></code></dd>
51545155
<dt class="col-md-4">PSNR</dt><dd class="col-md-8"> peak signal to noise ratio</dd>
51555156
<dt class="col-md-4">RMSE</dt><dd class="col-md-8"> root mean squared (normalized root mean squared)</dd>
51565157
<dt class="col-md-4">SSIM</dt><dd class="col-md-8"> structural similarity index</dd>
51575158
</dl>
51585159
</div>
51595160

5160-
<p>Control the '<code>AE</code>', or absolute count of pixels that are different,
5161-
with the <a href="#fuzz" >-fuzz</a> factor (ignore pixels which
5161+
<p>p>Control the '<samp>AE</samp>' (how much do pixels differ)) and '<samp>PDC</samp>' (how many pixels differ) with the <a href="#fuzz" >-fuzz</a> factor (ignore pixels which
51625162
only changed by a small amount). Use '<code>PAE</code>' to find the
51635163
size of the <a href="#fuzz" >-fuzz</a> factor needed to make all pixels
51645164
'similar', while '<code>MAE</code>' determines the factor needed

0 commit comments

Comments
 (0)