1Pgmtexture User Manual(0) Pgmtexture User Manual(0)
2
3
4
6 pgmtexture - calculate textural features on a PGM image
7
8
10 pgmtexture
11
12 [-d d]
13
14 [pgmfile]
15
16
18 This program is part of Netpbm(1).
19
20 pgmtexture reads a PGM image as input and calculates textural features
21 based on spatial dependence matrices at 0, 45, 90, and 135 degrees for
22 a distance d (default = 1).
23
24 Textural features include:
25
26
27
28 · Angular Second Moment
29
30 · Contrast
31
32 · Correlation
33
34 · Variance
35
36 · Inverse Difference Moment
37
38 · Sum Average
39
40 · Sum Variance
41
42 · Sum Entropy
43
44 · Entropy
45
46 · Difference Variance
47
48 · Difference Entropy
49
50 · Information Measures of Correlation
51
52 · Maximal Correlation Coefficient
53
54
55
56 Algorithm taken from: Haralick, R.M., K. Shanmugam, and I. Dinstein.
57 1973. Textural features for image classification. IEEE Transactions on
58 Systems, Man, and Cybertinetics, SMC-3(6):610-621.
59
60
62 In addition to the options common to all programs based on libnetpbm
63 (most notably -quiet, see
64 Common Options ⟨index.html#commonoptions⟩ ), pgmtexture recognizes the
65 following command line option:
66
67
68
69
70 -d distance
71 The distance. Default is 1.
72
73
74
75
77 The method for finding the Maximal Correlation Coefficient, which
78 requires finding the second largest eigenvalue of a matrix Q, does not
79 always converge.
80
81
83 pgm(1), pamsharpness(1), pamsharpmap(1), pgmedge(1), pgmminkowski(1)
84
85
87 Copyright (C) 1991 by Texas Agricultural Experiment Station, employer
88 for hire of James Darrell McCauley.
89
91 This manual page was generated by the Netpbm tool 'makeman' from HTML
92 source. The master documentation is at
93
94 http://netpbm.sourceforge.net/doc/pgmtexture.html
95
96netpbm documentation 22 August 1991 Pgmtexture User Manual(0)