.TH pgmtexture 1 "22 Aug 1991" .IX pgmtexture .SH NAME pgmtexture - calculate textural features on a portable graymap .SH SYNOPSIS .B pgmtexture .RB [ -d .IR d ] .RI [ pgmfile ] .SH DESCRIPTION Reads a portable graymap as input. Calculates textural features based on spatial dependence matrices at 0, 45, 90, and 135 degrees for a distance .IR d (default = 1). Textural features include: .IP (1) Angular Second Moment, .br (2) Contrast, .br (3) Correlation, .br (4) Variance, .br (5) Inverse Difference Moment, .br (6) Sum Average, .br (7) Sum Variance, .br (8) Sum Entropy, .br (9) Entropy, .br (10) Difference Variance, .br (11) Difference Entropy, .br (12, 13) Information Measures of Correlation, and .br (14) Maximal Correlation Coefficient. .PP Algorithm taken from: .br Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973. Textural features for image classification. .I IEEE Transactions on Systems, Man, .I and Cybertinetics, SMC-3(6):610-621. .SH BUGS The program can run incredibly slow for large images (larger than 64 x 64) and command line options are limited. The method for finding (14) the maximal correlation coefficient, which requires finding the second largest eigenvalue of a matrix Q, does not always converge. .SH REFERENCES .I IEEE Transactions on Systems, Man, .I and Cybertinetics, SMC-3(6):610-621. .SH "SEE ALSO" pgm(5), pnmcut(1) .SH AUTHOR Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for hire of James Darrell McCauley. .\" Permission to use, copy, modify, and distribute this software and its .\" documentation for any purpose and without fee is hereby granted, provided .\" that the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation. This software is provided "as is" without express or .\" implied warranty. .\" .\" THE TEXAS AGRICULTURAL EXPERIMENT STATION (TAES) AND THE TEXAS A&M .\" UNIVERSITY SYSTEM (TAMUS) MAKE NO EXPRESS OR IMPLIED WARRANTIES .\" (INCLUDING BY WAY OF EXAMPLE, MERCHANTABILITY) WITH RESPECT TO ANY .\" ITEM, AND SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL .\" OR CONSEQUENTAL DAMAGES ARISING OUT OF THE POSESSION OR USE OF .\" ANY SUCH ITEM. LICENSEE AND/OR USER AGREES TO INDEMNIFY AND HOLD .\" TAES AND TAMUS HARMLESS FROM ANY CLAIMS ARISING OUT OF THE USE OR .\" POSSESSION OF SUCH ITEMS.