about summary refs log tree commit diff
path: root/pgmtexture.html
blob: ebb371238714de8cc7a5b51f0a1366019bf58ba5 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pgmtexture User Manual</TITLE></HEAD>
<BODY>
<H1>pgmtexture</H1>
Updated: 22 Aug 1991
<BR>
<A HREF="#index">Table Of Contents</A>

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

pgmtexture - calculate textural features on a PGM image

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

<B>pgmtexture</B>

[<B>-d</B> <I>d</I>]

[<I>pgmfile</I>]

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

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

<p><b>pgmtexture</b> reads a PGM image as input and calculates
textural features based on spatial dependence matrices at 0, 45, 90,
and 135 degrees for a distance <I>d</I> (default = 1).

<p>Textural features include:

<UL>
<LI>Angular Second Moment
<LI>Contrast
<LI>Correlation
<LI>Variance
<LI>Inverse Difference Moment
<LI>Sum Average
<LI>Sum Variance
<LI>Sum Entropy
<LI>Entropy
<LI>Difference Variance
<LI>Difference Entropy
<LI>Information Measures of Correlation
<LI>Maximal Correlation Coefficient
</UL>
     
<P>Algorithm taken from: <CITE>Haralick, R.M., K. Shanmugam, and
I. Dinstein. 1973. Textural features for image classification.
<I>IEEE Transactions on Systems, Man, and Cybertinetics,</I>
SMC-3(6):610-621.</cite>
     
<A NAME="lbAE">&nbsp;</A>
<H2>LIMITATIONS</H2>

<p>The program can run incredibly slow for large images (larger than
64 x 64) and command line options are limited.  The method for finding
the Maximal Correlation Coefficient, which requires finding the second
largest eigenvalue of a matrix Q, does not always converge.

<H2>SEE ALSO</H2>

<A HREF="pgm.html">pgm</A>,
<A HREF="pamsharpness.html">pamsharpness</A>,
<A HREF="pamsharpmap.html">pamsharpmap</A>,
<A HREF="pgmedge.html">pgmedge</A>,
<A HREF="pgmminkowski.html">pgmminkowski</A>

<A NAME="lbAH">&nbsp;</A>
<H2>AUTHOR</H2>

Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for
hire of James Darrell McCauley. 

<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">BUGS</A>
<LI><A HREF="#lbAG">SEE ALSO</A>
<LI><A HREF="#lbAH">AUTHOR</A>
</UL>
</BODY>
</HTML>