pgmtexture(1) General Commands Manual pgmtexture(1)NAME
pgmtexture - calculate textural features on a portable graymap
SYNOPSIS
pgmtexture [-d d] [pgmfile]
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 d (default = 1). Textural features include:
(1) Angular Second Moment,
(2) Contrast,
(3) Correlation,
(4) Variance,
(5) Inverse Difference Moment,
(6) Sum Average,
(7) Sum Variance,
(8) Sum Entropy,
(9) Entropy,
(10) Difference Variance,
(11) Difference Entropy,
(12, 13) Information Measures of Correlation, and
(14) Maximal Correlation Coefficient.
Algorithm taken from:
Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973. Textural features for image classification. IEEE Transactions on Systems, Man, and
Cybertinetics, SMC-3(6):610-621.
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.
REFERENCES
IEEE Transactions on Systems, Man, and Cybertinetics, SMC-3(6):610-621.
SEE ALSO pgm(5), pnmcut(1)AUTHOR
Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for hire of James Darrell McCauley.
22 Aug 1991 pgmtexture(1)
Check Out this Related Man Page
pgmtexture(1) General Commands Manual pgmtexture(1)NAME
pgmtexture - calculate textural features on a portable graymap
SYNOPSIS
pgmtexture [-d d] [pgmfile]
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 d (default = 1). Textural features include:
(1) Angular Second Moment,
(2) Contrast,
(3) Correlation,
(4) Variance,
(5) Inverse Difference Moment,
(6) Sum Average,
(7) Sum Variance,
(8) Sum Entropy,
(9) Entropy,
(10) Difference Variance,
(11) Difference Entropy,
(12, 13) Information Measures of Correlation, and
(14) Maximal Correlation Coefficient.
Algorithm taken from:
Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973. Textural features for image classification. IEEE Transactions on Systems, Man, and
Cybertinetics, SMC-3(6):610-621.
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.
REFERENCES
IEEE Transactions on Systems, Man, and Cybertinetics, SMC-3(6):610-621.
SEE ALSO pgm(5), pnmcut(1)AUTHOR
Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for hire of James Darrell McCauley.
22 Aug 1991 pgmtexture(1)
Hi,
What is the difference between the C and C++. And what new features is added in the C++.then C Programming in the UNIX Environmnet.
Thanks:
www.hytechpro.com (2 Replies)
Please Let me know this Que and Ans please Because i applied for a H1B VISA nad i have a INTERVIEW as soon so please "Difference between Linux and Unix and also C and C++ and also about Shell Scripting about all Questions and Answers ." (3 Replies)
Hello,
I would like to process a sum on a file :
for exemple :
4
5
3
Sum is 12
I tried with the "+" but it doesn't seems to work on the sun or maybe I use a wrong syntax, my script is as follow:
---------------------------
export Value
export TotalValue
while read Valeur
do... (4 Replies)
what is the correct command for finding the largest file and displaying it without any error information?
I can find it, but how do I display it in the same command? (6 Replies)
Hi,
Could you please explain the difference between scsu and su?
i tried doing "man scsu" but my unix machine is saying No manual entry for scsu.
All i know is su and scsu both are used to login as super user. Can somebody help me understanding the concept of both? (4 Replies)
Is this way of finding the time difference a correct way of doing it or is it error-prone.
#****Check if lastrun exist. If exists check if the difference is 1 hour or not and act accordingly***********************
if ; then
lastrun_time=`cat $LOG_DIR/lastrun`
curr_time=`date +%s`
... (4 Replies)