summary refs log tree commit diff
path: root/pgmtexture.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-15 21:15:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-15 21:15:54 +0000
commitba1a899fc8ddde65e754bb9e098f44d86821f02f (patch)
tree6338049aee77a137916abf5afa5707e31407f836 /pgmtexture.html
parentfd5767845653d0d63ba18001617339f7c5dda88f (diff)
downloadnetpbm-mirror-ba1a899fc8ddde65e754bb9e098f44d86821f02f.tar.gz
netpbm-mirror-ba1a899fc8ddde65e754bb9e098f44d86821f02f.tar.xz
netpbm-mirror-ba1a899fc8ddde65e754bb9e098f44d86821f02f.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1930 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgmtexture.html')
-rw-r--r--pgmtexture.html35
1 files changed, 13 insertions, 22 deletions
diff --git a/pgmtexture.html b/pgmtexture.html
index ebb37123..34480906 100644
--- a/pgmtexture.html
+++ b/pgmtexture.html
@@ -6,13 +6,11 @@ Updated: 22 Aug 1991
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 
 pgmtexture - calculate textural features on a PGM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pgmtexture</B>
 
@@ -20,8 +18,7 @@ pgmtexture - calculate textural features on a PGM image
 
 [<I>pgmfile</I>]
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -52,15 +49,12 @@ I. Dinstein. 1973. Textural features for image classification.
 <I>IEEE Transactions on Systems, Man, and Cybertinetics,</I>
 SMC-3(6):610-621.</cite>
      
-<A NAME="lbAE">&nbsp;</A>
-<H2>LIMITATIONS</H2>
+<H2 id="limitations">LIMITATIONS</H2>
 
-<p>The program can run incredibly slow for large images (larger than
-64 x 64) and command line options are limited.  The method for finding
-the Maximal Correlation Coefficient, which requires finding the second
-largest eigenvalue of a matrix Q, does not always converge.
+<p>The method for finding the Maximal Correlation Coefficient, which requires
+finding the second largest eigenvalue of a matrix Q, does not always converge.
 
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 <A HREF="pgm.html">pgm</A>,
 <A HREF="pamsharpness.html">pamsharpness</A>,
@@ -68,22 +62,19 @@ largest eigenvalue of a matrix Q, does not always converge.
 <A HREF="pgmedge.html">pgmedge</A>,
 <A HREF="pgmminkowski.html">pgmminkowski</A>
 
-<A NAME="lbAH">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for
 hire of James Darrell McCauley. 
 
 <HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
+<H2 id="index">Table Of Contents</H2>
 <UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">BUGS</A>
-<LI><A HREF="#lbAG">SEE ALSO</A>
-<LI><A HREF="#lbAH">AUTHOR</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#limitations">limitations</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#author">AUTHOR</A>
 </UL>
 </BODY>
 </HTML>