-
OpenCV官方教程中文版(For Python)
说明: 官方出版的opencv教程,学习opencv必备。(Officially published opencv tutorials are essential for learning.)
- 2020-06-24 03:00:02下载
- 积分:1
-
monitor
matlab视频监控程序,10秒拍一张照片。(matlab video surveillance program, 10 seconds a photo shoot.)
- 2010-03-13 16:58:02下载
- 积分:1
-
growcut
这是关于图像区域生长的源码,希望对这方面的人有所帮助(This is on the source image region growing, I hope people in this area help)
- 2008-06-06 09:06:27下载
- 积分:1
-
二维最小均方误差TDLMS(主要用于小目标跟踪)
二维最小均方误差背景预测算法TDLMS,常用于目标检测,经实测,效果较好(Two dimensional minimum mean square error background prediction algorithm TDLMS, commonly used in target detection, measured, the effect is better)
- 2021-03-17 01:59:21下载
- 积分:1
-
matlab
图像噪点检测,去除难以区分的斑点噪声及平滑图像
双曲型差分(Image denoising and hyperbolic difference)
- 2018-10-18 15:41:14下载
- 积分:1
-
双树复小波分解+特征提取+输出Excel
说明: 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
- 2019-02-03 14:21:05下载
- 积分:1
-
独立分量分析
说明: 人脸识别的基于独立份量分析文章,英文原版,pdf格式。(an article about face recogoniton based on independent component analysis . original english edition,pdf format.
)
- 2005-09-25 10:17:54下载
- 积分:1
-
refactor
序列匹配c++实现,可以帮助理解序列匹配算法(Sequence matching c++ implementation can help to understand the sequence matching algorithm)
- 2014-02-15 20:38:24下载
- 积分:1
-
idl
包括影像预处理,叶绿素反演,水污染监测等功能(Including image preprocessing, water pollution monitoring and other functions)
- 2020-11-09 17:09:47下载
- 积分:1
-
均值滤波和中值滤波.doc
均值滤波和中值滤波
图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两方面存在矛盾。本文首先对不同均值滤波器在处理不同噪声方面的优缺点进行了分析,然后分别用中值滤波器和自适应中值滤波器对被椒盐噪声污染的图像进行了滤波操作,发现自适应中值滤波方法不仅可以有效滤波椒盐噪声,同时还可以有效地克服中值滤波器造成图像边缘模糊的缺点。(Mean filtering and median filtering)
- 2018-07-25 20:36:03下载
- 积分:1