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 The method for finding the Maximal Correlation Coefficient, which
63 requires finding the second largest eigenvalue of a matrix Q, does not
64 always converge.
65
66
68 pgm(1), pamsharpness(1), pamsharpmap(1), pgmedge(1), pgmminkowski(1)
69
70
72 Copyright (C) 1991 by Texas Agricultural Experiment Station, employer
73 for hire of James Darrell McCauley.
74
76 This manual page was generated by the Netpbm tool 'makeman' from HTML
77 source. The master documentation is at
78
79 http://netpbm.sourceforge.net/doc/pgmtexture.html
80
81netpbm documentation 22 Aug 1991 Pgmtexture User Manual(0)