基于VTK和ITK的醫(yī)學(xué)圖像處理平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)
本文選題:醫(yī)學(xué)圖像處理 + 軟件平臺(tái)。 參考:《重慶大學(xué)》2015年碩士論文
【摘要】:近年來(lái),醫(yī)學(xué)圖像處理與分析技術(shù)獲得了巨大的發(fā)展,這些技術(shù)能夠給醫(yī)生提供更多、更精確的信息,從而輔助醫(yī)生對(duì)疾病進(jìn)行診斷和鑒別。同時(shí),基于這些理論和技術(shù)而開(kāi)發(fā)的軟件平臺(tái)也在不斷出現(xiàn)。越來(lái)越多全新的功能正不斷被研發(fā)出來(lái)并集成到軟件平臺(tái)中以友好的用戶交互形式展現(xiàn)給醫(yī)生和科研用戶,從而極大地滿足了各類用戶對(duì)于診斷和科研方面的需求。由于我國(guó)進(jìn)入此領(lǐng)域的時(shí)間不長(zhǎng)、硬件基礎(chǔ)薄弱等原因,國(guó)內(nèi)在軟件平臺(tái)上的研發(fā)水平遠(yuǎn)不如國(guó)外。因此開(kāi)發(fā)一款功能完善的醫(yī)學(xué)圖像處理軟件,無(wú)論對(duì)于國(guó)家的自主知識(shí)產(chǎn)權(quán)還是人類醫(yī)療產(chǎn)業(yè)的發(fā)展,都具有十分重要的意義。本文基于VTK、ITK和Qt工具包,完成了醫(yī)學(xué)圖像處理基礎(chǔ)應(yīng)用平臺(tái)的開(kāi)發(fā),并對(duì)系統(tǒng)各組成部分的設(shè)計(jì)與實(shí)現(xiàn)進(jìn)行了詳細(xì)的介紹。文章首先介紹了課題的研究背景與意義、國(guó)內(nèi)外研究現(xiàn)狀,然后列舉了系統(tǒng)開(kāi)發(fā)過(guò)程所使用的相關(guān)技術(shù),接著對(duì)系統(tǒng)進(jìn)行了需求分析,并在此基礎(chǔ)上進(jìn)行了系統(tǒng)架構(gòu)設(shè)計(jì),將系統(tǒng)分為數(shù)據(jù)管理模塊、顯示模塊、交互模塊和分割模塊,然后對(duì)各個(gè)模塊進(jìn)行了詳細(xì)設(shè)計(jì),并列舉了編碼與調(diào)試過(guò)程中的主要注意事項(xiàng),最后完成了系統(tǒng)測(cè)試。系統(tǒng)中,數(shù)據(jù)管理模塊通過(guò)調(diào)用ITK和VTK接口讀入各種類型圖像數(shù)據(jù),然后將讀入內(nèi)存的數(shù)據(jù)轉(zhuǎn)換為系統(tǒng)內(nèi)部統(tǒng)一格式以便于后續(xù)處理,最后將此數(shù)據(jù)在用戶界面的數(shù)據(jù)面板中展示出來(lái)。顯示模塊通過(guò)VTK可視化流水線實(shí)現(xiàn)了系統(tǒng)內(nèi)部圖像格式的二維可視化和三維可視化,然后通過(guò)檢測(cè)鼠標(biāo)和鍵盤等事件完成圖像的交互顯示功能,如縮放、level/window調(diào)整等。交互與事件響應(yīng)模塊實(shí)現(xiàn)了系統(tǒng)外部事件和內(nèi)部事件的檢測(cè)與響應(yīng)功能,外部事件響應(yīng)機(jī)制主要是通過(guò)設(shè)計(jì)事件狀態(tài)機(jī)來(lái)實(shí)現(xiàn)的,內(nèi)部事件響應(yīng)機(jī)制主要是通過(guò)設(shè)計(jì)observer/command模式來(lái)實(shí)現(xiàn)的。圖像分割模塊通過(guò)區(qū)域生長(zhǎng)分割算法提取二維感興趣輪廓,并通過(guò)表面內(nèi)插算法將二維輪廓重建成三維表面。
[Abstract]:In recent years, medical image processing and analysis technology has made great progress. These techniques can provide doctors with more and more accurate information, so as to assist doctors to diagnose and differentiate diseases. At the same time, software platforms based on these theories and technologies are also emerging. More and more new functions are being developed and integrated into the software platform to display to doctors and scientific research users in the form of friendly user interaction, which greatly meets the needs of all kinds of users for diagnosis and scientific research. Due to the short time and weak hardware base, the domestic R & D level of software platform is far lower than that of foreign countries. Therefore, the development of a fully functional medical image processing software is of great significance to national intellectual property rights and the development of human medical industry. Based on VTKITK and QT toolkits, the basic application platform of medical image processing is developed in this paper, and the design and implementation of each component of the system are introduced in detail. This paper first introduces the research background and significance of the subject, the current research situation at home and abroad, then enumerates the related technologies used in the system development process, then carries on the requirement analysis to the system, and carries on the system architecture design on the basis of this, The system is divided into three modules: data management module, display module, interactive module and partition module. Then each module is designed in detail, and the main points for attention in the process of coding and debugging are listed. Finally, the system test is completed. In the system, the data management module reads in various types of image data by calling ITK and VTK interface, and then converts the data read into memory into the unified format of the system to facilitate the subsequent processing. Finally, the data is displayed in the data panel of the user interface. The display module realizes the 2D and 3D visualization of the image format in the system by VTK visualization pipeline, and then realizes the interactive display function by detecting the events such as mouse and keyboard, such as scaling level / window adjustment and so on. The interaction and event response module realizes the detection and response function of the external and internal events. The external event response mechanism is mainly realized by designing the event state machine. The internal event response mechanism is mainly implemented by designing the observer/command pattern. The image segmentation module extracts 2D contour of interest by region growing segmentation algorithm and reconstructs 2D contour into 3D surface by surface interpolation algorithm.
【學(xué)位授予單位】:重慶大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2015
【分類號(hào)】:TP391.41
【相似文獻(xiàn)】
相關(guān)期刊論文 前10條
1 羅敏敏;江貴平;;《醫(yī)學(xué)圖像處理》教學(xué)經(jīng)驗(yàn)淺探[J];科教文匯(中旬刊);2008年04期
2 武杰;聶生東;陳家璧;;醫(yī)學(xué)圖像處理課程在線學(xué)習(xí)試題庫(kù)系統(tǒng)的建設(shè)[J];中國(guó)醫(yī)學(xué)物理學(xué)雜志;2010年03期
3 劉二林;;醫(yī)學(xué)圖像處理課程教學(xué)模式探索[J];計(jì)算機(jī)光盤軟件與應(yīng)用;2012年21期
4 步金梅,肖毅,龍梅,倪利,李宏陽(yáng);計(jì)算機(jī)在醫(yī)學(xué)圖像處理方面的應(yīng)用[J];中國(guó)醫(yī)學(xué)教育技術(shù);2001年04期
5 田婭,饒妮妮,蒲立新;國(guó)內(nèi)醫(yī)學(xué)圖像處理技術(shù)的最新動(dòng)態(tài)[J];電子科技大學(xué)學(xué)報(bào);2002年05期
6 陳浩,李本富;醫(yī)學(xué)圖像處理技術(shù)新進(jìn)展[J];第四軍醫(yī)大學(xué)學(xué)報(bào);2004年05期
7 涂圣賢,楊豐;醫(yī)學(xué)圖像處理演示平臺(tái)的實(shí)現(xiàn)[J];計(jì)算機(jī)與現(xiàn)代化;2005年08期
8 王芳;基于內(nèi)容的圖像檢索技術(shù)在醫(yī)學(xué)圖像處理中的應(yīng)用[J];牡丹江醫(yī)學(xué)院學(xué)報(bào);2005年05期
9 李海英,王學(xué)工,冉新,張?zhí)N慧;軟計(jì)算在醫(yī)學(xué)圖像處理中的應(yīng)用[J];中國(guó)中西醫(yī)結(jié)合影像學(xué)雜志;2005年01期
10 郭圣文;吳效明;林毅;;《醫(yī)學(xué)圖像處理》多媒體課件的設(shè)計(jì)與實(shí)現(xiàn)[J];中國(guó)醫(yī)學(xué)教育技術(shù);2007年02期
相關(guān)會(huì)議論文 前7條
1 李曉亮;石峰;伍軍;萬(wàn)晟聰;張繼武;;高性能醫(yī)學(xué)圖像處理平臺(tái)設(shè)計(jì)探討[A];中國(guó)生物醫(yī)學(xué)工程學(xué)會(huì)成立30周年紀(jì)念大會(huì)暨2010中國(guó)生物醫(yī)學(xué)工程學(xué)會(huì)學(xué)術(shù)大會(huì)壁報(bào)展示論文[C];2010年
2 陳武凡;;醫(yī)學(xué)圖像處理的熱點(diǎn)與難點(diǎn)問(wèn)題[A];中國(guó)生物醫(yī)學(xué)工程進(jìn)展——2007中國(guó)生物醫(yī)學(xué)工程聯(lián)合學(xué)術(shù)年會(huì)論文集(上冊(cè))[C];2007年
3 孫靜;木拉提·哈米提;姬金虎;胡彥婷;陳建軍;孔德偉;;一種基于紋理特征的醫(yī)學(xué)圖像處理方法研究[A];自主創(chuàng)新與持續(xù)增長(zhǎng)第十一屆中國(guó)科協(xié)年會(huì)論文集(3)[C];2009年
4 周萍;于鵬;陳卉;;數(shù)據(jù)結(jié)構(gòu)技術(shù)在醫(yī)學(xué)圖像處理中的應(yīng)用[A];21世紀(jì)醫(yī)學(xué)工程學(xué)術(shù)研討會(huì)論文摘要匯編[C];2001年
5 楊艷妮;嚴(yán)碧歌;;小波變換及其在醫(yī)學(xué)圖像處理中的應(yīng)用[A];第九屆全國(guó)超聲醫(yī)學(xué)學(xué)術(shù)會(huì)議論文匯編[C];2006年
6 周大;劉越;王涌天;胡曉明;;應(yīng)用于醫(yī)學(xué)圖像處理的六自由度電磁跟蹤系統(tǒng)[A];第三屆全國(guó)數(shù)字成像技術(shù)及相關(guān)材料發(fā)展與應(yīng)用學(xué)術(shù)研討會(huì)論文摘要集[C];2004年
7 張臺(tái)平;;醫(yī)學(xué)圖像處理[A];中華醫(yī)學(xué)會(huì)第十三屆全國(guó)放射學(xué)大會(huì)論文匯編(下冊(cè))[C];2006年
相關(guān)重要報(bào)紙文章 前1條
1 南方醫(yī)科大學(xué) 鄒瑩;新技術(shù)造就“防抖”磁共振[N];健康報(bào);2008年
相關(guān)博士學(xué)位論文 前10條
1 湯敏;醫(yī)學(xué)圖像處理中關(guān)鍵技術(shù)研究及基礎(chǔ)應(yīng)用平臺(tái)研發(fā)[D];南京航空航天大學(xué);2007年
2 劉慧;醫(yī)學(xué)圖像處理中的分割與檢索關(guān)鍵技術(shù)研究[D];山東大學(xué);2008年
3 屈景怡;網(wǎng)絡(luò)醫(yī)學(xué)圖像處理關(guān)鍵技術(shù)研究[D];西北工業(yè)大學(xué);2007年
4 趙建平;醫(yī)學(xué)圖像處理若干關(guān)鍵問(wèn)題研究[D];長(zhǎng)春理工大學(xué);2008年
5 張麒;動(dòng)脈粥樣硬化研究中的醫(yī)學(xué)圖像處理[D];復(fù)旦大學(xué);2010年
6 張?jiān)?混沌神經(jīng)網(wǎng)絡(luò)算法研究及其在醫(yī)學(xué)圖像處理中的應(yīng)用[D];大連理工大學(xué);2013年
7 陳冠楠;基于偏微分方程的醫(yī)學(xué)圖像處理理論與實(shí)驗(yàn)研究[D];華中科技大學(xué);2009年
8 程廣斌;應(yīng)用于數(shù)字化診斷的若干醫(yī)學(xué)圖像分析方法研究[D];南方醫(yī)科大學(xué);2008年
9 彭佳林;變分能量方法及其在醫(yī)學(xué)圖像處理中的應(yīng)用[D];浙江大學(xué);2013年
10 周,
本文編號(hào):1878846
本文鏈接:http://www.sikaile.net/falvlunwen/zhishichanquanfa/1878846.html