登录
首页 » matlab » public_code_ST

public_code_ST

于 2016-11-29 发布 文件大小:916KB
0 239
下载积分: 1 下载次数: 15

代码说明:

  结构张量来进行自适应正则化图像重建,单幅图像重建(Structure tensor adaptive regularized image reconstruction, a single image reconstruction)

文件列表:

public_code_ST
..............\.DS_Store,10244,2016-04-15
..............\CS_public_code.m,2199,2016-04-14
..............\deblurring_public_code.m,1916,2016-04-15
..............\denoising_public_code.m,1540,2016-04-14
..............\example_CS_N128_radial15.mat,197590,2016-04-14
..............\example_CS_N128_radial45.mat,257468,2016-04-14
..............\example_denoising_N128_sigma10%.mat,151880,2016-04-14
..............\example_denoising_N128_sigma5%.mat,151580,2016-04-14

..............\MRImask.m,543,2012-02-24
..............\readme.txt,2657,2016-04-15
..............\reconstruction
..............\..............\.DS_Store,6148,2016-04-14
..............\..............\CS_dHubJ_PD.m,4260,2014-08-15
..............\..............\CS_DHub_PD.m,2780,2014-08-15
..............\..............\deblurring_dHubJ_PD.m,4190,2014-08-15
..............\..............\deblurring_DHub_PD.m,2721,2014-04-16
..............\..............\denoise_dHubJ_PD.m,3906,2014-08-15
..............\..............\denoise_DHub_PD.m,2568,2014-04-16
..............\snr.m,211,2008-08-02
..............\structure_tensor
..............\................\.DS_Store,6148,2016-04-14
..............\................\DHub_logEuclidean_PD.m,2634,2014-05-06
..............\................\DHub_projSDP_PD.m,2406,2014-04-16
..............\................\eig2SDP.m,302,2013-06-26
..............\................\estimate_strucTensor.m,920,2014-04-21
..............\................\SDP2eig.m,477,2013-06-26
..............\................\Sym2eig.m,412,2013-06-26
__MACOSX
........\public_code_ST
........\..............\._.DS_Store,120,2016-04-15
........\..............\._CS_public_code.m,120,2016-04-14
........\..............\._deblurring_public_code.m,120,2016-04-15
........\..............\._denoising_public_code.m,120,2016-04-14
........\..............\._lena.png
........\..............\._MRImask.m,120,2012-02-24
........\..............\._readme.txt,171,2016-04-15
........\..............\._snr.m,120,2008-08-02
........\..............\reconstruction
........\..............\..............\._.DS_Store,120,2016-04-14
........\..............\..............\._CS_dHubJ_PD.m,120,2014-08-15
........\..............\..............\._CS_DHub_PD.m,120,2014-08-15
........\..............\..............\._deblurring_dHubJ_PD.m,120,2014-08-15
........\..............\..............\._deblurring_DHub_PD.m,120,2014-04-16
........\..............\..............\._denoise_dHubJ_PD.m,120,2014-08-15
........\..............\..............\._denoise_DHub_PD.m,120,2014-04-16
........\..............\structure_tensor
........\..............\................\._.DS_Store,120,2016-04-14
........\..............\................\._DHub_logEuclidean_PD.m,120,2014-05-06
........\..............\................\._DHub_projSDP_PD.m,120,2014-04-16
........\..............\................\._eig2SDP.m,120,2013-06-26
........\..............\................\._estimate_strucTensor.m,120,2014-04-21
........\..............\................\._SDP2eig.m,120,2013-06-26
........\..............\................\._Sym2eig.m,120,2013-06-26

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

发表评论

0 个回复

  • variance
    实现图像的方差,斜度,峰度,能量和熵的实现,代码简单,可以直接运行(matlab graph variance)
    2010-07-07 21:26:06下载
    积分:1
  • halcon
    一个选择模板的匹配方式,附带视觉标定,可以自由的选择模板进行匹配(A matching pattern of selected templates with visual calibration)
    2018-03-21 17:09:41下载
    积分:1
  • regular_omp
    说明:  压缩感知的一个恢复算法,规则化正交匹配追踪(A recovery algorithm for compressed sensing, rules-based orthogonal matching pursuit)
    2010-04-29 15:05:12下载
    积分:1
  • Vssamps
    vssamp算法,图像变步长自动匹配重构重构算法,基于samp算法,更快速有效的重构复杂图像(vssamp variable step size image reconstruction algorithm automatically matches reconstruction, samp algorithm based on more quickly and efficiently reconstruct complex images)
    2021-04-03 15:29:06下载
    积分:1
  • Fourier
    实现了读取一个bmp图片的傅里叶变换 使用C语言实现 读取一个 24位 图 转换为8位灰度图后,进行傅里叶变换处理(二维) 采用快速傅里叶变换——蝶形算法 北航图像处理作业~需要进一步交流 请联系qq 422563357(Reads a bmp image to achieve a Fourier transform using C language Northern image processing operations)
    2020-10-27 21:20:03下载
    积分:1
  • Google-DoodleCssSprite
    Google Doodle推出了一款极其炫酷的LOGO,整个LOGO使用了CSS Sprite技术,利用一个初始图片和一张画满各个动作的拼接图片,实现了动画,而非传统的GIF动画图像(Google Doodle launched a very cool LOGO, LOGO using CSS Sprite entire technology, the use of an initial picture and a painting full picture stitching each action to achieve the animation, instead of the traditional animated GIF images)
    2014-04-08 14:53:35下载
    积分:1
  • eye-gaze-estimation
    文中主要研究使用普通的摄像头进行人眼视线方向的估计。在综合介绍了各种人眼视线检测方法的基础上提出了一种新的图像处理的方法来检测人眼视线方向(The main study used an ordinary camera line of sight of the human eye is estimated. In the consolidated a variety of the human eye sight detection method based on a new image processing method to detect the line of sight of the human eye)
    2012-07-10 21:37:32下载
    积分:1
  • stereo_modefilt
    操作简单,实现双目视觉下的三维重建,输入双目下两张图片,生成渲染后的重建结果。(Simple, to achieve a three-dimensional reconstruction under binocular vision, binocular enter under two pictures, generated reconstructions rendered.)
    2015-03-05 16:07:20下载
    积分:1
  • POCS算法
    十分有用的 图像pocs算法,内有图片说明及示例(A very useful POCS algorithm for images, with illustrations and examples)
    2020-06-22 08:40:01下载
    积分:1
  • daima
    背景音乐只是随便写了写,具体的可以改数组里的数字.有点闪的效果还是不太好看. (Background music just casually write write array of specific numbers can be changed. Bit flash effect is still quite nice.)
    2014-01-10 20:13:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载