登录
首页 » matlab » 图像去噪方法

图像去噪方法

于 2021-04-06 发布
0 152
下载积分: 1 下载次数: 3

代码说明:

说明:  内含多种图像去噪的方法,包括高斯,椒盐噪声等问题(Contains a variety of image denoising methods, including Gaussian, salt and pepper noise and other issues)

文件列表:

xubiniq\pout.tif, 69004 , 2009-04-13
xubiniq\xubiniq.asv, 2496 , 2010-01-07
xubiniq\xubiniq.docx, 14103 , 2010-01-07
xubiniq\xubiniq.m, 2520 , 2010-01-11
xubiniq\课程设计任务书xubiniq.doc, 974336 , 2010-01-12
xubiniq, 0 , 2010-01-12

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

发表评论

0 个回复

  • optical_flow
    基于相位和Lucas Kanade方法的光流计算matlab源程序。(Based on the phase and Lucas Kanade optical flow calculation methods matlab source.)
    2008-06-03 10:34:01下载
    积分:1
  • MeanShiftcode
    说明:  mean shift 算法用于目标跟踪,其中有4个文件.(mean shift algorithm for target tracking, including four documents.)
    2008-11-26 16:27:21下载
    积分:1
  • Demo_for_Windows-master
    SDK_key: 人脸追踪(FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn 人脸检测(FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYyzGARH6wVoTVw 人脸识别(FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhgJYHd5xAsFig3 年龄识别(Age) Key 5qTrdeA43zdBXJZt7HM1x1xPHL78Ekcog6LU5iNCCNLj 性别识别(Gender) Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHHcbTHHP9VuHLX1rf 此处APP_Id与SDK_Key仅适用于ArcFace v1.1, 不适用于其他版本。(DK_key: Face Tracking (FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn Face Detection (FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYzGARH6wVoTVw Face Recognition (FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhg JYHd5xAsFig3 Age Identification (Age) Key 5qTrde A43zdBXJZt7HM1x1xPHL78Ekcog 6LU5iNCCNLj Gender Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHcbTHHP9VuHLX1rf Here APP_Id and SDK_Key are only applicable to ArcFace v1.1, not to other versions.)
    2019-03-07 20:03:15下载
    积分:1
  • read_envi_image
    IDL中用于读取ENVI格式的遥感卫星影像数据的IDL程序(IDL, ENVI format for reading remote sensing image data on the IDL)
    2013-11-01 09:51:07下载
    积分:1
  • CS_Lenabmp
    BCS代码稀疏重构Lena.bmp图像,包中含有代码和图片本身,题主给了一定注释,便于CS初学者学习(BCS code sparsely reconstructs Lena. BMP image. The package contains code and image itself. The theme is given a certain comment, which is convenient for CS beginners to learn.)
    2020-06-23 04:20:01下载
    积分:1
  • CWIMATIFUS
    关于图像融合的工具箱,从国外网站上找到的,很好用,可以作为对比实验时使用。包含一些需要处理的源图像。(On image fusion toolbox, from abroad to find the site, very good, and can be used as a comparative experiment. Contains a number of source images need to be addressed.)
    2008-04-12 11:18:50下载
    积分:1
  • susan-
    基于SUSAN特征检测算子的边缘提取,添加图片即可运行,可自行根据图片特征设置参数得到较好的边缘检测效果(Edge detection feature extraction SUSAN operator, add images to run, you can set your own parameters to get a better edge detection based on image characteristics)
    2016-03-31 10:02:02下载
    积分:1
  • 基于MATLAB的信息隐藏算法研究与实现_陈小娥
    采用 MATLAB 开发环 境,提出了一种图像信息隐藏算法,实现了图像信息隐藏的两大基本功能,即信息的嵌入和信息的提取.同 时,模拟常见的攻击方法,验证了添加隐藏信息后的图像的抗攻击能力(Using MATLAB to develop the environment, an image information hiding algorithm is proposed, which realizes two basic functions of image information hiding, i.e. information embedding and information extraction. At the same time, common attack methods are simulated to verify the anti-attack capability of the image added with hidden informati)
    2021-03-13 14:49:24下载
    积分:1
  • hongmo2
    说明:  进一步讨论怎么样进行虹膜眼睛的位置确认,区域生长法确定内圆轮廓(To further discuss how to confirm the position of the iris eye and determine the inner circle contour by region growth method)
    2019-04-01 14:09:10下载
    积分:1
  • matlab实验程序
    说明:  (1)利用matlab函数进行噪声模拟,并用matlab自带函数进行图像滤波。 (2)利用给定图像自己编程实现使用均值滤波器、中值滤波器对不同强度的高斯噪声和椒盐噪声,进行滤波处理,并对结果进行评价分析,并解释结果。 (3)自己编程实现laplacian算子图像的处理,实现图像增强;编程实现sobel算子对图像边缘提取。将结果与matlab自带函数计算结果比较。 (4)利用模糊处理对图的灰度值进行改变实现灰度增强,并与直方图均衡结果比较((1) Matlab function is used to simulate noise, and Matlab function is used to filter image. (2) Using the given image, we use the mean filter and median filter to filter the Gaussian noise and salt and pepper noise with different intensities, evaluate and analyze the results, and interpret the results. (3) The image processing of Laplacian operator and image enhancement are realized by programming Sobel operator is used to extract image edge. The results are compared with those of MATLAB. (4) Fuzzy processing is used to change the gray value of the image to achieve gray enhancement and balance with histogram)
    2020-07-19 14:29:09下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载