中文说明:下面的matlab代码是矢量中值滤波的完整实现,用于去除传输过程中图像中的脉冲噪声。有各种类型的滤波技术可用于过滤出损坏的图像和向量中值滤波是其中一种最好的技术,我们必须过滤图像。这里的代码在几个参数上进行了测试,并通过将原始图像分解为rgb分量给出了彩色图像的滤波结果。
English Description:
The following matlab code is a complete implementation of vector median filter which is used to remove the impulse noise which gets added in an image while transmission. There are various types of filter techniques available to filter out the corrupted image and vector median filter is one of those best techniques we have to filter images. The code here is tested on several parameters and gives out filtered result of a coloured image by breaking the original image into rgb components.