Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
pnmsmooth(1)
Edit
PageHistory
Diff
Info
LikePages
pnmsmooth !!!pnmsmooth NAME SYNOPSIS DESCRIPTION OPTIONS SEE ALSO AUTHORS ---- !!NAME pnmsmooth - smooth out an image !!SYNOPSIS __pnmsmooth__ [[__-size__ ''width height''] [[__-dump__ ''dumpfile''] [[''pnmfile''] !!DESCRIPTION Smooths out an image by replacing each pixel with the average of its width X height neighbors. It is implemented as a C progam that generates a PGM convolution matrix and then invokes ''pnmconvol''. !!OPTIONS __-size width height__ Specifies the size of the convolution matrix. Default size is a 3x3 matrix. Width and height sizes must be odd. Maximum size of convolution matrix is limited by the maximum value for a pixel such that (width * height * 2) must not exceed the maximum pixel value. __-dump dumpfile__ Generates and saves the convolution file only. Use of this option does not invoke pnmconvol. !!SEE ALSO pnmconvol(1), pnm(5) !!AUTHORS Copyright (C) 1989, 1991 by Jef Poskanzer. Converted from script to C program December 1994 by Mike Burns (burns@chem.psu.edu). ----
11 pages link to
pnmsmooth(1)
:
pbmfilters(1)
pbmmask(1)
pgmcrater(1)
pgmkernel(1)
pnm(5)
pnmalias(1)
pnmconvol(1)
pnmenlarge(1)
pnmscale(1)
ppmshadow(1)
Man1p
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.