登录
首页 » matlab » 基于形态学的权重自适应图像去噪

基于形态学的权重自适应图像去噪

于 2021-03-25 发布
0 196
下载积分: 1 下载次数: 9

代码说明:

说明:  图像处理案例,本程序是用matlab基于形态学的权重完成自适应图像去噪功能(Image processing case, this program is based on the weight of MATLAB morphology to complete adaptive image denoising function.)

文件列表:

2基于形态学的权重自适应图像去噪\ErodeList.m, 371 , 2014-12-29
2基于形态学的权重自适应图像去噪\GetRateList.m, 305 , 2014-12-29
2基于形态学的权重自适应图像去噪\GetRemoveResult.m, 209 , 2014-12-29
2基于形态学的权重自适应图像去噪\GetStrelList.m, 271 , 2014-12-29
2基于形态学的权重自适应图像去噪\images\im.jpg, 792139 , 2014-03-18
2基于形态学的权重自适应图像去噪\main.m, 1219 , 2014-12-29
2基于形态学的权重自适应图像去噪\PSNR.m, 315 , 2014-12-29
2基于形态学的权重自适应图像去噪\images, 0 , 2021-03-24
2基于形态学的权重自适应图像去噪, 0 , 2021-03-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SVD
    基于SVD的图像复制粘贴篡改检查算法源代码,仅供参考(svd-based image copy and paste tamper check algorithm source code, for reference only)
    2017-03-13 23:48:06下载
    积分:1
  • SWT
    平稳移不变小波变换,及图像去噪应用,PSNR, SSIM图像质量评估(stationary wavelet for image denoising)
    2011-06-24 12:58:20下载
    积分:1
  • AForge(识别) 识别扑克牌中的字以及状 例子源码下载
    识别结果详见下图,识别图像不错的例子
    2015-04-29下载
    积分:1
  • pcnn
    利用脉冲耦合神经网络(pcnn)实现图像滤波的源程序,已经过测试。(Using pulse coupled neural networks (pcnn) the realization of the source image filtering, has been tested.)
    2008-12-09 15:06:58下载
    积分:1
  • Nonsubsampled-Contourlet-Transform
    非下采样contourlet相关去噪,论文程序,包括非下采样contourlet变换工具箱,已通过仿真(Related denoising nonsubsampled contourlet paper program, including non-sampling contourlet transform toolbox has been through the simulation)
    2012-08-10 21:30:38下载
    积分:1
  • frame_diff_matlab
    基于帧差法的运动目标检测的matlab代码,先读取avi视频,提取每帧图片,进行目标跟踪。 (Read avi video, extract each frame image, and target tracking)
    2012-04-01 10:33:59下载
    积分:1
  • VIBE
    VIBE用于视频背景建模,经典算法,C++和matlab代码都有,文件是全的。(VIBE for video background modeling, classical algorithms, C++ and matlab code has a file is complete.)
    2020-09-20 16:27:53下载
    积分:1
  • LBP1
    用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。(With lbp achieve texture feature extraction and classification Description: A total of three m files, one is lbp.m, store the main lbp algorithm, One is getmapping, helper functions for doing arithmetic, One is lbptest.m, kept the test code. These three documents need to put the same folder, and add the appropriate folder, pictures, See lbptest.m specific name of the picture of the code, run lbptest.m can view the results. Finally renderings code These three documents are the most traditional LBP method, there are 256 kinds.)
    2013-10-21 17:09:14下载
    积分:1
  • yu-chu-li
    P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 (P0301: digital image data matrix display and Fourier Transform P0302: two-dimensional discrete cosine transform image compression P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization P0305: Simulation images by white Gaussian noise and salt and pepper noise P0306: 2D median filtering function medfilt2 right by Salt and Pepper image noise filtering P0307: using MATLAB functions filter2 of noise images mean filtering P0308: Image Adaptive Filter Weiner P0309: use five different gradient Enhancement Act for image sharpening P0310: Images of the high-pass filtering and mask handling P0311: use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing P0312: use Butterworth ( Butterworth) high-pass filter for image sharpening)
    2013-10-30 10:12:55下载
    积分:1
  • CV-model-source-code
    CV模型源代码, 用水平集进行图像分割。一个经典的算法。(matlab source code of CV model)
    2011-06-30 22:06:21下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载