Help for MEDIMG
PURPOSE
This program will create an output image consisting
of pixels that are the median from the input images.
Other functions are available such as mean, sigma,
variance, min, and max. Otherwise specifed, sigma
and variance will always output as a real image.
The nl, ns, and formats of the input images should
be the same and will be used for the output image.
REVISIONS
2022-08-10 B. Crocco afids to opensource (untested)
PARAMETERS:
INP
Input image files
OUT
Output image file
MID
If even number of input images
this allows the user to choose
the upper or lower index value
as the median. If function is
not median, then null.
FUNC
Specifies which statistical
function to apply for the
output image.
OUTFMT
Specifies the output format.
Ouput format is determined:
1 - outfmt parameter
2 - sig, var will output as
real image
3 - default to first input
image format
.END
See Examples:
Cognizant Programmer: