Show all scripts

Hybrid Median Filter

Category: Image Filters
Author:
Description: Filter to compute Median Hybrid Filtered image. An X-shaped 5x5 kernel is applied to the image and the median taken. A + - shaped 5x5 kernel is applied to the image and the median taken.The median of these two medians and the original image is then taken to produce the hybrid median. This filter smooths without moving edges
Acknowledgements: For an excellent overview of image processing methods and applications see 'The Image Processing Handbook' by john Russ
Script version: 2.0
DM/GMS version: 3.6.5
Script written as a function: No
Source: Show code
Download Source Code: Download
Download Zip File: Download