Documentation for the program "ppmadapmedian" =============================================== PURPOSE --------- This operator performs an adaptive scalar median smoothing on PPM 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: ppmadapmedian [+v|-v] [-3|-5|-7|-9] 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 file1 : PPM-file, source file2 : PPM-file, destination EXAMPLES ---------- ppmadapmedian -5 Temp:Noisy.PPM Temp:Adapmedian.PPM PLANS ------- None. (Maybe someone detects an error ?) HISTORY --------- Version 1.05, 31.Jan.98 - new includes Version 1.04, 19.Jan.98 - source code optimized Version 1.03, 05.Dec.97 - first release