summary refs log tree commit diff
path: root/pnmpsnr.html
blob: 296a8dca17579c56c34513517ccac66c9a65ba4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pnmpsnr User Manual</TITLE></HEAD>
<BODY>
<H1>pnmpsnr</H1>
Updated: 04 March 2001
<BR>
<A HREF="#index">Table Of Contents</A>

<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>

pnmpsnr - compute the difference between two images (the PSNR)

<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>

<B>pnmpsnr</B>

[<I>pnmfile1</I>]

[<I>pnmfile2</I>]

<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<p><b>pnmpsnr</b> reads two PBM, PGM, or PPM files, or PAM
equivalents, as input and prints the peak signal-to-noise ratio (PSNR)
difference between the two images.  This metric is typically used in
image compression papers to rate the distortion between original and
decoded image.

<P>If the inputs are PBM or PGM, <B>pnmpsnr</B> prints the PSNR of the
luminance only.  Otherwise, it prints the separate PSNRs of the
luminance, and chrominance (Cb and Cr) components of the colors.

<P>The PSNR of a given component is the ratio of the mean square
difference of the component for the two images to the maximum mean
square difference that can exist between any two images.  It is
expressed as a decibel value.

<P>The mean square difference of a component for two images is the
mean square difference of the component value, comparing each pixel
with the pixel in the same position of the other image.  For the
purposes of this computation, components are normalized to the scale
[0..1].

<P>The maximum mean square difference is identically 1.

<P>So the higher the PSNR, the closer the images are.  A luminance
PSNR of 20 means the mean square difference of the luminances of the
pixels is 100 times less than the maximum possible difference,
i.e. 0.01.

<A NAME="lbAE">&nbsp;</A>
<H2>SEE ALSO</H2>

<B><A HREF="pnm.html">pnm</A></B>

<HR>
<A NAME="index">&nbsp;</A>
<H2>Table Of Contents</H2>
<UL>
<LI><A HREF="#lbAB">NAME</A>
<LI><A HREF="#lbAC">SYNOPSIS</A>
<LI><A HREF="#lbAD">DESCRIPTION</A>
<LI><A HREF="#lbAE">SEE ALSO</A>
</UL>
</BODY>
</HTML>