home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / pgmtexture.1 < prev    next >
Text File  |  1996-11-18  |  2KB  |  81 lines

  1. .TH pgmtexture 1 "22 Aug 1991"
  2. .IX pgmtexture
  3. .SH NAME
  4. pgmtexture - calculate textural features on a portable graymap
  5. .SH SYNOPSIS
  6. .B pgmtexture
  7. .RB [ -d
  8. .IR d ]
  9. .RI [ pgmfile ]
  10. .SH DESCRIPTION
  11. Reads a portable graymap as input.  Calculates textural features
  12. based on spatial dependence matrices at 0, 45, 90, and 135 degrees for
  13. a distance 
  14. .IR d 
  15. (default = 1).
  16. Textural features include:
  17. .IP
  18. (1) Angular Second Moment,
  19. .br
  20. (2) Contrast,
  21. .br
  22. (3) Correlation,
  23. .br
  24. (4) Variance,          
  25. .br
  26. (5) Inverse Difference Moment,
  27. .br
  28. (6) Sum Average,
  29. .br
  30. (7) Sum Variance,
  31. .br
  32. (8) Sum Entropy,
  33. .br
  34. (9) Entropy,
  35. .br
  36. (10) Difference Variance,
  37. .br
  38. (11) Difference Entropy,
  39. .br
  40. (12, 13) Information Measures of Correlation, and
  41. .br
  42. (14) Maximal Correlation Coefficient.
  43. .PP
  44. Algorithm taken from:
  45. .br
  46. Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973. Textural features
  47. for image classification.  
  48. .I IEEE Transactions on Systems, Man, 
  49. .I and Cybertinetics,
  50. SMC-3(6):610-621.
  51. .SH BUGS
  52. The program can run incredibly slow for large images (larger than 64 x 64)
  53. and command line options are limited.
  54. The method for finding (14) the maximal correlation coefficient, which
  55. requires finding the second largest eigenvalue of a matrix Q, does not
  56. always converge.
  57. .SH REFERENCES
  58. .I IEEE Transactions on Systems, Man, 
  59. .I and Cybertinetics,
  60. SMC-3(6):610-621.
  61. .SH "SEE ALSO"
  62. pgm(5), pnmcut(1)
  63. .SH AUTHOR
  64. Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for
  65. hire of James Darrell McCauley. 
  66. .\" Permission to use, copy, modify, and distribute this software and its
  67. .\" documentation for any purpose and without fee is hereby granted, provided
  68. .\" that the above copyright notice appear in all copies and that both that
  69. .\" copyright notice and this permission notice appear in supporting
  70. .\" documentation.  This software is provided "as is" without express or
  71. .\" implied warranty.
  72. .\"
  73. .\" THE TEXAS AGRICULTURAL EXPERIMENT STATION (TAES) AND THE TEXAS A&M
  74. .\" UNIVERSITY SYSTEM (TAMUS) MAKE NO EXPRESS OR IMPLIED WARRANTIES
  75. .\" (INCLUDING BY WAY OF EXAMPLE, MERCHANTABILITY) WITH RESPECT TO ANY
  76. .\" ITEM, AND SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL
  77. .\" OR CONSEQUENTAL DAMAGES ARISING OUT OF THE POSESSION OR USE OF
  78. .\" ANY SUCH ITEM. LICENSEE AND/OR USER AGREES TO INDEMNIFY AND HOLD
  79. .\" TAES AND TAMUS HARMLESS FROM ANY CLAIMS ARISING OUT OF THE USE OR
  80. .\" POSSESSION OF SUCH ITEMS.
  81.