Path: Imaging/ImageProcessing
% Apply a median noise filter to an image. -------------------------------------------------------------------------- Form: MedianImageFilter; % demo iF = MedianImageFilter( i, m ) -------------------------------------------------------------------------- ------ Inputs ------ i (:,:) Grayscale image (double) m (1,1) Width of region for median computation ------- Outputs ------- iF (:,:) Processed image --------------------------------------------------------------------------
Imaging: ImageData/MoonAndStars Imaging: ImageProcessing/Imager Math: Linear/DupVect
Back to the Imaging Module page