Penguin
Blame: pgmtexture(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of pgmtexture(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pgmtexture
2 !!!pgmtexture
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 BUGS
7 REFERENCES
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 pgmtexture - calculate textural features on a portable graymap
15 !!SYNOPSIS
16
17
18 __pgmtexture__ [[__-d__ ''d'']
19 [[''pgmfile'']
20 !!DESCRIPTION
21
22
23 Reads a portable graymap as input. Calculates textural
24 features based on spatial dependence matrices at 0, 45, 90,
25 and 135 degrees for a distance ''d'' (default = 1).
26 Textural features include:
27
28
29 (1) Angular Second Moment,
30 (2) Contrast,
31 (3) Correlation,
32 (4) Variance,
33 (5) Inverse Difference Moment,
34 (6) Sum Average,
35 (7) Sum Variance,
36 (8) Sum Entropy,
37 (9) Entropy,
38 (10) Difference Variance,
39 (11) Difference Entropy,
40 (12, 13) Information Measures of Correlation, and
41 (14) Maximal Correlation Coefficient.
42
43
44 Algorithm taken from:
45 Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973.
46 Textural features for image classification. ''IEEE
47 Transactions on Systems, Man, and Cybertinetics,''
48 SMC-3(6):610-621.
49 !!BUGS
50
51
52 The program can run incredibly slow for large images (larger
53 than 64 x 64) and command line options are limited. The
54 method for finding (14) the maximal correlation coefficient,
55 which requires finding the second largest eigenvalue of a
56 matrix Q, does not always converge.
57 !!REFERENCES
58
59
60 ''IEEE Transactions on Systems, Man, and Cybertinetics,''
61 SMC-3(6):610-621.
62 !!SEE ALSO
63
64
65 pgm(5), pnmcut(1)
66 !!AUTHOR
67
68
69 Copyright (C) 1991 by Texas Agricultural Experiment Station,
2 perry 70 employer for hire of James Darrell !McCauley.
1 perry 71 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.