登录
首页 » matlab » mri

mri

于 2008-12-09 发布 文件大小:1060KB
0 241
下载积分: 1 下载次数: 515

代码说明:

  MR核磁共振图像重建算法 MR image reconstruction(MR magnetic resonance image reconstruction algorithm for MR image reconstruction)

文件列表:

mri
...\arch
...\....\mri_objects_2d.m
...\....\mri_objects_3d.m
...\....\mri_object_gauss.m
...\....\mri_object_rect.m
...\contrib
...\.......\weight_vor.m
...\exp_xform_mex.c
...\exp_xform_mex.m
...\exp_xform_mex_test.m
...\exp_xform_template.c
...\image_geom_mri.m
...\Makefile
...\mex_build_mri.m
...\misc
...\....\fig_nufft_kspace.m
...\mri_density_comp.m
...\mri_exp_approx.m
...\mri_exp_errs.m
...\mri_exp_mult_mex.c
...\mri_exp_mult_mex.m
...\mri_exp_mult_mex_test.m
...\mri_exp_mult_template.c
...\mri_field_map_reg.m
...\mri_fun_approx.m
...\mri_grid_linear.m
...\mri_kspace_spiral.m
...\mri_objects.m
...\mri_phase_denoise.m
...\mri_phase_denoise_sim1.m
...\mri_sensemap_demo1.m
...\mri_sensemap_denoise.m
...\mri_sensemap_sim.m
...\mri_superres.m
...\mri_trajectory.m
...\phase-data
...\..........\fieldmap128.fld
...\..........\mag128.fld
...\..........\phfile.mat
...\..........\phfit.mat
...\..........\phfit_im.fld
...\..........\phfit_im.raw
...\..........\phfit_re.fld
...\..........\phfit_re.raw
...\..........\htm" target=_blank>readme
...\htm" target=_blank>readme
...\recon
...\.....\@fast_mr
...\.....\........\ctranspose.m
...\.....\........\display.m
...\.....\........\fast_mr.m
...\.....\........\mtimes.m
...\.....\........\size.m
...\.....\........\subsref.m
...\.....\@mridft
...\.....\.......\ctranspose.m
...\.....\.......\display.m
...\.....\.......\mridft.m
...\.....\.......\mtimes.m
...\.....\.......\size.m
...\.....\.......\subsref.m
...\.....\data,be
...\.....\.......\ktraj.mat
...\.....\.......\htm" target=_blank>readme
...\.....\.......\we256,140.mat
...\.....\.......\we64
,140.mat
...\.....\.......\ww.mat
...\.....\doug_piece.m
...\.....\int_tim_seg.m
...\.....\ktraj.mat
...\.....\mvmult.c
...\.....\mvmult.m
...\.....\mvmult.mexglx
...\.....\obj256.mat
...\.....\obj64.mat
...\.....\htm" target=_blank>README

...\.....\simul_test.m
...\.....\we256,140.mat
...\.....\we64
,140.mat
...\.....\ww.mat
...\recon.old
...\.........\@fast_mr
...\.........\........\ctranspose.m
...\.........\........\display.m
...\.........\........\fast_mr.m
...\.........\........\mtimes.m
...\.........\........\size.m
...\.........\........\subsref.m
...\.........\@mridft
...\.........\.......\ctranspose.m
...\.........\.......\display.m
...\.........\.......\mridft.m
...\.........\.......\mtimes.m
...\.........\.......\size.m
...\.........\.......\subsref.m
...\.........\int_tim_seg.m
...\.........\ktraj.mat
...\.........\mri_b0_demo.m
...\.........\mvmult.c

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

发表评论

0 个回复

  • HaarPSRC=Vehicle-detection
    运用harr特征+SRC(稀疏表示)分类实现的一种车辆检测方法,文件中提供了训练和测试车辆图片。由于时间原因,所用haar特征没有优化,维度过高,导致滑窗框图过慢,本代码只输出效果统计数据,以供大家参考学习稀疏表示在车辆检测中的应用。(Using harr feature+SRC (sparse representation) classification to achieve a vehicle detection method, the paper provides a training and test vehicle picture. Due to time reasons, the use of haar feature is not optimized, high dimension, resulting in sliding sash figure is too slow, the effect of the code only output statistics for your reference learning sparse representation in the vehicle detection.)
    2013-07-31 11:21:35下载
    积分:1
  • code3
    说明:  用 MATLAB 语言实现图像的空域滤波 用 MATLAB 语言进行 FFT 及逆变换 MATLAB 提供的快速傅立叶变换函数(Spatial filtering of image using MATLAB language FFT and Inverse Transform with MATLAB Language Fast Fourier Transform Function Provided by MATLAB)
    2019-07-08 16:50:17下载
    积分:1
  • OMP
    说明:  压缩感知稀疏恢复中使用的OMP算法,matlab例程(OMP algorithm and MATLAB routine used in compressed sensing sparse recovery)
    2019-04-09 09:20:25下载
    积分:1
  • AGCWD
    來自於2012年IEEE TIP的論文 Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution ,其功能為透過分析影像中的直方圖統計資訊,達到快速增強影像對比的結果。(From the 2012 IEEE TIP paper "Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution"which functions as a histogram of the image by analyzing statistical information, to quickly enhance image contrast.)
    2021-01-27 16:48:42下载
    积分:1
  • imagedenoising
    说明:  实现图像受混合噪声污染时去除噪声的目的,在6种方法比较之下,得出最优的图像去噪算法(Image by mixed noise pollution when the purpose of removing noise, in the six kinds of methods of comparison, the optimum image denoising algorithm)
    2008-09-11 10:07:58下载
    积分:1
  • DebugDemo
    设置位置断点跟踪程序,VC++精选编程源码,很好的参考资料。(Set breakpoint location tracking procedures, VC++ programming source code, a good reference.)
    2013-11-26 09:57:15下载
    积分:1
  • SLIC
    超像素分割程序,既有原码,也有可执行程序,验证过,好用。(Super-pixel segmentation procedure, both the original code, there are executable programs, proven, easy to use.)
    2021-01-18 16:08:42下载
    积分:1
  • 1
    说明:  求图像峰值信噪比PSNR代码,相信对你很有用(PSNR PSNR for the image code, I believe that is useful to you)
    2008-04-01 11:03:34下载
    积分:1
  • HMIcontrol
    此程序利用openCV中人脸识别于模版匹配实现机器人的运动控制功能,其中机器人控制用了Aria的库和模拟器,使用者可根据控制需要替换这部分程序。 本程序的核心部分一直用于只能轮椅的人脸控制。(This process us face recognition in openCV and template matching to achieve robot motion control functions, which used the Aria library and robot simulator, user need replace this part of the control procedures to achieve their application.)
    2009-06-26 21:58:02下载
    积分:1
  • magic_even2
    幻方的构造及幻方实现的程序,对于其他双偶阶的幻方,只是在作‘*’标记时,应把4N阶方阵分为N个4阶方阵进行标记,数字填入仍按从左到右,自上而下填入(Magic Square and the magic square implementation procedures for other pairs of even order magic square, just as ' *' mark should be put into N 4N square matrix of order 4 squares labeled, digital still fill left to right, top to bottom fill)
    2013-05-29 17:01:17下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载