CN102110310B - 利用图形处理器实现三维反投影的方法 - Google Patents

利用图形处理器实现三维反投影的方法 Download PDF

Info

Publication number
CN102110310B
CN102110310B CN 200910248774 CN200910248774A CN102110310B CN 102110310 B CN102110310 B CN 102110310B CN 200910248774 CN200910248774 CN 200910248774 CN 200910248774 A CN200910248774 A CN 200910248774A CN 102110310 B CN102110310 B CN 102110310B
Authority
CN
China
Prior art keywords
delta
projection
gpu
back projection
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN 200910248774
Other languages
English (en)
Other versions
CN102110310A (zh
Inventor
董国峰
刘长坤
赵江魏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Neusoft Medical Systems Co Ltd
Philips China Investment Co Ltd
Original Assignee
Philips and Neusoft Medical Systems Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Philips and Neusoft Medical Systems Co Ltd filed Critical Philips and Neusoft Medical Systems Co Ltd
Priority to CN 200910248774 priority Critical patent/CN102110310B/zh
Publication of CN102110310A publication Critical patent/CN102110310A/zh
Application granted granted Critical
Publication of CN102110310B publication Critical patent/CN102110310B/zh
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

本发明涉及一种利用图形处理器实现三维反投影的方法,包括以下步骤:将CT扫描器采集的投影数据保存在主机内存中,同时计算待重建的CT图像即目标图像中各像素点的Hermite系数及螺旋权的采样值;将主机内存中的投影数据及各像素点的Hermite系数及螺旋权的采样值拷贝到图形处理器的显存中,将显存中的数据进行纹理绑定;在GPU中进行三维反投影,得到CT重建图像;将上述得到CT重建图像拷贝到主机内存。应用本发明方法在GPU中实现三维反投影,借助GPU三维数组存储及三维纹理绑定技术,并且以float4数据类型做为二维参数数组的基本元素进行取数,避免了因参数数组过多导致GPU缓存利用率低而带来的取数慢的问题,使得运算效率进一步提高,获得了较为满意的结果。

Description

利用图形处理器实现三维反投影的方法
技术领域
本发明涉及医学图像重建技术,具体的说是一种利用图形处理器实现三维反投影的方法。
背景技术
CT图像三维重建速度一直是重建算法领域人们热议的话题,目前制约三维重建速度的主要瓶颈是其中的反投影部分,如何从软、硬件方面提高此部分的运算速度一直是人们关注的焦点。
目前,主流计算机中的处理器主要是中央处理器(CPU)和图形处理器(GPU)。传统上,GPU只负责图形渲染,而大部分的处理都交给了CPU。早在2000年就已经有人开始把部分CPU工作放在GPU上执行,以此来加速完成某些具有计算密度高、逻辑分支简单的大规模数据并行任务。但此方法受软、硬件资源的限制,无法大面积推广使用,这种情况随着NVDIA公司于2007年正式发布的CUDA(Computer Unified Deviece Architecture计算统一设备架构)发生了改变,CUDA是一种使用类C语言(支持现有C语言的基础,进行了部分扩展)进行通用计算的开发环境和软件体系,它提供了更丰富的硬件资源,同时使用类C语言的开发易于人们掌握。与CPU相比,CUDA借助GPU的卓越并行运算能力可以显著提高具有并行性特征的算法的运算速度。
美国US 2007/0014486A1专利文献中描述了使用GPU进行反投影处理的方法,该方法利用投影射线驱动的方式实现反投影。该专利利用二维反投影原理,其主要思想是:使用一个视图(View)下的所有射线数据,借助GPU纹理与顶点着色器的自动插值功能,从所采用的视图的所在角度,一次性投射到整幅待建目标图像区中,然后在下一个View所在角度再次投射其下所有通道的值到整幅目标图像区中,重复迭代该过程,直到完成所有View的投射过程。
上述专利方法不适应更高层数的医学CT图像的重建。
文章《Accelerating Backproj ections via CUDA Architecture》(HaiquanYang,Meihua Li,Kazuhito Koizumi,and Hiroyuki Kudo 2007.07.9 9thInternaltional Meeting on Fully Three-Dimensional Image Reconstruction inRadiology and Nuclear Medicine)公开了FDK三维反投影方法,是一种仅基于基本的三维反投影原理的GPU实现,图像重建速度慢。
发明内容
针对现有技术中的方法不适应更高层数的医学CT图像的重建或图像重建速度慢等不足之处,本发明要解决的技术问题是提供一种可以显著提高反投影的运算速度、适应更高层数的利用图形处理器实现三维反投影的方法。
为解决上述技术问题,本发明采用的技术方案是:
本发明一种利用图形处理器实现三维反投影的方法包括以下步骤:
将CT扫描器采集的投影数据保存在主机内存中,同时计算待重建的CT图像即目标图像中各像素点的Hermite系数及螺旋权的采样值;
将主机内存中的投影数据及各像素点的Hermite系数及螺旋权的采样值拷贝到图形处理器的显存中,将显存中的数据进行纹理绑定;
在GPU中进行三维反投影,得到CT重建图像;
将上述得到CT重建图像拷贝到主机内存。
所述计算Hermite系数的公式为:
C 0 = y 0 x 1 2 x 2 2 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) x 1 2 x 2 2 4 ( Δx ) 4
+ y 1 x 0 2 x 2 2 ( Δx ) 4 - x 1 y 1 ′ x 0 2 x 2 2 ( Δx ) 4 + y 2 x 0 2 x 1 2 4 ( Δx ) 4 - x 2 ( y 2 ′ + 3 y 2 / Δx ) x 1 2 x 0 2 4 ( Δx ) 4 ;
C 1 = y 0 ( - 2 x 1 x 2 2 - 2 x 2 x 1 2 ) 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 1 x 2 2 - 2 x 2 x 1 2 ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) x 1 2 x 2 2 4 ( Δx ) 4
+ y 1 ( - 2 x 0 x 2 2 - 2 x 2 x 0 2 ) ( Δx ) 4 - x 1 y 1 ′ ( - 2 x 0 x 2 2 - 2 x 2 x 0 2 ) ( Δx ) 4 + y 1 ′ x 0 2 x 2 2 ( Δx ) 4 ;
+ y 2 ( - 2 x 0 x 1 2 - 2 x 1 x 0 2 ) 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 0 x 1 2 - 2 x 1 x 0 2 ) 4 ( Δx ) 4 + ( y 2 ′ + 3 y 2 / Δx ) x 1 2 x 0 2 4 ( Δx ) 4
C 2 = y 0 ( x 2 2 + 4 x 1 x 2 + x 1 2 ) 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) ( x 2 2 + 4 x 1 x 2 + x 1 2 ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 1 x 2 2 - 2 x 2 x 1 2 ) 4 ( Δx ) 4
+ y 1 ( x 0 2 + 4 x 0 x 2 + x 2 2 ) ( Δx ) 4 - x 1 y 1 ′ ( x 0 2 + 4 x 0 x 2 + x 2 2 ) ( Δx ) 4 + y 1 ′ ( - 2 x 0 x 2 2 - 2 x 2 x 0 2 ) ( Δx ) 4 ;
+ y 2 ( x 0 2 + 4 x 0 x 1 + x 1 2 ) 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) ( x 0 2 + 4 x 1 x 0 + x 1 2 ) 4 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 1 x 0 2 - 2 x 0 x 1 2 ) 4 ( Δx ) 4
C 3 = y 0 ( - 2 x 2 - 2 x 1 ) 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 2 - 2 x 1 ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) ( x 2 2 + 4 x 1 x 2 + x 1 2 ) 4 ( Δx ) 4
+ y 1 ( - 2 x 0 - 2 x 2 ) ( Δx ) 4 - x 1 y 1 ′ ( - 2 x 0 - 2 x 2 ) ( Δx ) 4 + y 1 ′ ( x 0 2 + 4 x 0 x 2 + x 2 2 ) ( Δx ) 4 ;
= y 2 ( - 2 x 0 - 2 x 1 ) 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 0 - 2 x 1 ) 4 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) ( x 0 2 + 4 x 1 x 0 + x 1 2 ) 4 ( Δx ) 4
C 4 = y 0 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 2 - 2 x 1 ) 4 ( Δx ) 4
+ y 1 ( Δx ) 4 - x 1 y 1 ′ ( Δx ) 4 + y 1 ′ ( - 2 x 0 - 2 x 2 ) ( Δx ) 4 ;
+ y 2 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) 4 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 0 - 2 x 1 ) 4 ( Δx ) 4
C 5 = ( y 0 ′ + 3 y 0 / Δx ) 4 ( Δx ) 4 + y 1 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) 4 ( Δx ) 4 ;
其中,C0~C5为索引得到的Hermite系数,xi为采样投影角,yi为相应的层采样值,y’1为层采样值差分,Δx为相邻采样的步距即投影角,i为采样序号,i=0、1、2。
所述相应的层采样值yi通过以下公式得到:
y = R * ( ReconZ - ( θ + γ ) * h ) R 2 - t 2 + ( - Y cos θ - X sin θ ) + MidSlice
其中R为CT扫描机架旋转半径,ReconZ为目标图像的z位置,θ为投影视图的角度,γ为投影视图的扇角,h为单位角度的进床长度值,t为投影视图平行束数据中旋转中心到某个射线通道的垂直距离,X为待重建图像世界坐标的横坐标,Y为待重建图像世界坐标的纵坐标,MidSlice为CT扫描器检测器的中心层值。
所述在GPU中进行三维反投影包括以下步骤:
将待重建的CT图像即目标图像按纵向、横向分解成若干个相等大小的子块;
对子块中各个目标像素点通过借助GPU并行计算能力,分别并行地采用反投影算法,即从数据集中索引视图位置、相应层以及射线通道的数据,并对上述索引到的数据与螺旋权值相乘后进行累加,所有目标图像中的像素点都完成上述累加过程后得到CT重建图像。
所述索引相应层为:
利用GPU纹理绑定功能对显存中的Hermite系数表中的各元素进行快速索引,然后根据索引得到的系数,利用秦九韶算法计算Hermite多项式的值,即层的索引值,秦九韶算法计算公式如下:
y=((((C5*x+C4)*x+C3)*x+C2)*x+C1)*x+C0
其中C0~C5为索引得到的Hermite系数,x为某一投影视图的角度值。
所述螺旋权值为GPU显存中权值采样值的线性插值,该线性插值通过GPU纹理提供的硬件线性插值功能实现索引和计算。
所述累加时,其它计算参数以float4为单元从二维数组中取数。
本发明具有以下有益效果及优点:
1.三维图像重建速度快。应用本发明方法在GPU中实现三维反投影,其中三维反投影过程中的螺旋权值计算和层索引,可以借助GPU三维数组存储及三维纹理绑定技术,做到硬件实现计算螺旋权值时的线性插值过程和层索引的快速取数,达到加速功能;除上述螺旋权值和层索引参数数组外,其它建像参数都存储一个二维数组中,并且以float4数据类型做为二维参数数组的基本元素进行取数,减少了参数数组的声明,进而避免了因参数数组过多导致GPU缓存利用率低而带来的取数慢的问题,使得运算效率进一步提高,获得了较为满意的结果。
2.三维图像重建质量无损失。本发明利用Hermite多项式进行层索引的逼近,从而避免了精确但复杂的层索引计算。
附图说明
图1为本发明方法流程图;
图2为本发明方法中重建图像某点对应的所有投影视图的层索引趋势示意图;
图3为本发明方法中目标图像及其中一个图像子块示意图;
图4为本发明方法中某个图像子块对应的所有投影视图的通道索引块示意图。
具体实施方式
如图1所示,本发明利用图形处理器实现三维反投影的方法包括以下步骤:
将CT扫描器采集的投影数据保存在主机内存中,同时计算待重建的CT图像即目标图像中各像素点的Hermite系数及螺旋权的采样值;
将主机内存中的投影数据及各像素点的Hermite系数及螺旋权的采样值拷贝到图形处理器的显存中,将显存中的数据进行纹理绑定;
在GPU中进行三维反投影,得到CT重建图像;
将上述得到CT重建图像拷贝到主机内存。
计算hermite系数的过程如下:
对待重建图像点(X,Y),起始结束投影分别为VSX,Y和VEX,Y:对于k=0,1,…N-1,执行如下步骤:
A.计算投影视图的采样值:
θk=(VSXY+k·stepX,Y)·AglPerView
θ′k=(VSXY+(k+1)·stepX,Y)·AglPerView
B.计算投影视图在θk处的层
y ( θ k ) = R * ( ReconZ - ( θ k + γ ) * h ) R 2 - t 2 + ( - Y cos θ k - X sin θ k ) + MidSlice
C.计算投影视图在θ′k处的层
y ( θ k ′ ) = R * ( ReconZ - ( θ k ′ + γ ) * h ) R 2 - t 2 + ( - Y cos θ k - X sin θ k ) + MidSlice
D.计算差分
DY(θk)=Y(θ′k)-Y(θk)
上述各式中,AglPerView为每个投影的角度值,MidSlice为CT扫描器检测器的中心层值,R为CT扫描机架旋转半径,ReconZ为目标图像的z位置,θ为投影视图的角度,γ为投影视图的扇角,h为单位角度的进床长度值,t为投影视图平行束数据中旋转中心到某个射线通道的垂直距离,X为待重建图像世界坐标的横坐标,Y为待重建图像世界坐标的纵坐标,k为投影视图序号,k=0,1,…N-1,N为总投影视图的个数,stepX,Y为投影视图采样间距。
根据计算出的各投影视图下的层y(θk)和层差分Dy(θk),代入计算Hermite系数的公式进行计算,得到Hermite系数Ck 0,Ck 1,…,Ck 5
所述计算Hermite系数的公式为:
C 0 = y 0 x 1 2 x 2 2 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) x 1 2 x 2 2 4 ( Δx ) 4
+ y 1 x 0 2 x 2 2 ( Δx ) 4 - x 1 y 1 ′ x 0 2 x 2 2 ( Δx ) 4 + y 2 x 0 2 x 1 2 4 ( Δx ) 4 - x 2 ( y 2 ′ + 3 y 2 / Δx ) x 1 2 x 0 2 4 ( Δx ) 4 ;
C 1 = y 0 ( - 2 x 1 x 2 2 - 2 x 2 x 1 2 ) 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 1 x 2 2 - 2 x 2 x 1 2 ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) x 1 2 x 2 2 4 ( Δx ) 4
+ y 1 ( - 2 x 0 x 2 2 - 2 x 2 x 0 2 ) ( Δx ) 4 - x 1 y 1 ′ ( - 2 x 0 x 2 2 - 2 x 2 x 0 2 ) ( Δx ) 4 + y 1 ′ x 0 2 x 2 2 ( Δx ) 4 ;
+ y 2 ( - 2 x 0 x 1 2 - 2 x 1 x 0 2 ) 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 0 x 1 2 - 2 x 1 x 0 2 ) 4 ( Δx ) 4 + ( y 2 ′ + 3 y 2 / Δx ) x 1 2 x 0 2 4 ( Δx ) 4
C 2 = y 0 ( x 2 2 + 4 x 1 x 2 + x 1 2 ) 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) ( x 2 2 + 4 x 1 x 2 + x 1 2 ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 1 x 2 2 - 2 x 2 x 1 2 ) 4 ( Δx ) 4
+ y 1 ( x 0 2 + 4 x 0 x 2 + x 2 2 ) ( Δx ) 4 - x 1 y 1 ′ ( x 0 2 + 4 x 0 x 2 + x 2 2 ) ( Δx ) 4 + y 1 ′ ( - 2 x 0 x 2 2 - 2 x 2 x 0 2 ) ( Δx ) 4
+ y 2 ( x 0 2 + 4 x 0 x 1 + x 1 2 ) 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) ( x 0 2 + 4 x 1 x 0 + x 1 2 ) 4 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 1 x 0 2 - 2 x 0 x 1 2 ) 4 ( Δx ) 4
C 3 = y 0 ( - 2 x 2 - 2 x 1 ) 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 2 - 2 x 1 ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) ( x 2 2 + 4 x 1 x 2 + x 1 2 ) 4 ( Δx ) 4
+ y 1 ( - 2 x 0 - 2 x 2 ) ( Δx ) 4 - x 1 y 1 ′ ( - 2 x 0 - 2 x 2 ) ( Δx ) 4 + y 1 ′ ( x 0 2 + 4 x 0 x 2 + x 2 2 ) ( Δx ) 4 ;
= y 2 ( - 2 x 0 - 2 x 1 ) 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 0 - 2 x 1 ) 4 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) ( x 0 2 + 4 x 1 x 0 + x 1 2 ) 4 ( Δx ) 4
C 4 = y 0 4 ( Δx ) 4 - x 0 ( y 0 ′ + 3 y 0 / Δx ) 4 ( Δx ) 4 + ( y 0 ′ + 3 y 0 / Δx ) ( - 2 x 2 - 2 x 1 ) 4 ( Δx ) 4
+ y 1 ( Δx ) 4 - x 1 y 1 ′ ( Δx ) 4 + y 1 ′ ( - 2 x 0 - 2 x 2 ) ( Δx ) 4 ;
+ y 2 4 ( Δx ) 4 - x 2 ( y 2 ′ - 3 y 2 / Δx ) 4 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) ( - 2 x 0 - 2 x 1 ) 4 ( Δx ) 4
C 5 = ( y 0 ′ + 3 y 0 / Δx ) 4 ( Δx ) 4 + y 1 ( Δx ) 4 + ( y 2 ′ - 3 y 2 / Δx ) 4 ( Δx ) 4 ;
其中,C0~C5为索引得到的Hermite系数,xi为采样投影角,yi为相应的层采样值,y′i为层采样值差分,Δx为相邻采样的步距即投影角,i为采样序号,i=0、1、2。
在反投影过程中,根据(X,Y)点计算出来的hermite系数,计算多项式的值即可,过程如下:
对i=0,1,…VEX,Y-VSX,Y,执行如下过程:
A.计算系数索引:
Figure G2009102487745D00065
B.计算多项式的值:
y ( θ i ) = C k 0 + C k 1 θ i + C k 2 ( θ i ) 2 + C k 3 ( θ i ) 3 + c k 4 ( θ i ) 4 + C k 5 ( θ i ) 5
其中B步多项式的计算可以用秦九韶算法迭代优化为复杂度O(n),n为多项式次数。
如图2所示,该曲线为待重建图像中的某一点随着投影视图的变化,其选择的层的变化近似规律,可以用Hermite多项式来近似逼近。
所述在GPU中进行三维反投影包括以下步骤:
如图3所示,将待重建的CT图像即目标图像按纵向、横向分解成若干个相等大小的子块;
如图4所示,对子块中各个目标像素点分别并行地采用反投影算法,即从数据集中索引相应层、射线通道以及视图位置的数据,并对上述索引到的数据与螺旋权值相乘后进行累加,得到CT重建图像。
由于三维数组的元素个数比较多,且GPU缓存相对较小,在累加取数时,容易造成取数慢的问题,因此本实施例采用float4做为二维维数组的基本元素进行取数,进而提高了数组的读取速度,使得运算效率进一步提高,获得了较为满意的结果。
所述索引相应层为:
利用GPU纹理绑定功能对显存中的Hermite系数表中的各元素进行快速索引,然后根据索引得到的系数,利用秦九韶算法计算Hermite多项式的值,即层的索引值,秦九韶算法计算公式如下:
y=((((C5*x+C4)*x+C3)*x+C2)*x+C1)*x+C0
其中C0~C5为索引得到的Hermite系数,x为某一投影视图的角度值。
在三维反投影过程中,不仅需要对投影射线通道进行索引,而且也需要对这些投影射线通道所在层进行索引,随着投影视图的不同,投影射线通道所在的层也是发生变化的,即重建中的某一像素值,它需要对穿过该点的各个view下某一层中某个投影射线通道值累加。关于层的计算过程如下:
(1)利用GPU纹理绑定功能实现对Hermite系数表的快速索引。然后根据这些系数,利用计算多项式值的秦九韶算法进行计算,过程如下:
秦九韶算法:
把一个n次多项式
f(x)=a[n]x^n+a[n-1]x^(n-1)+......+a[1]x+a[0]
改写成如下形式
f(x)=(......((a[n]x+a[n-1])x+a[n-2])x+......+a[1])x+a[0];
对螺旋权值的逼近可以简单在主机中对各象素点用到的view螺旋权值进行采样,然后存储下来,在GPU的反投影过程中作硬件上的线性插值即可;由于有效减少了乘法运算次数,使得运行效率明显提升。

