基于labview的圖像處理編程實現(xiàn).doc
![](http:///template/default/images/docicon2.gif)
![](http:///template/default/images/docicon4.gif)
約32頁DOC格式手機打開展開
基于labview的圖像處理編程實現(xiàn),基于labview的圖像處理編程實現(xiàn)labview-based image processing program14800字 32頁目錄第一章緒論81.1 圖像處理技術發(fā)展歷史81.2 國內外研究現(xiàn)狀和技術難題101.3 選題的目的和意義12第二章 阿貝爾空間濾波的原理及虛擬儀器(vi)平臺132.1 空間濾波的原理1...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/481954.gif)
內容介紹
此文檔由會員 sbsiji00 發(fā)布
基于LABVIEW的圖像處理編程實現(xiàn)
LABVIEW-based image processing program
14800字 32頁
目錄
第一章 緒論 8
1.1 圖像處理技術發(fā)展歷史 8
1.2 國內外研究現(xiàn)狀和技術難題 10
1.3 選題的目的和意義 12
第二章 阿貝爾空間濾波的原理及虛擬儀器(VI)平臺 13
2.1 空間濾波的原理 13
2.1.1 阿貝成像原理 16
2.1.2 光學空間濾波 18
2.2 虛擬儀器(VI)平臺的介紹 19
2.2.1 虛擬儀器的硬件系統(tǒng) 19
2.2.2 虛擬儀器的軟件系統(tǒng) 20
第三章 基于LABVIEW阿貝空間濾波器的實現(xiàn) 22
3.1 軟件的編程思路 22
3.2 labview的編程 22
3.2.1 調入圖像 23
3.2.2 濾波器的設計 24
3.2.3 主程序 26
3.3 結果分析 26
3.3.1 頻譜面光強分布 26
3.3.2 像平面的光強分布 27
3.3.3濾波后 28
第四章 總結和展望 32
4.1 總結 32
4.2 展望 32
致 謝 33
參考文獻 34
摘要:對圖像進行處理分為:數字圖像處理和模擬圖像處理。利用可視化軟件來編寫一個數字圖像處理程序,實現(xiàn)圖像的讀取和低通高通濾波,最終獲得圖像的特定細節(jié),是本畢業(yè)設計的目的。
本文首先介紹了LABVIEW軟件、阿貝成像原理和空間濾波原理的基本知識。根據阿貝成像原理,用LABVIEW軟件設計了簡單的濾波器;設計了圖像讀取模塊;利用設計好的程序對讀入圖像進行低通或高通濾波處理。圖像經過低通處理后獲得內部細節(jié),圖像經過高通處理后獲得輪廓細節(jié)。該論文的成果對工程實踐有一定指導價值。
關鍵詞:數字圖像處理 阿貝成像 空間濾波 LABVIEW
LABVIEW-based image processing program
Abstract: Image processing has two categories: digital image processing and analog image processing. The object of this paper is to develop one digital image processing program based on the visualization software--LabView, realizing reading images from outer document and then process the images with low-pass or high-pass filter, eventually obtaining the specific details of the image.
This paper firstly introduces the basic knowledge of LABVIEW software, Abbe imaging principle and spatial filtering principle. According to the Abbe imaging principle and using LABVIEW software, image reading module, low-pass filter and high-pass filter were designed. The processed results are as follows. When using low-pass filter, the important inner details can be obtained. When using high-pass filter, the outer profile details can be extracted. The results have a certain guiding significance for engineering practice.
Keywords: Digital image processing, Abbe imaging, spatial filtering, LABVIEW
LABVIEW-based image processing program
14800字 32頁
目錄
第一章 緒論 8
1.1 圖像處理技術發(fā)展歷史 8
1.2 國內外研究現(xiàn)狀和技術難題 10
1.3 選題的目的和意義 12
第二章 阿貝爾空間濾波的原理及虛擬儀器(VI)平臺 13
2.1 空間濾波的原理 13
2.1.1 阿貝成像原理 16
2.1.2 光學空間濾波 18
2.2 虛擬儀器(VI)平臺的介紹 19
2.2.1 虛擬儀器的硬件系統(tǒng) 19
2.2.2 虛擬儀器的軟件系統(tǒng) 20
第三章 基于LABVIEW阿貝空間濾波器的實現(xiàn) 22
3.1 軟件的編程思路 22
3.2 labview的編程 22
3.2.1 調入圖像 23
3.2.2 濾波器的設計 24
3.2.3 主程序 26
3.3 結果分析 26
3.3.1 頻譜面光強分布 26
3.3.2 像平面的光強分布 27
3.3.3濾波后 28
第四章 總結和展望 32
4.1 總結 32
4.2 展望 32
致 謝 33
參考文獻 34
摘要:對圖像進行處理分為:數字圖像處理和模擬圖像處理。利用可視化軟件來編寫一個數字圖像處理程序,實現(xiàn)圖像的讀取和低通高通濾波,最終獲得圖像的特定細節(jié),是本畢業(yè)設計的目的。
本文首先介紹了LABVIEW軟件、阿貝成像原理和空間濾波原理的基本知識。根據阿貝成像原理,用LABVIEW軟件設計了簡單的濾波器;設計了圖像讀取模塊;利用設計好的程序對讀入圖像進行低通或高通濾波處理。圖像經過低通處理后獲得內部細節(jié),圖像經過高通處理后獲得輪廓細節(jié)。該論文的成果對工程實踐有一定指導價值。
關鍵詞:數字圖像處理 阿貝成像 空間濾波 LABVIEW
LABVIEW-based image processing program
Abstract: Image processing has two categories: digital image processing and analog image processing. The object of this paper is to develop one digital image processing program based on the visualization software--LabView, realizing reading images from outer document and then process the images with low-pass or high-pass filter, eventually obtaining the specific details of the image.
This paper firstly introduces the basic knowledge of LABVIEW software, Abbe imaging principle and spatial filtering principle. According to the Abbe imaging principle and using LABVIEW software, image reading module, low-pass filter and high-pass filter were designed. The processed results are as follows. When using low-pass filter, the important inner details can be obtained. When using high-pass filter, the outer profile details can be extracted. The results have a certain guiding significance for engineering practice.
Keywords: Digital image processing, Abbe imaging, spatial filtering, LABVIEW