摘 要本文以 VC++6.0 做为编程语言,对图像降噪技术进行讨论。本文通过介绍位图的基本操作以与在图像中加入椒盐噪声的操作,从而进一步引出几种降噪方法。本文分别介绍“均值滤波”、“中值滤波”以与“傅里叶降噪”和“小波降噪”四种算法,实现图像降噪。详细介绍了其基本原理、实现方法以与具体算法,并对降噪效果加以比较与分析。“均值滤波”把每个像素都用周围的 8 个像素来做均值操作,可以平滑图像,速度快,算法简单。“中值滤波”是常用的非线性滤波方法 ,也是图像处理技术中最常用的预处理技术。同时在“低通滤波”与“小波降噪”中分别引入“快速傅里叶变换”和“Mallat 算法”,使得其取得更快速的计算,有效地解决了其计算量太大,运算时间过长的弊端,从而达到更好的综合降噪效果。关键词:图像降噪;滤波;傅里叶降噪;小波降噪AbstractTaking VC++6.0 as the programming language, this paper is a study about image noise reduction technology. Furthermore, introducing several noise reducing measures through the introduction of the basic processing and the operation to put the salt and pepper noise into the image.The paper introduces Averaging Filter, Median Filter,Fourier Lowpass Filtering and Wavelet Filter to achieve image noise reducing. Here we introduce the basic principles, implement methods, detailed arithmetic, and make comparison and analysis the noise reducing effects.Averaging Filter operates every pixel by using 8 pixels meanly. It can make the images smoothing, fast and easy to calculate. Median Filter Fourier is a common nonlinear filtering way and also common preprocessing technique when processing images. Introducing FFT and Mallat Algorithmseparately into Lowpass Filtering and Wavelet Filter, and then we can make faster calculating and solve the massive calculating more efficiently. Therefore, we can have a more effective noise reducing.Keywords:Image Noise Reduction;Filter;FourierFilter;Wavelet filter毕业设计(论文)原创性声明和使用授权...