-
均值滤波和中值滤波.doc
均值滤波和中值滤波
图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两方面存在矛盾。本文首先对不同均值滤波器在处理不同噪声方面的优缺点进行了分析,然后分别用中值滤波器和自适应中值滤波器对被椒盐噪声污染的图像进行了滤波操作,发现自适应中值滤波方法不仅可以有效滤波椒盐噪声,同时还可以有效地克服中值滤波器造成图像边缘模糊的缺点。(Mean filtering and median filtering)
- 2018-07-25 20:36:03下载
- 积分:1
-
Sparse_Lowrank Denoise
稀疏低秩去噪的MATLAB代码,包括OMP算法与KSVD算法(Sparse low rank denoising MATLAB codes, including OMP algorithm and KSVD algorithm)
- 2018-07-01 21:17:14下载
- 积分:1
-
bezier曲面
bezier曲面的生成算法(Algorithm)
- 2004-12-21 23:18:00下载
- 积分:1
-
3Dtext
3Dtext visual basic代码(3Dtext visual basic code)
- 2008-04-27 00:45:24下载
- 积分:1
-
Histogram
说明: 图像处理;直方图;matlab自带函数和自己写的函数(Image processing; histogram; MATLAB functions and their own written functions)
- 2020-09-04 09:57:59下载
- 积分:1
-
JPEG_DECODE
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。(The decoder class support common JPEG file format, which is currently the most JPEG files in the format and the main characteristics of this format is data for 8-bit precision, using Huffman coding DCT common frame (does not support extended serial and progressive model and arithmetic coding). The decoder of the IDCT algorithm uses three modes, respectively, floating-point decoding, fixed-point integer decoding and fixed-point integer MMX optimization, you can choose according to the specific circumstances.)
- 2021-04-29 14:38:42下载
- 积分:1
-
jpg
c源代码 图象的压缩编码,JPEG压缩编码标准
功能是行程编码,JPEG压缩编码(基本系统)(c code, function: jpeg stand for image show)
- 2014-01-04 19:47:26下载
- 积分:1
-
Color-gamut-calculation
根据输入的色坐标自动计算出色域,并标注在CIE-1931色度图上.(Automatically calculate based on the input color coordinates of the gamut, and marked in the CIE-1931 chromaticity diagram....
)
- 2012-02-24 12:45:07下载
- 积分:1
-
gradient_palette
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL (OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL)
- 2008-08-18 13:59:22下载
- 积分:1
-
Face-Eye-Detection
此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG等等(This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of skin are separated. Attachment of documents including eyematch.m, eyematch2.m, face.m, findeye.m, skin.m, k001.JPG and so on)
- 2021-05-12 20:30:02下载
- 积分:1