Claims (5)

1.一种利用图形处理器实现三维反投影的方法,其特征在于包括以下步骤:
将CT扫描器采集的投影数据保存在主机内存中,同时计算待重建的CT图像即目标图像中各像素点的Hermite系数及螺旋权的采样值;将主机内存中的投影数据及各像素点的Hermite系数及螺旋权的采样值拷贝到图形处理器的显存中,将显存中的数据进行纹理绑定;在GPU中进行三维反投影,得到CT重建图像;将上述得到CT重建图像拷贝到主机内存;
所述在GPU中进行三维反投影包括以下步骤:
将待重建的CT图像即目标图像按纵向、横向分解成若干个相等大小的子块;
对子块中各个目标像素点通过借助GPU并行计算能力,分别并行地采用反投影算法,即从数据集中索引视图位置、相应层以及射线通道的数据,并对上述索引到的数据与螺旋权值相乘后进行累加,所有目标图像中的像素点都完成上述累加过程后得到CT重建图像;
所述索引相应层为:
利用GPU纹理绑定功能对显存中的Hermite系数表中的各元素进行快速索引,然后根据索引得到的系数,利用秦九韶算法计算Hermite多项式的值,即层的索引值,秦九韶算法计算公式如下:
y=((((C5*x+C4)*x+C3)*x+C2)*x+C1)*x+C0
其中C0~C5为索引得到的Hermite系数,x为某一投影视图的角度值。
2.按权利要求1所述的利用图形处理器实现三维反投影的方法,其特征在于所述计算Hermite系数的公式为:
Figure FSB00000825999200011
Figure FSB00000825999200012
Figure FSB00000825999200013
Figure 181361DEST_PATH_IMAGE001
Figure FSB00000825999200016
Figure FSB00000825999200017
Figure 380261DEST_PATH_IMAGE002
Figure FSB00000825999200019
Figure FSB00000825999200021
Figure 49140DEST_PATH_IMAGE003
Figure FSB00000825999200023
Figure FSB00000825999200024
Figure 42503DEST_PATH_IMAGE004
Figure FSB00000825999200026
其中,C0~C5为索引得到的Hermite系数,xi为采样投影角,yi为相应的层采样值,y′i为层采样值差分,Δx为相邻采样的步距即投影角,i为采样序号,i=0、1、2。
3.按权利要求2所述的利用图形处理器实现三维反投影的方法,其特征在于:所述相应的层采样值yi通过以下公式得到:
Figure FSB00000825999200028
其中R为CT扫描机架旋转半径,ReconZ为目标图像的z位置,θ为投影视图的角度,γ为投影视图的扇角,h为单位角度的进床长度值,t为投影视图平行束数据中旋转中心到某个射线通道的垂直距离,X为待重建图像世界坐标的横坐标,Y为待重建图像世界坐标的纵坐标,MidSlice为CT扫描器检测器的中心层值。
4.按权利要求1所述的利用图形处理器实现三维反投影的方法,其特征在于所述螺旋权值为GPU显存中螺旋权的采样值的线性插值,该线性插值通过GPU纹理提供的硬件线性插值功能实现索引和计算。
5.按权利要求1所述的利用图形处理器实现三维反投影的方法,其特征在于:所述累加时,除上述螺旋权值和层索引参数数组外,其他建像参数都存储于一个二维数组中,并且以float4数据类型作为二维参数数组的基本元素进行取数。 
CN 200910248774 2009-12-25 2009-12-25 利用图形处理器实现三维反投影的方法 Expired - Fee Related CN102110310B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200910248774 CN102110310B (zh) 2009-12-25 2009-12-25 利用图形处理器实现三维反投影的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200910248774 CN102110310B (zh) 2009-12-25 2009-12-25 利用图形处理器实现三维反投影的方法

