登录
首页 » matlab » reconstruction_algorithms

reconstruction_algorithms

于 2020-08-13 发布 文件大小:41KB
0 331
下载积分: 1 下载次数: 124

代码说明:

  本代码主要给出了激光粒度仪颗粒散射光强分布以及4种粒度反演算法,以及4种算法之间的比较。四种反演算法为:TSVD、Chaine、Tikhonov和l1正则化。(The code gives the Zetasizer particle scattering intensity distribution, and four kinds of particle inversion algorithm, as well as a comparison between the four algorithms. Four kinds of inversion algorithm is: TSVD, Chaine, Tikhonov and l1 regularization.)

文件列表:

CHAINE_l1.m,5695,2012-12-18
csvd.m,721,2007-07-22
four algorithms_imp.asv,5886,2013-03-21
four algorithms_imp.m,5895,2013-03-21
gcv.m,4814,2007-08-03
gcvfun.m,287,2008-02-24
i_laplace.m,2169,2008-03-09
l1.m,2891,2011-08-26
l1_ls.m,8414,2008-04-10
l1_ls_nonneg.m,7985,2008-04-10
lagrange.m,1731,2007-07-23
lanc_b.m,2815,2007-07-30
lcfun.m,1273,2008-01-04
lsolve.m,887,2007-07-23
lsqi.m,5152,2007-08-06
lsqr_b.m,3795,2007-09-01
l_corner.m,7128,2007-08-06
l_curve.m,4680,2007-07-30
myfun.m,89,2010-11-05
plot_lc.m,1828,2007-07-30
powersim.asv,3309,2013-03-22
snr_cal.m,110,2011-09-28
spleval.m,559,2007-07-30
s_for_deviation.m,6598,2011-09-30
s_for_dev_tsvd.m,6793,2011-09-30
s_for_mean.m,5328,2011-09-28
tikhonov.m,3248,2007-07-30
Tikhonov_new.m,2620,2011-08-28
tsvd.m,864,2007-07-30

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

发表评论

0 个回复

  • repeatability_demo
    评价描述子的好坏,能给出重叠率、正确率和查错率等(Evaluation of descriptors)
    2014-01-16 16:44:05下载
    积分:1
  • 说明:  深度学习,读取二进制文件,识别手写数字。(Deep learning, reading binary files, recognizing handwritten numbers.)
    2020-03-25 11:47:00下载
    积分:1
  • lee-frost-kuan
    SAR图像的去噪,包含lee滤波器,frost滤波器,kuan滤波器,并且自己编写的信噪比函数(SAR image denoising, including lee filter, frost filter, kuan filter, and I have written a function of SNR)
    2020-10-20 21:07:24下载
    积分:1
  • 压缩感知中利用增广拉格朗日方程解最小稀疏正则化的恢复算法 DAL
    压缩感知中利用增广拉格朗日方程解最小稀疏正则化的恢复算法(DAL solves the dual problem of (1) via the augmented Lagrangian method (see Bertsekas 82). It uses the analytic expression (and its derivatives) of the following soft-thresholding operation, which can be computed for L1 and grouped L1 (and many other) sparsity inducing regularizers. If you are interested in our algorithm please find more details in our technical report or in my talk at Optimization for Machine Learning Workshop (NIPS 2009).)
    2011-04-25 10:19:38下载
    积分:1
  • Key_Technology_for_Image_Mosaics-
    提出一种基于特征点的运动场景图像拼接算法。基于相似变换消除选取在运动物体上的特征点,并使用RANSAC算法进行外点的剔除。在融合阶段,根据齐次变换矩阵求得对2幅图像的差异图像,并执行区域增长算法。从而分割出运动区域。使用一种分段映射算法生成全景图像。实验证明了算法的有效性。(A feature-based algorithm for image mosaics of 8c宅Iles with moving objects is pI.oposcd.The algorithm eliminates the feature points which arc selected in moving objects using similarity transform,and the outliers are eliminated using RANSAC algorithm.In the image blend phase,a difference of two images is created using homogeneous transformation matrix,and a region growth algorithm is implemented SO as to segment the movmg object region.A piecewise mapping algorithm for generating panoramic images is used.Experimental results show the effectiveness of the algorithm.)
    2014-04-25 09:17:35下载
    积分:1
  • FG
    说明:  交互式支持向量机图像分割程序,通过鼠标选取区域实现前景和背景选取(Interactive support vector machine image segmentation procedures, through the mouse to select regions of foreground and background selection)
    2012-03-10 18:49:03下载
    积分:1
  • yijie_HMM
    1阶HMM模型多个观察值序列的评估和训练问题模型。适合用于图像纹理的去噪,分割等问题。程序用于为网友提供学习之用,由于是自编自用,所以如有不通的地方仅供参考。另由于数据较大,没有上传。(Evaluation and Training of multiObservation sequence Used by 1-order HMM)
    2020-06-28 12:40:02下载
    积分:1
  • Saliency
    CVPR2013中出现的一种显著性特征检测算法,该算法用于模拟人眼视觉识别过程,提取图像中的显著性特征借后期目标对象的检测跟踪等使用,该算法(Context-Aware Saliency Detection。matlab implementation of an classical saliency detection alrogithm,which imitate our recognition process of eyes)
    2013-10-03 22:45:25下载
    积分:1
  • CT256
    该上传的256张CT图片是高质量的DICOME格式人类头骨的连续序列切片图,可直接用于医学三维重建或体绘制。(The upload of 256 CT images are of high quality DICOME form a continuous sequence of the human skull slice diagram can be directly used in medical 3D reconstruction or volume rendering.)
    2010-03-06 18:50:45下载
    积分:1
  • HU不变矩
    说明:  Hu不变矩的的一至七个矩的代码以及论文。matalb版本,可直接用。(Matlab Code of Hu Moment Invariant)
    2019-04-26 21:15:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载