登录
首页 » matlab » public_code_ST

public_code_ST

于 2016-11-29 发布 文件大小:916KB
0 234
下载积分: 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 个回复

  • Kmeans-MATLAB
    说明:  该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。(The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.)
    2011-04-16 20:50:55下载
    积分:1
  • Single-slit-diffraction
    模拟单缝衍射实验,可任意给定单缝的长和宽,得出单缝衍射模拟图像、光量等高线分布图、单缝衍射3D模拟图;另外附带一个关闭全屏的小程序。(Simulation of single-slit diffraction experiment, sewn to order any length and width, draw single-slit diffraction analog image, the amount of light contour maps, 3D modeling diagram single slit diffraction addition Close Full Screen comes with a small program.)
    2012-08-22 16:11:39下载
    积分:1
  • Context-Aware-Saliency-Detection
    目标检测,利用上下文关系 (object detection using context)
    2011-07-13 19:54:21下载
    积分:1
  • Khan2
    数字图像copy-move篡改检测。特征提取,相似块搜索(detection of copy-move forgery in digitial image)
    2011-09-10 11:45:06下载
    积分:1
  • tuxianggongcheng
    这是清华大学章毓敏写的图像工程,分上中下三册,希望对学习图像处理的学者有所帮助。(This is the engineering of Tsinghua University Zhang Yumin, write the image points on the three, hoping to help scholars learn image processing.)
    2012-05-29 10:54:39下载
    积分:1
  • 灰度变换的程序Image-gray-scale-transformation
    详细说明:几个关于图像灰度变换的程序。包括图像反色,图像的对数灰度变换,指数灰度变换,线性灰度变换,灰度切割,图像平均降噪。 (Several of the image gray-scale transformation process. Including anti-color image, the image of the number of gray level transformation, index gray-scale transformation, linear gray level transformation, gray cut, the average image noise.)
    2020-07-09 11:28:55下载
    积分:1
  • dark-channel
    寻找最低像素值的matlab实现:通过图像矩阵的循环查找,能实现最低像素值的快速寻找(Matlab find the lowest pixel value to achieve: to find the cycle through the image matrix, to achieve the minimum pixel value Quick Find)
    2011-08-22 15:03:06下载
    积分:1
  • pei
    在matlab环境下对两幅图像进行配准,输出配准参数,显示配准结果(In the matlab environment for registration of two images, output registration parameters, shows the registration results)
    2011-11-19 20:43:11下载
    积分:1
  • ICM(能量终止)
    基于条件迭代法与马尔可夫随机场的遥感图像分割的matlab代码(the image segmentation based on the ICM and Markov random field)
    2018-01-02 11:07:23下载
    积分:1
  • PSOt.matlab.m
    Matlab源程序代码,著名的PSO程式代码,用于拟合超二次曲线,曲面的代码,适用于粒子系统。呵呵,与大家一起分享受(Matlab source code, the famous PSO program code for the quadratic curve-fitting, Surface code applicable to the particle system. Oh, and that they have enjoyed.)
    2021-04-24 19:18:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载