diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-11-24 21:14:10 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-11-24 21:14:10 +0000 |
commit | bd09013efdd759e78f1c65ac6658cc2d76c2793b (patch) | |
tree | 0d171d04943f962427dbe3dd41b030b6375edfda /pgmmedian.html | |
parent | 5dedc824a9cd3d3e152fc33752c1e65f24d21ab6 (diff) | |
download | netpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.tar.gz netpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.tar.xz netpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1785 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgmmedian.html')
-rw-r--r-- | pgmmedian.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pgmmedian.html b/pgmmedian.html index bb2577f1..bbdf9d49 100644 --- a/pgmmedian.html +++ b/pgmmedian.html @@ -30,6 +30,7 @@ pgmmedian - apply a median filter to a PGM file hyphens instead of single hyphen to denote options. You may use white space in place of the equals sign to separate an option name from its value. + <H2 id="description">DESCRIPTION</H2> <p>This program is part of <a href="index.html">Netpbm</a>. @@ -37,9 +38,15 @@ space in place of the equals sign to separate an option name from its value. <p><b>pgmmedian</b> applies a median filter to a PGM image, using either the histogram sort or select kth value method to determine the median. +<p>A median filter is a convolution filter in which the value of a pixel in +the output is the median of a certain set of pixels in the neighborhood of the +corresponding input pixel. The effect is to eliminate locally extreme values. +Such pixels typically show up as speckles. + <p>See the <b>-type</b> and <b>-cutoff</b> options for information on how <b>pgmmedian</b> chooses between the two methods. + <H2 id="options">OPTIONS</H2> <DL COMPACT> @@ -102,6 +109,8 @@ Pitas, Prentice Hall, 1993 ISBN 0-13-145814-0 <A HREF="pgmnoise.html">pgmnoise</A>, <A HREF="pamaddnoise.html">pamaddnoise</A>, +<A HREF="pnmconvol.html">pnmconvol</A>, +<A HREF="pgmmorphconv.html">pgmmorphconv</A>, <A HREF="pgm.html">pgm</A> <h2 id="history">HISTORY</h2> |