登录
首页 » matlab » CSR_IR

CSR_IR

于 2012-10-16 发布 文件大小:2415KB
0 197
下载积分: 1 下载次数: 338

代码说明:

  这是基于稀疏表示的图像重建,用来做图像去模糊或超分辨,绝对可以用(Sparse Representation for Image Restoration)

文件列表:

CSR_IR
......\Data
......\....\Deblurring_test_images
......\....\......................\barbara.tif,66386,2009-03-16
......\....\......................\boats.tif,66282,2009-02-26
......\....\......................\Butterfly.tif,197042,2009-10-28
......\....\......................\cameraman.tif,65722,2009-02-05
......\....\......................\house.tif,65722,2009-01-19
......\....\......................\leaves.tif,197042,2010-05-12
......\....\......................\lena256.tif,76892,2007-11-17
......\....\......................\Parrots.tif,197042,2009-10-28
......\....\......................\peppers.tif,65798,2003-06-07
......\....\SR_test_images
......\....\..............\bike.tif,197042,2010-05-12
......\....\..............\Butterfly.tif,197042,2009-10-28
......\....\..............\flower.tif,197042,2010-07-07
......\....\..............\girl.tif,197804,2009-10-23
......\....\..............\hat.tif,197042,2010-07-07
......\....\..............\Parrots.tif,197042,2009-10-28
......\....\..............\Parthenon.tif,402782,2009-10-23
......\....\..............\plants.tif,197042,2010-07-25
......\....\..............\raccoon.tif,293850,2009-10-23
......\Image_Deblurring.m,3388,2011-09-05
......\Image_Superresolution.m,2706,2011-09-05
......\Readme.txt,426,2011-09-05
......\Results
......\.......\Deblurring_results
......\.......\..................\CSR_Butterfly.tif,198558,2011-09-05
......\.......\SR_results
......\.......\..........\CSR_Butterfly.tif,201902,2011-09-04
......\Utilities
......\.........\Add_noise.m,191,2009-10-26
......\.........\Block_matching.m,1858,2011-09-05
......\.........\Blur.m,2081,2009-12-27
......\.........\cal_ssim.m,6372,2010-04-15
......\.........\csnr.m,501,2010-04-14
......\.........\CSR_Deblurring.m,6409,2011-09-05
......\.........\CSR_Regularization.m,3947,2011-09-05
......\.........\CSR_Superresolution.m,6612,2011-09-05
......\.........\Generate_blur_image.m,1896,2011-02-24
......\.........\getpca.m,442,2010-12-14
......\.........\KMeans_PCA.m,5177,2011-09-05
......\.........\Proc_cls_idx.m,192,2010-05-09
......\.........\Set_blur_matrix.m,1536,2010-05-08
......\.........\soft.m,119,2009-09-24

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

发表评论

0 个回复

  • waveenhace
    说明:  小波变换图像增强,经过matlab6.0测试,放心可用(Wavelet image enhancement, after matlab6.0 testing, confidence can be)
    2011-03-03 13:03:11下载
    积分:1
  • zz
    说明:  实现机器视觉双目标定,三维重建等算法,具有很好地擦考价值( Robot with two cameras to switch recognition system. (Note that not binocular vision) and the reference used opencv1.0 cmv. )
    2012-10-28 17:09:47下载
    积分:1
  • MeanShift2
    meanshift算法的python实现 + 图像化显示(meanshift with python)
    2018-05-29 15:13:58下载
    积分:1
  • ssim_index
    基于相似度的图像质量评价算法Structural SIMilarity (SSIM) index的实现。(This is an implementation of the algorithm for calculating the Structural SIMilarity (SSIM) index between two images. Please refer to the following paper: Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, "Image quality assessment: From error visibility to structural similarity" IEEE Transactios on Image Processing, vol. 13, no. 4, pp.600-612, )
    2009-06-06 17:19:40下载
    积分:1
  • check_form
    表單驗證 調用為 onBlur=checkform(fname1,fname2,types,value1,value2) 輸入框的驗證 onSubmit subt(this.id) 表單提交時的驗證 兩者需要一起使用 fname1=驗證的項目名 fname2=驗證的副項目名 types=驗證的方式 value1=驗證的值1 value2=驗證的值2 驗證的方式值:(多驗證方式用"|"分割 例: 1|2|3) 0.該值不能為空! 1.您輸入太短了!不能小於value1字符 2.您輸入太多了!不能超過value2字符! 3.你的兩次密碼不一至,請驗證! 4.您的輸入與要求不相符,該輸入只能在value1~value2之間! 5.您輸入的E_mail不正確!請重新輸入! 6.只能為數字 */(calling for the certification form onBlur = checkform (fname1. fname2, types, value1, value2) input box test onSubmit subt (this.id) at the time of submission of the form Taken together need to verify the use of the test fname1 = fname2 = projects were validated by the deputy project were typ es = verifiable means value1 = the value of a certification value2 = 2 certification test the value of values : (multi-authentication "|" segmentation cases : 1 | 2 | 3) 0. The value can not be empty! 1. Your input is too short! value1 not less than two characters. You lose into too many! not more than value2 characters! 3. your password twice to different, Please validation! 4. Your input is not in line with requirements, The importation of only between value1- value2! 5. E_mail you enter )
    2006-12-04 13:01:16下载
    积分:1
  • HW3
    熟悉图像的频域滤波算法、灰度图经FFT 后变到频域、噪声及移除(Familiar image of the frequency domain filtering algorithm, after the change to grayscale by the FFT frequency domain, noise and removed)
    2020-12-20 10:09:09下载
    积分:1
  • Spatial-filtering-of-the-image
    图像处理的空域滤波增强部分程序代码的编写(Spatial filtering of the image processing, enhanced part of the program code is written)
    2012-05-25 09:52:29下载
    积分:1
  • ttlbq
    同态滤波器 作用:消除不均匀照度的影响, 增强图象细节。(Filter function with the state: to eliminate the impact of uneven illumination, enhanced image detail.)
    2021-03-20 10:29:18下载
    积分:1
  • raw2rgb
    读取raw图,并转换为rgb图,显示转换后的rgb图(Figure raw read and convert rgb showing the converted diagram rgb)
    2021-02-05 10:59:57下载
    积分:1
  • psnr
    求图像峰值信噪比,可以用于图像质量的评估。(Peak signal to noise ratio for images that can be used for image quality assessment.)
    2008-05-26 16:28:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载