登录
首页 » matlab » 稀疏分解图像去噪

稀疏分解图像去噪

于 2020-10-22 发布 文件大小:2120KB
0 317
下载积分: 1 下载次数: 84

代码说明:

  基于稀疏字典和稀疏编码的图像去噪算法,基于低秩约束的高光谱条纹噪声去除,包含论文及代码(Based on sparse dictionary and sparse coding image denoising algorithm, based on low rank constraints of hyperspectral fringe noise removal, including papers and code)

文件列表:

稀疏分解图像去噪
稀疏分解图像去噪\Codes
稀疏分解图像去噪\Codes\MILR_destripe.m
稀疏分解图像去噪\Codes\MParSet.m
稀疏分解图像去噪\Codes\NonPeriodical_Simulated.m
稀疏分解图像去噪\Codes\ParSet.m
稀疏分解图像去噪\Codes\Periodical_Simulated.m
稀疏分解图像去噪\Codes\SILR_destripe.m
稀疏分解图像去噪\Codes\SVD_shrink.m
稀疏分解图像去噪\Codes\Utilize
稀疏分解图像去噪\Codes\Utilize\Moment Matching
稀疏分解图像去噪\Codes\Utilize\Moment Matching\MeanDN.m
稀疏分解图像去噪\Codes\Utilize\Moment Matching\Moment_matching.m
稀疏分解图像去噪\Codes\Utilize\SGE
稀疏分解图像去噪\Codes\Utilize\SGE\SGE_Demo.m
稀疏分解图像去噪\Codes\Utilize\SGE\SGEdestripe.m
稀疏分解图像去噪\Codes\Utilize\TV
稀疏分解图像去噪\Codes\Utilize\TV\TV_Demon.m
稀疏分解图像去噪\Codes\Utilize\TV\TVdestripe.m
稀疏分解图像去噪\Codes\Utilize\UTV
稀疏分解图像去噪\Codes\Utilize\UTV\UTV_Demon.m
稀疏分解图像去噪\Codes\Utilize\UTV\UTVdestripe.m
稀疏分解图像去噪\Codes\Utilize\UTV\shrink.m
稀疏分解图像去噪\Codes\Utilize\WFAF
稀疏分解图像去噪\Codes\Utilize\WFAF\WFAF.m
稀疏分解图像去噪\Codes\Utilize\WFAF\adpative_FFT.m
稀疏分解图像去噪\Codes\cal_ssim.m
稀疏分解图像去噪\Codes\csnr.m
稀疏分解图像去噪\Codes\periodo.m
稀疏分解图像去噪\Codes\phiprimeover2x.m
稀疏分解图像去噪\Codes\pouxiantu.m
稀疏分解图像去噪\Codes\power_spectrum.m
稀疏分解图像去噪\Codes\soft_shrink.m
稀疏分解图像去噪\Images
稀疏分解图像去噪\Images\Original_band30.tif
稀疏分解图像去噪\Images\Terra band30.tif
稀疏分解图像去噪\Images\Terra33_fig8.tif
稀疏分解图像去噪\Images\ir_background.png
稀疏分解图像去噪\Images\multi-images.mat
稀疏分解图像去噪\test_destripe.m

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

发表评论

0 个回复

  • 720全景
    360全景 720全景 VR 360度 720度 全景 漫游 最新添加功能: 1 支持视频播放。 2 支持多个场景 3 支持更换图片(全景图外部链接,XML配置)。(360 Panoramic 720 Panoramic VR 360 Degree 720 Degree Panoramic Walkthrough Latest Add Function: 1 Supports Video Playing. 2 Support multiple scenarios 3 support replacing pictures (panoramic external links, XML configuration).)
    2020-11-26 15:09:31下载
    积分:1
  • tuxiangcaiji
    转辙机图像采集板区域参数设置上位机界面程序,转辙机通信协议,多项式拟合参数及阈值设置。(Switch machine image acquisition board area parameter set PC interface program, switch machine communication protocols, polynomial fitting parameters and the threshold value is set.)
    2014-07-07 19:01:26下载
    积分:1
  • Discrimination-Dictionary-Learning
    Metaface Learning for Sparse Fisher Discrimination Dictionary Learning for Sparse Representation
    2011-10-25 16:01:20下载
    积分:1
  • Meanshift
    A code of Meanshift algorithm
    2015-05-10 10:58:54下载
    积分:1
  • GaussianPyramid
    对灰度图像建立高斯金字塔,可以调整核的参数。(Establish Gaussian pyramid for gray-scale images to , you can adjust the reduce parameters.)
    2009-10-10 15:50:32下载
    积分:1
  • xibaofenge
    从一幅多个细胞的图像中,分割出单个的细胞,一个细胞一个小图。(more than one cell from the image, segmentation of individual cells, a cell a small map.)
    2006-08-25 16:19:36下载
    积分:1
  • 用来测试PDF签名的程序
    利用ItextSharp进行签名
    2015-04-13下载
    积分:1
  • kdfilter
    很好的点云滤波的文章,主要介绍了K-d树的滤波方法(Good point cloud filtering articles, Kd tree filtering method)
    2020-12-31 20:08:59下载
    积分:1
  • picture--chasing
    背景建模和前景分割的方式把运动车辆提取出来。并进行最近临关联,输出目标轨迹。 MeanShift运动目标跟踪 matlab程序 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。 这两种算法为处理图像跟踪的基本方法 (Background modeling and foreground segmentation the extracted moving vehicles. Pro associated output and the target locus. Target tracking matlab program MeanShift movement. Interception tracking the target matrix rect strike a tracking target weighted histogram hist1 3. Reads a video sequence, randomly take a with the rect large rectangular, calculate the weighted histogram hist2. 4. Calculate both the proportion of function, if the latter gap is too large to update the new center of the matrix Y conducted the iteration (MeanShift is a variable step size can be rapidly approaching the peak of the probability density) until certain conditions to stop. The basic method of these two algorithms for processing the image tracking)
    2012-11-12 16:44:21下载
    积分:1
  • VCPP-image-processing-chapter06
    VisualC++数字图像处理技术详解第2版光盘-第六章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VI)
    2016-04-16 13:34:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载