Publications (2)

Publication Number Publication Date
CN102110310A CN102110310A (zh) 2011-06-29
CN102110310B true CN102110310B (zh) 2012-08-29

Family

ID=44174456

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200910248774 Expired - Fee Related CN102110310B (zh) 2009-12-25 2009-12-25 利用图形处理器实现三维反投影的方法

Country Status (1)

Country Link
CN (1) CN102110310B (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609978B (zh) * 2012-01-13 2014-01-22 中国人民解放军信息工程大学 基于cuda架构的gpu加速锥束ct图像重建的方法
CN103211608B (zh) * 2012-01-18 2016-08-03 上海联影医疗科技有限公司 基于gpu加速的螺旋ct图像重构中孔径加权的计算方法
CN103617648A (zh) * 2013-12-05 2014-03-05 上海优益基医疗器械有限公司 一种锥形束ct重建方法和系统
CN106910165B (zh) * 2015-12-23 2023-06-30 通用电气公司 修复原始ct投影数据的方法及装置、ct成像系统
CN106910163B (zh) * 2015-12-23 2022-06-21 通用电气公司 原始ct投影数据的数据修复装置及方法、ct成像系统
US20170243375A1 (en) * 2016-02-18 2017-08-24 Qualcomm Incorporated Multi-step texture processing with feedback in texture unit
CN111932648B (zh) * 2020-06-17 2023-05-12 北京信息科技大学 一种由螺旋采样光场数据重建三维物体的方法

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
Jack Lee et al.Automatic Segmentation of 3D Micro-CT Coronary Vascular Images.《Medical Image Analysis》.2007,第11卷全文. *
LONG-WEN CHANG et al.Reconstruction of 3D Medical Images: A Nonlinear Interpolation Technique for Reconstruction of 3D Medical Images.《GRAPHICAL MODELS AND IMAGE PROCESSING》.1991,第53卷(第4期),全文. *
Pinar Muyan-Ozcelik et al.Fast Deformable Registration on the GPU: A CUDA Implementation of Demons.《International Conference on Computational Sciences and Its Applications ICCSA 2008》.2008,全文. *
Wenyuan Bi et al.Real-Time Visualize the 3D Reconstruction Procedure Using CUDA.《2009 IEEE Nuclear Science Symposium Conference Record》.2009,全文. *
马车平 等.GPU多重纹理加速三维CT图像重建.《计算机工程与应用》.2008,第44卷(第7期),全文. *

Also Published As

Publication number Publication date
CN102110310A (zh) 2011-06-29

Similar Documents

Publication Publication Date Title
CN102110310B (zh) 利用图形处理器实现三维反投影的方法
Kachelriess et al. Hyperfast parallel‐beam and cone‐beam backprojection using the cell general purpose hardware
CN101283913A (zh) Ct图像重建的gpu加速方法
Chou et al. A fast forward projection using multithreads for multirays on GPUs in medical image reconstruction
Wan et al. Three-dimensional reconstruction using an adaptive simultaneous algebraic reconstruction technique in electron tomography
Scherl et al. Evaluation of state-of-the-art hardware architectures for fast cone-beam CT reconstruction
Kim et al. Forward-projection architecture for fast iterative image reconstruction in X-ray CT
Liu et al. GPU-based branchless distance-driven projection and backprojection
Chen et al. A hybrid architecture for compressive sensing 3-D CT reconstruction
Zhao et al. GPU-based 3D cone-beam CT image reconstruction for large data volume
Keck et al. GPU-accelerated SART reconstruction using the CUDA programming environment
CN103310484A (zh) 一种基于cuda架构加速ct图像重建的方法
Choi et al. Acceleration of EM-based 3D CT reconstruction using FPGA
CN104952043B (zh) 图像滤波方法及ct 系统
Flores et al. CT image reconstruction based on GPUs
Liu et al. GPU-based acceleration for interior tomography
Bajpai et al. High resolution 3d image reconstruction using the algebraic method for cone-beam geometry over circular and helical trajectories
Voropaev et al. Direct Fourier inversion reconstruction algorithm for computed laminography
Aggarwal et al. High speed CT image reconstruction using FPGA
Pelt et al. Foam-like phantoms for comparing tomography algorithms
CN101268950B (zh) 基于cell宽频引擎的螺旋ct精确重建系统
Wang et al. Accelerated cone beam CT reconstruction based on OpenCL
Neophytou et al. Hardware acceleration vs. algorithmic acceleration: Can GPU-based processing beat complexity optimization for CT?
Okitsu et al. Accelerating cone beam reconstruction using the CUDA-enabled GPU
Beasley et al. Fast simulation of proton induced X-ray emission tomography using CUDA

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: PHILIPS (CHINA) INVESTMENT CO., LTD.

Free format text: FORMER OWNER: DONGRUAN PHILIPS MEDICAL EQUIPMENT AND SYSTEM CO., LTD.

Effective date: 20140210

Owner name: DONGRUAN MEDICAL SYSTEMS CO., LTD., SHENYANG

Effective date: 20140210

COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 110179 SHENYANG, LIAONING PROVINCE TO: 200070 ZHABEI, SHANGHAI

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20140210

Address after: Zhabei District Shanghai City, No. 218 West Tianmu Road 200070

Patentee after: Philips (China) Investment Co., Ltd.

Patentee after: Dongruan Medical Systems Co., Ltd., Shenyang

Address before: Shenyang Hunnan Industrial Zone East Software Park 110179 Liaoning city of Shenyang Province

Patentee before: Dongruan Philips Medical Equipment and System Co., Ltd.

ASS Succession or assignment of patent right

Owner name: PHILIPS (CHINA) INVESTMENT CO., LTD.

Effective date: 20140310

Owner name: DONGRUAN MEDICAL SYSTEMS CO., LTD., SHENYANG

Free format text: FORMER OWNER: PHILIPS AND NEUSOFT MEDICAL SYSTEMS CO., LTD.

Effective date: 20140310

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20140310

Address after: 110179 Liaoning Shenyang Hunnan New Century Road No. 16

Patentee after: Dongruan Medical Systems Co., Ltd., Shenyang

Patentee after: Philips (China) Investment Co., Ltd.

Address before: Hunnan rookie street Shenyang city Liaoning province 110179 No. 2

Patentee before: Neusoft PHILPS Medical Systems Ltd

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 110179 No. 177-1 Innovation Road, Hunnan District, Shenyang City, Liaoning Province

Co-patentee after: Philips (China) Investment Co., Ltd.

Patentee after: DongSoft Medical System Co., Ltd.

Address before: 110179 No. 16 Century Road, Hunnan New District, Shenyang City, Liaoning Province

Co-patentee before: Philips (China) Investment Co., Ltd.

Patentee before: Dongruan Medical Systems Co., Ltd., Shenyang

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120829

Termination date: 20191225