Skip to content

Commit

Permalink
MetricType
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagick committed Sep 26, 2005
1 parent 73c356b commit b25aa6b
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions doc/constants.html
Expand Up @@ -113,13 +113,13 @@ <h3>Constants</h3>

<li><a href="#InterlaceType">InterlaceType</a></li>

<li><a href="#NoiseType">NoiseType</a></li>
<li><a href="#MetricType">MetricType</a></li>
</ul>
</div>

<div class="toccol">
<ul>
<li>&nbsp;</li>
<li><a href="#NoiseType">NoiseType</a></li>

<li><a href="#Opacity">Opacity</a></li>

Expand Down Expand Up @@ -148,7 +148,7 @@ <h2 class="methods">Constants</h2>

<dd>An extended form of the <code>Version</code> constant with
the format shown here:<br />
<code>This is RMagick 1.4.0 ($Date: 2005/07/31 14:57:29 $)
<code>This is RMagick 1.4.0 ($Date: 2005/09/26 23:35:06 $)
Copyright (C) 2005 by Timothy P. Hunter<br />
Built with ImageMagick 6.0.0 02/25/04 Q8
http://www.imagemagick.org<br />
Expand Down Expand Up @@ -995,6 +995,24 @@ <h3 class="const" id="InterlaceType">InterlaceType</h3>
image.R, image.G, and image.B)</dd>
</dl>

<h3 class="const" id="MetricType">MetricType</h3>

<p>The distortion metric type. See <a href=
"image1.html#compare_channel">compare_channel</a>, <a href=
"image1.html#distortion_channel">distortion_channel</a>.</p>

<dl>
<dt>MeanAbsoluteErrorMetric</dt>

<dt>MeanSquaredErrorMetric</dt>

<dt>PeakAbsoluteErrorMetric</dt>

<dt>PeakSignalToNoiseRatioMetric</dt>

<dt>RootMeanSquaredErrorMetric</dt>
</dl>

<h3 class="const" id="NoiseType">NoiseType</h3>

<p><span class="imquote">Select the type of noise to be added to
Expand Down

0 comments on commit b25aa6b

Please sign in to comment.