
                Documentation for the program "pgmmaximin"
               ============================================


                                  PURPOSE
                                 ---------

This operator performs maximin smoothing on PGM images.

ENGLISH: Please read the file "noise.english.txt" for further information
         about the archives contents, the installation, the copyright
         notice and the author.

DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
         Informationen bezüglich des Archivinhalts, der Installation, der
         Copyright-Notiz und des Autors.


                           START OF THE PROGRAM
                          ----------------------

Syntax: pgmmaximin [+v|-v] [-3|-5|-7|-9] [-p|-h|-e] file1 file2

Options:

+v      : use verbose-mode (default)
-v      : no verbose-mode

-3      : filter size: 3x3 (default)
-5      : filter size: 5x5
-7      : filter size: 7x7
-9      : filter size: 9x9

-p      : mask: plus shaped (default)
-h      : mask: horizontal only
-e      : mask: vertical only

file1   : PGM-file, source
file2   : PGM-file, destination


                                 EXAMPLES
                                ----------

pgmmaximin -5 -p Temp:Noisy.PGM Temp:Maximin.PGM


                                   PLANS
                                  -------

None. (Maybe someone detects an error ?)


                                  HISTORY
                                 ---------

Version 1.01, 30.Jan.98
- new includes
- source code optimized

Version 1.00, 10.Dec.97
- first release

