文件名称:图像矩阵matlab代码-matlab-tomo-2d:matlab-tomo-2d
文件大小:710KB
文件格式:ZIP
更新时间:2024-06-12 15:02:14
系统开源
图像矩阵matlab代码二维断层扫描重建工具 层析成像重建有两种主要方法: 滤波后的反投影或基于FBP的FBP及其逆变换; 基于求解线性代数方程的代数重建技术或ART 。 MATLAB代码包含FBP和ART的功能(建议使用内置求解器): tomo_projection_2d ,计算给定图像的投影; build_weight_matrix ,构建用于代数方法的加权因子矩阵; tomo_reconstruction_bp ,使用BP方法从其投影重建图像; tomo_reconstruction_fbp ,使用FBP方法从其投影重建图像; tomo_reconstruction_art ,使用ART方法从其投影重建图像; tomo_reconstruction_sart ,使用SART方法从其投影重建图像; tomo_reconstruction_lsqr ,使用内置的lsqr解算器根据其投影重建图像。 有关详细信息,请参见demo.m
【文件预览】:
matlab-tomo-2d-master
----tomo_reconstruction_fbp.m(1KB)
----combWeightProj.m(781B)
----build_weight_matrix_area.m(8KB)
----tomo_reconstruction_bp.m(758B)
----tomo_projection_2d.m(616B)
----build_weight_matrix.m(12KB)
----utils()
--------impad.m(2KB)
--------filtersinc.m(589B)
--------hpf.m(656B)
----README.md(1KB)
----tomo_reconstruction_lsqr.m(379B)
----build_weight_matrix_simple.m(7KB)
----imtool()
--------imblend.m(671B)
--------imrotatesymm.m(551B)
--------imblendlabel.m(582B)
--------imblendmask.m(986B)
--------immontage.m(2KB)
--------flow_unwarp.m(1KB)
--------create_sample_grid.m(718B)
--------create_filter_bank.m(203B)
--------imwarpH.m(1KB)
--------imtest.m(4KB)
--------foveated.m(2KB)
--------nonuniform_sampling.m(1KB)
--------impiece.m(342B)
--------testmat.m(682B)
--------imscale.m(2KB)
--------flow_warp.m(927B)
--------chessmat.m(2KB)
--------immedfilt.m(499B)
----tomo.png(655KB)
----tomo_reconstruction.m(844B)
----tomo_reconstruction_sart.m(328B)
----demo.m(5KB)
----backproj.m(11KB)
----comb_projmat.m(127B)
----test()
--------build7.m(2KB)
--------test_WeightMatrix_area.m(548B)
--------test_combWeightProj.m(561B)
--------build2.m(2KB)
--------build1.m(2KB)
--------test_02_Reconstruction.m(2KB)
--------test_00_imtest.m(130B)
--------build_comp_area.m(335B)
--------test_06_LSQR.m(1KB)
--------build8.m(3KB)
--------demo_crop.m(588B)
--------test_art_guess.m(1KB)
--------test_WeightMatrix.m(503B)
--------test_07_Compare_simple_area_weightmat.m(4KB)
--------test_08_rand_vs_all.m(773B)
--------test_04_ART.m(983B)
--------test_09_aniso_fbp.m(797B)
--------demo_tomo.m(5KB)
--------test_10_noise_fbp.m(666B)
--------ART2Dreconst.m(1KB)
--------build6.m(3KB)
--------test_12_radon_hough.m(934B)
--------test_buildweight.m(6KB)
--------build3.m(3KB)
--------test_01_FilterCompare.m(686B)
--------demo_weightmat.m(760B)
--------build_comp.m(702B)
--------build_comp_accuracy.m(545B)
--------test_05_3D_reconstruction.m(2KB)
--------build4.m(3KB)
--------test_03_FBP.m(1KB)
--------build5.m(2KB)
--------test_11_continuity.m(1KB)
----solver()
--------solver_sart.m(430B)