基于c語言的醫(yī)學圖像處理的設(shè)計.doc
約41頁DOC格式手機打開展開
基于c語言的醫(yī)學圖像處理的設(shè)計,資源包括:正文doc格式共41頁 19611字摘 要:b超圖像作為醫(yī)學圖像的一個部分,具有醫(yī)學數(shù)字圖像的某些共性。b超圖像處理技術(shù)作為醫(yī)學數(shù)字圖像處理技術(shù)的一個分支,其研究內(nèi)容包括很多方面,主要有:b超圖像的增強、b超圖像的濾波、b超圖像分割及邊緣輪廓提取等。本文提出了基于visual c++在圖形圖像處理方面具有得天...


內(nèi)容介紹
此文檔由會員 莎士比亞 發(fā)布
資源包括:正文DOC格式共41頁 19611字
摘 要:B超圖像作為醫(yī)學圖像的一個部分,具有醫(yī)學數(shù)字圖像的某些共性。B超圖像處理技術(shù)作為醫(yī)學數(shù)字圖像處理技術(shù)的一個分支,其研究內(nèi)容包括很多方面,主要有:B超圖像的增強、B超圖像的濾波、B超圖像分割及邊緣輪廓提取等。本文提出了基于Visual C++在圖形圖像處理方面具有得天獨厚的優(yōu)勢,利用Visual C++編譯的程序進行對圖像的快速處理,灰度線性變化;圖像增強:圖像的平滑、銳化;二值化處理。使得圖像在計算機處理之后,可以最大程度的保留了影像的信息,同時優(yōu)化了分類后的影像,主要用途是獲取物體拓撲和結(jié)構(gòu)信息,它通過物體和結(jié)構(gòu)元素相互作用的某些運算,得到物體更本質(zhì)的形態(tài)。以便醫(yī)生了解病變組織或器官的綜合情況,并做出更加準確的診斷或制定出更加合適的治療方案,毫無疑問,這必將推動現(xiàn)代醫(yī)學臨床技術(shù)的巨大進步。
關(guān)鍵詞:超聲圖像;VC語言;特征提?。贿吘墮z測;
Abstract:The B ultra image took the medicine image a part, has medicine digital image certain general character. The B ultra imagery processing technology took the medicine digital image processing technology a branch, its research content including very many aspects, including: B ultra image enhancement、B ultra image filter、B ultra image division and edge outline extraction and so on. This article proposed has the advantageous superiority based on Visual C++ in the graph imagery processing aspect, Translation procedure carries on using Visual the C++ to image fast processing, Gradation linear variation; Image intensification: Image smooth, peaking; Filters the mirror effect: Binaryzation processing. Causes the image after computer processing, might the greatest degree retention phantom information, after simultaneously optimize the classified phantom, the main use was gains the object analysis situs and the structure information, it certain operations which affected mutually through the object and the structural element, obtained the object essence shape. In order to doctor understood the pathological change organizes or the organ comprehensive situation, and makes a more accurate diagnosis or formulates the more appropriate treatment plan, without a doubt, this will certainly to impel the modern medicine clinical technology the huge progress.
Key wards:ultrasonic image;VC language;characteristic extraction;edge examination
目 錄
摘 要 1
關(guān)鍵詞 1
Abstract 2
Key wards 2
前言 3
1 緒論 4
1.1 圖像與數(shù)字圖像處理 4
1.1.1 圖像的定義 4
1.1.2 人類的視覺 4
1.1.3 圖像的數(shù)字化處理 4
1.2 數(shù)字圖像處理工作本身的特點 4
1.3 數(shù)字圖像處理的應(yīng)用 4
1.4 數(shù)字圖像處理的研究目的與研究內(nèi)容 5
1.5 建立醫(yī)學圖像處理的必要性 5
2 Visual C++ 數(shù)字圖像處理基礎(chǔ) 6
2.1 位圖文件讀寫綜述 6
2.1.1 位圖文件結(jié)構(gòu) 6
2.1.2 位圖文件讀寫操作 8
2.2 圖像的基本操作處理 9
2.3 灰度 BMP位圖操 11
2.3.1 灰度BMP位圖的讀取與存儲 11
2.3.2 調(diào)色板的操作 11
2.3.3圖像的數(shù)字化處理 11
2.4 VC數(shù)據(jù)庫中的圖像數(shù)據(jù)顯示 11
3 圖像的處理 13
3.1圖像的直方圖 13
3.2圖像增強 13
3.2.1灰度變換 14
3.2.2圖像平滑 14
3.2.3圖像銳化 15
3.3 數(shù)字圖像的邊緣檢測 16
3.4 實現(xiàn)灰度圖像與彩色圖像的相互轉(zhuǎn)換 17
4 醫(yī)學超聲圖像處理 19
4.1醫(yī)學超聲影像工作原理 19
4.2超聲圖像預(yù)處理 19
4.3超聲圖像二值化 19
4.4顆粒圖像中顆粒的提取 20
4.5結(jié)果 20
結(jié)論 22
參考文獻 23
附錄 25
摘 要:B超圖像作為醫(yī)學圖像的一個部分,具有醫(yī)學數(shù)字圖像的某些共性。B超圖像處理技術(shù)作為醫(yī)學數(shù)字圖像處理技術(shù)的一個分支,其研究內(nèi)容包括很多方面,主要有:B超圖像的增強、B超圖像的濾波、B超圖像分割及邊緣輪廓提取等。本文提出了基于Visual C++在圖形圖像處理方面具有得天獨厚的優(yōu)勢,利用Visual C++編譯的程序進行對圖像的快速處理,灰度線性變化;圖像增強:圖像的平滑、銳化;二值化處理。使得圖像在計算機處理之后,可以最大程度的保留了影像的信息,同時優(yōu)化了分類后的影像,主要用途是獲取物體拓撲和結(jié)構(gòu)信息,它通過物體和結(jié)構(gòu)元素相互作用的某些運算,得到物體更本質(zhì)的形態(tài)。以便醫(yī)生了解病變組織或器官的綜合情況,并做出更加準確的診斷或制定出更加合適的治療方案,毫無疑問,這必將推動現(xiàn)代醫(yī)學臨床技術(shù)的巨大進步。
關(guān)鍵詞:超聲圖像;VC語言;特征提?。贿吘墮z測;
Abstract:The B ultra image took the medicine image a part, has medicine digital image certain general character. The B ultra imagery processing technology took the medicine digital image processing technology a branch, its research content including very many aspects, including: B ultra image enhancement、B ultra image filter、B ultra image division and edge outline extraction and so on. This article proposed has the advantageous superiority based on Visual C++ in the graph imagery processing aspect, Translation procedure carries on using Visual the C++ to image fast processing, Gradation linear variation; Image intensification: Image smooth, peaking; Filters the mirror effect: Binaryzation processing. Causes the image after computer processing, might the greatest degree retention phantom information, after simultaneously optimize the classified phantom, the main use was gains the object analysis situs and the structure information, it certain operations which affected mutually through the object and the structural element, obtained the object essence shape. In order to doctor understood the pathological change organizes or the organ comprehensive situation, and makes a more accurate diagnosis or formulates the more appropriate treatment plan, without a doubt, this will certainly to impel the modern medicine clinical technology the huge progress.
Key wards:ultrasonic image;VC language;characteristic extraction;edge examination
目 錄
摘 要 1
關(guān)鍵詞 1
Abstract 2
Key wards 2
前言 3
1 緒論 4
1.1 圖像與數(shù)字圖像處理 4
1.1.1 圖像的定義 4
1.1.2 人類的視覺 4
1.1.3 圖像的數(shù)字化處理 4
1.2 數(shù)字圖像處理工作本身的特點 4
1.3 數(shù)字圖像處理的應(yīng)用 4
1.4 數(shù)字圖像處理的研究目的與研究內(nèi)容 5
1.5 建立醫(yī)學圖像處理的必要性 5
2 Visual C++ 數(shù)字圖像處理基礎(chǔ) 6
2.1 位圖文件讀寫綜述 6
2.1.1 位圖文件結(jié)構(gòu) 6
2.1.2 位圖文件讀寫操作 8
2.2 圖像的基本操作處理 9
2.3 灰度 BMP位圖操 11
2.3.1 灰度BMP位圖的讀取與存儲 11
2.3.2 調(diào)色板的操作 11
2.3.3圖像的數(shù)字化處理 11
2.4 VC數(shù)據(jù)庫中的圖像數(shù)據(jù)顯示 11
3 圖像的處理 13
3.1圖像的直方圖 13
3.2圖像增強 13
3.2.1灰度變換 14
3.2.2圖像平滑 14
3.2.3圖像銳化 15
3.3 數(shù)字圖像的邊緣檢測 16
3.4 實現(xiàn)灰度圖像與彩色圖像的相互轉(zhuǎn)換 17
4 醫(yī)學超聲圖像處理 19
4.1醫(yī)學超聲影像工作原理 19
4.2超聲圖像預(yù)處理 19
4.3超聲圖像二值化 19
4.4顆粒圖像中顆粒的提取 20
4.5結(jié)果 20
結(jié)論 22
參考文獻 23
附錄 25