VXMEDIAN

VisionX V4
NAME

vxmedian − comptues pseudo-median 3x3x3 filter to a 3 dimensional image.

SYNOPSIS

semimedianfilter if=<ifile> of=<ofile>

DESCRIPTION

vxmedian applies a pseudo-median filter by first appling a length 3 median filter in the x direction, then a length 3 median filter in the y direction, and finally a length 3 median filter in the z direction.

CONSTRAINT

Input file must be of type short.

OPTIONS

if=

input image

of=

output image

SEE ALSO AUTHOR

J. Padgett A.P. Reeves