登录
首页 » matlab » ImageDenoisingKSVD-master

ImageDenoisingKSVD-master

于 2019-06-06 发布 文件大小:2220KB
0 114
下载积分: 1 下载次数: 3

代码说明:

  采用K-SVD对图像进行去噪处理。可以对不同类型的图像进行去噪处理。(Image denoising using K-SVD)

文件列表:

ImageDenoisingKSVD-master, 0 , 2016-12-30
ImageDenoisingKSVD-master\LICENSE, 1077 , 2016-12-30
ImageDenoisingKSVD-master\README.md, 288 , 2016-12-30
ImageDenoisingKSVD-master\data, 0 , 2016-12-30
ImageDenoisingKSVD-master\data\barbara.png, 179018 , 2016-12-30
ImageDenoisingKSVD-master\data\brick-house.png, 441032 , 2016-12-30
ImageDenoisingKSVD-master\data\cameraman.png, 37874 , 2016-12-30
ImageDenoisingKSVD-master\data\lena.png, 474350 , 2016-12-30
ImageDenoisingKSVD-master\data\mandrill.png, 625834 , 2016-12-30
ImageDenoisingKSVD-master\data\peppers.png, 505668 , 2016-12-30
ImageDenoisingKSVD-master\src, 0 , 2016-12-30
ImageDenoisingKSVD-master\src\KSVD.m, 1520 , 2016-12-30
ImageDenoisingKSVD-master\src\OMP.m, 705 , 2016-12-30
ImageDenoisingKSVD-master\src\PSNR.m, 333 , 2016-12-30
ImageDenoisingKSVD-master\src\Project.m, 5924 , 2016-12-30
ImageDenoisingKSVD-master\src\RMSE.m, 193 , 2016-12-30
ImageDenoisingKSVD-master\src\SNR.m, 231 , 2016-12-30
ImageDenoisingKSVD-master\tools, 0 , 2016-12-30
ImageDenoisingKSVD-master\tools\CreateCurves.m, 55 , 2016-12-30
ImageDenoisingKSVD-master\tools\CreateXLS.m, 1076 , 2016-12-30
ImageDenoisingKSVD-master\tools\DrawRMSE.m, 267 , 2016-12-30
ImageDenoisingKSVD-master\tools\DrawSparsity.m, 824 , 2016-12-30
ImageDenoisingKSVD-master\tools\LoadImages.m, 803 , 2016-12-30
ImageDenoisingKSVD-master\tools\VisualizeDictionary.m, 773 , 2016-12-30
ImageDenoisingKSVD-master\tools\cropImages.m, 644 , 2016-12-30

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

发表评论

0 个回复

  • 像相似度计算方法集
    说明:  这个文件中包含了三种图像相似度的计算方法,分别是灰度分布计算方法、颜色分布直方图计算方法、还有结构相似度SSIM计算方法。(This file contains three image similarity calculation methods, namely, gray distribution calculation method, color distribution histogram calculation method, and structure similarity SSIM calculation method.)
    2020-05-19 18:14:28下载
    积分:1
  • PCB
    PCB板检测的大概流程如下:首先存储一个标准PCB板图像作为参考标准,然后将待检测的PCB板图像进行处理,比较与标准PCB图像的差异。根据差异的情况来判断缺陷类型。(The approximate process of PCB board detection is as follows: first, a standard PCB board image is stored as a reference standard, and then the PCB board image to be detected is processed to compare the difference between the standard PCB image and the standard image. The type of defect is judged according to the difference.)
    2021-04-27 17:28:44下载
    积分:1
  • faceddetect
    使用vs2012+opencv2.4.5做的人脸检测代码,可以实现对静态图像上人脸的检测(Use vs2012+ opencv2.4.5 do face detection code, you can achieve detection of static images of the human face)
    2014-09-30 17:15:12下载
    积分:1
  • imagegaoduchang
    能实现图像的分割和识别,能够区分开近似颜色区域的影响(this code can perform image crop and recongition)
    2020-06-25 00:00:02下载
    积分:1
  • radar-moving-target-simulation
    利用固定目标和运动目标之间速度的差别所引起的多普勒频移不同根据在动目标 显示和动目标检测中使用的各种滤波器去除固定杂波提取动目标的回波能够大大 改善在杂波背景下检测运动目标的能力仿真结果显示出很好的效果也给出了改善 因子与积累脉冲数间关系 (radar moving target simulation)
    2015-05-04 22:35:32下载
    积分:1
  • PS
    说明:  Matlab实现简单图形处理,包括灰度、亮度、对比度变化等功能(Implement Simple Graphics Processing with matlab. Equipped with the function of gray level,brighteness and contrast ratio transfotmation.)
    2019-01-11 21:18:33下载
    积分:1
  • texiao
    说明:  特效显示,交叉飞入等。。。来自VC++图像处理程序设计配套光盘(Effects show that such cross-fly. . . From the VC++ image processing program design supporting CD-ROM)
    2010-03-19 14:03:01下载
    积分:1
  • graphcuts
    简单的graph cut 算法,初学者适合(Simple graph cut algorithm for beginners)
    2020-09-14 16:57:56下载
    积分:1
  • oqtpht-analysis
    此程序为用于主成分分析的matlab程序,可以输出贡献率及画出二维散点图(This program for principal component analysis of matlab, can output contribution rate and draw a 2 d scatter plot)
    2017-05-18 02:59:40下载
    积分:1
  • PCA
    主成分分析 ( Principal Component Analysis , PCA )或者主元分析。是一种掌握事物主要矛盾的统计分析方法,它可以从多元事物中解析出主要影响因素,揭示事物的本质,简化复杂的问题。计算主成分的目的是将高维数据投影到较低维空间。给定 n 个变量的 m 个观察值,形成一个 n ′ m 的数据矩阵, n 通常比较大。对于一个由多个变量描述的复杂事物,人们难以认识,那么是否可以抓住事物主要方面进行重点分析呢?如果事物的主要方面刚好体现在几个主要变量上,我们只需要将这几个变量分离出来,进行详细分析。但是,在一般情况下,并不能直接找出这样的关键变量。这时我们可以用原有变量的线性组合来表示事物的主要方面, PCA 就是这样一种分析方法。(Principal component analysis (Principal Component Analysis, PCA) or PCA. Is a statistical method to grasp the principal contradiction of things, it can be resolved diverse things out the main factors, revealing the essence of things, simplifying complex problems. The purpose of calculating the main component of high-dimensional data is projected to a lower dimensional space. Given n variables of m observations, forming an n ' m of the data matrix, n is usually large. For a complex matters described by several variables, it is difficult to know, so if you can grab something to focus on key aspects of analysis? If the main aspects of things just reflected on several key variables, we only need to separate out these few variables, for detailed analysis. However, in general, does not directly identify this critical variables. Then we can represent the major aspects of things with a linear combination of the original variables, PCA is one such analysis.)
    2021-01-28 21:48:40下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载