搜索资源列表
OSCaR
- OSCaR是一个锥形束CT(容积CT)重建算法,为AAPM开发的一个开源matlab gui代码,其投影数据需要到官方网站下载。也可以使用varian或者医科达的cone beam ct 投影进行重建。- OSCaR is a code about the reconstruction of cone beam CT, it is GUI,and very friendly。
parallelll
- ct重建的平行束实现代码,也是解析算法的基础-CT reconstruction of parallel beam to achieve the code, but also the basis of the analysis algorithm
FBP
- CT重建算法中解析算法FBP的代码,分为三个文件,分别为主文件fbp和辅助文件。-FBP algorithm code in CT image reconstruction
VC98
- 此代码可以实现CT的平行束仿真投影以及仿真的ART重建算法-This code can be achieved CT reconstruction algorithm of ART parallel beam projection simulation and simulation
扇形束重建算法
- 实现CT扇形束重建,医学断层图像重建仿真实验书中部分代码(fanbeam CT reconstruction)
CT图像重建
- 用投影数据重建图像,用VC实现,试过了,还是不错的(Reconstructing image with projection data)
CT图像重建代码
- MATLAB优化CT图像构建,优化算法强大,而有效(MATLAB optimized CT image construction)
ctRecontruction
- 该附件的函数可实现CT重建的功能,如简单的反投影,在空间域中使用卷积的滤波反投影,采用了二维傅立叶变换的滤波反投影,并利用中心切片定理滤波反投影。 CT技术诞生以来, 人们已经发展了众多的图像重建算法, 但各种算法均存在着各自的优缺点。解析重建(Analytic Reconstruction, AR)和迭代重建(Iterative Reconstruction, IR)是CT图像重建的两种基本方法。滤过反投影(Filtered Back Projection, FBP)是解析重建的主要算法
CT图像重建代码
- CT图像重建代码,直接滤波反投影,滤波反投影算法,解析法的滤波反投影算法,迭代法主程序,其余的都是调用函数。(CT image reconstruction code, direct filter back projection, filtered back projection algorithm, analytic method of filtered back projection algorithm, iterative main program, and the rest are ca
Liver-Tumors-master
- 首先,本代码针对肝脏CT图像序列的特点,提出了一个肝癌图像分割算法,对医学图像的分割、辅助医生进行肝脏切割手术、为医生进行诊断和治疗、肝脏的三维重建、确定病变区域的大小及程度等也有着重要意义。(Firstly, according to the characteristics of liver CT image sequence, this code proposes a liver cancer image segmentation algorithm. It is also importan
bpf
- CT重建滤波反投影BPF算法,虽然可以用MATLAB直接实现,但原理需要写开代码才能看到。这个是一步一步写出的,但速度慢。(Although the back projection BPF algorithm of CT reconstruction filtering can be directly implemented by MATLAB, the principle needs to be written code to see. It's written step by step, b