登录
首页 » matlab » radondeblurring

radondeblurring

于 2009-01-08 发布 文件大小:149KB
0 225
下载积分: 1 下载次数: 182

代码说明:

  基于RADON变换的。运动模糊处理,其中程序请按说明使用(Based on the RADON transform. Motion blur processing, in which procedures follow the instructions to use)

文件列表:

radon deblurring
................\cameraman.tif
................\radon_trans.m
................\radon_trans_cal.m
................\RestoreTools
................\............\Classes
................\............\.......\@kronMatrix
................\............\.......\...........\cond.m
................\............\.......\...........\ctranspose.m
................\............\.......\...........\diag.m
................\............\.......\...........\display.m
................\............\.......\...........\kron.m
................\............\.......\...........\kronMatrix.m
................\............\.......\...........\length.m
................\............\.......\...........\max.m
................\............\.......\...........\mldivide.m
................\............\.......\...........\mpower.m
................\............\.......\...........\mtimes.m
................\............\.......\...........\plus.m
................\............\.......\...........\private
................\............\.......\...........\.......\build_toep.m
................\............\.......\...........\.......\kron_mtimes.m
................\............\.......\...........\.......\left_mtimes.m
................\............\.......\...........\.......\parsesubs.m
................\............\.......\...........\.......\psf2kron.m
................\............\.......\...........\.......\right_mtimes.m
................\............\.......\...........\size.m
................\............\.......\...........\subsasgn.m
................\............\.......\...........\subsref.m
................\............\.......\...........\svd.m
................\............\.......\...........\times.m
................\............\.......\...........\transpose.m
................\............\.......\...........\uminus.m
................\............\.......\...........\uplus.m
................\............\.......\@multiPsfMatrix
................\............\.......\...............\ctranspose.m
................\............\.......\...............\get.m
................\............\.......\...............\mtimes.m
................\............\.......\...............\multiPsfMatrix.m
................\............\.......\...............\set.m
................\............\.......\...............\subsref.m
................\............\.......\@psf
................\............\.......\....\display.m
................\............\.......\....\fieldcount.m
................\............\.......\....\get.m
................\............\.......\....\imagesc.m
................\............\.......\....\imshow.m
................\............\.......\....\log.m
................\............\.......\....\mesh.m
................\............\.......\....\private
................\............\.......\....\.......\findCenter.m
................\............\.......\....\psf.m
................\............\.......\....\set.m
................\............\.......\....\size.m
................\............\.......\....\subsasgn.m
................\............\.......\....\subsref.m
................\............\.......\@psfMat2
................\............\.......\........\ctranspose.m
................\............\.......\........\get.m
................\............\.......\........\mldivide.m
................\............\.......\........\mtimes.m
................\............\.......\........\private
................\............\.......\........\.......\findCenter2.m
................\............\.......\........\psfMat2.m
................\............\.......\........\set.m
................\............\.......\........\subsref.m
................\............\.......\........\svd.m
................\............\.......\@psfMatrix
................\............\.......\..........\ctranspose.m
................\............\.......\..........\get.m
................\............\.......\..........\kronApprox.m
................\............\.......\..........\minus.m
................\............\.......\..........\mrdivide.m
................\............\.......\..........\mtimes.m
................\............\.......\..........\plus.m
................\............\.......\..........\private
................\............\.......\..........\.......\adjustPsfSize.m
................\............\.......\..........\.......\APlusAtranspose.m
................\............\.......\..........\.......\buildHank.m
................\............\.......\..........\.......\build_toep.m
................\............\.......\..........\.......\constructMatrix.m
................\............\.......\..........\.......\dct_svd.m
................\............\.......\..........\.......\eregion_indices.m
................\............\.......\..........\.......\fft_svd.m
................\............\.......\..........\.......\imageSize.m
................\............\.......\..........\.......\invariantMultiply.m
................\............\.......\..........\.......\issymmetric.m
................\............\.......\..........\.......\kron_svd.m
................\............\.......\..........\.......\multiplyOneRegion.m
................\............\.......\..........\.......\onePsfMatrix.m
................\............\.......\..........\.......\partition_info.m
................\............\.......\..........\.......\reflexKronApprox.m
................\............\.......\..........\.......\region_indices.m
................\............\.......\..........\.......\tregion_indices.m
................\............\.......\..........\.......\variantMultiply.m
................\............\.......\..........\.......\variantTransposeMultiply.m
................\............\.......\..........\.......\zeroKronApprox.m
................\............\.......\..........\psfMatrix.m
................\............\.......\..........\set.m
................\............\.......\..........\size.m

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

发表评论

0 个回复

  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分:1
  • images
    是图像处理中常用的测试图库,非常实用,如lena图片, 青椒图片,以及zelda图片等(is the test pictures used in image processing very useful)
    2014-12-05 10:47:48下载
    积分:1
  • Gaussian-filtering
    该文件包含高斯高通滤波的源代码和高斯低通滤波的源代码,可以运行,效果很好(Gaussian high-pass filter Gaussian low-pass filtering )
    2015-03-06 16:11:30下载
    积分:1
  • Wavelet_SL0
    压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为SL0算法,对256*256的lena图处理,比较原图和SL0算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间 (Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matrix and SL0 algorithm as the reconstruction algorithm. Compare lena figure and the reconstruction results using SL0 algorithm at different sampling ratio (0.74,0.50.3),then each runs 50 times, compare the performance of PSNR and each running time)
    2020-09-10 15:08:00下载
    积分:1
  • robort
    机器人的轨迹跟踪程序,修改参数可以重新建立自己想要的模型,可以看到末端轨迹的运动画面。(Robot trajectory tracking program, you can modify the parameters to re-establish the model you want, you can see the end of the trajectory of the moving picture.)
    2017-03-13 11:47:29下载
    积分:1
  • _articles
    超分辨率图像处理方面的论文,很不错,可以看看(Super-resolution image processing papers, very good, you can take a look at)
    2014-12-01 10:56:25下载
    积分:1
  • hog_matlab
    hog 特征 基于matlab的 RGB提取(realize the hog feature)
    2019-04-02 09:57:26下载
    积分:1
  • POCS-SuperResulution
    本程序主要实现低分辨率图像的超分辨率重建,有助于我们理解图像重建的过程和原理(This procedure is mainly to achieve super-resolution reconstruction of low-resolution images help us understand the process and principles of image reconstruction)
    2021-03-03 10:09:33下载
    积分:1
  • Change Detection Code
    遥感影像变化检测算法(IR-MAD、MAD、CVA、PCA)(change detection method(IR-MAD MAD CVA PCA))
    2018-05-24 09:25:01下载
    积分:1
  • kalmannew
    kalman是视频跟踪的几本算法,本算法就是一个kalman的很好的应用例子!(video tracking kalman several algorithms, this algorithm is an application of kalman good example!)
    2008-04-08 21:23:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载