Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pgmtexture(1) [hpux 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)

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)
Man Page

9 More Discussions You Might Find Interesting

1. Solaris

Sum on Sun unix

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)
Discussion started by: Cecile
4 Replies

2. UNIX for Dummies Questions & Answers

What's the Difference Between / and //?

Many times over the years, I've noticed that if I accidentally type 'cd //', my bash prompt will display that I am in // instead of /. If I do an ls command, it looks just like I'm in /. So this morning I decided to try and do 'cd ///' all the way up to a full 'cd //////'. None of those attempts... (1 Reply)
Discussion started by: deckard
1 Replies

3. UNIX for Dummies Questions & Answers

Quick question about finding a large file

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)
Discussion started by: raidkridley
6 Replies

4. AIX

Difference between ML and TL in AIX

Difference between ML and TL in AIX (2 Replies)
Discussion started by: AIXlearner
2 Replies

5. Red Hat

Difference between kernel ELsmp and EL

Hi, Could anyone let me know what is the fundamental difference between the below two kernels? Or point me to some docs which explain this. 2.6.9-55.ELsmp 2.6.18-92.el5 Does it will have an impact as software built for one wont necessarily run on the other? I'm having a similar problem.... (2 Replies)
Discussion started by: tobsinte
2 Replies

6. UNIX for Dummies Questions & Answers

Difference between

$x=10 and providing the spaces between = and 10 $x= 10 (4 Replies)
Discussion started by: shashank1311
4 Replies

7. UNIX for Dummies Questions & Answers

Difference between ' and ` ...?

Hi! I just scored 82 on my first unixacademy exam (passed!!!) but there was a question I really can't figure out. I can't google it... well it doesn't come back with anything useful anyway... In short: what the difference between ' and ` ?!?! I even wasn't aware of ` ;) before... I'm not a lazy... (1 Reply)
Discussion started by: danscavo
1 Replies

8. UNIX for Dummies Questions & Answers

Difference between rmfs and rm -rf

What is the difference between the unix rmfs and rm -rf command? Do they do the same thing? Can they both be used together? Thanks, Pat (2 Replies)
Discussion started by: patdi_1
2 Replies

9. UNIX for Dummies Questions & Answers

Difference between su and scsu?

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)
Discussion started by: Kamna
4 Replies