基于matlab的數(shù)字圖像處理.doc
約19頁DOC格式手機打開展開
基于matlab的數(shù)字圖像處理,(論文內(nèi)含matlab圖像處理實現(xiàn)的代碼)基于matlab的數(shù)字圖像處理 全文18頁 6000余字 【摘要】數(shù)字圖像處理是一種通過計算機采用一定的算法對圖形圖像進行處理的技術(shù)。數(shù)字圖像處理技術(shù)已經(jīng)在各個領(lǐng)域上都有了比較廣泛的應用。圖像處理的信息量很大,對處理速度的要求也比較高。matlab強大的運算和圖形展示功能,使圖...
內(nèi)容介紹
此文檔由會員 從頭再來 發(fā)布
(論文內(nèi)含MATLAB圖像處理實現(xiàn)的代碼)
基于Matlab的數(shù)字圖像處理
全文18頁 6000余字
【摘要】數(shù)字圖像處理是一種通過計算機采用一定的算法對圖形圖像進行處理的技術(shù)。數(shù)字圖像處理技術(shù)已經(jīng)在各個領(lǐng)域上都有了比較廣泛的應用。圖像處理的信息量很大,對處理速度的要求也比較高。Matlab強大的運算和圖形展示功能,使圖像處理變得更加的簡單和直觀。本文基于MATLAB的數(shù)字圖像處理環(huán)境,設(shè)計并實現(xiàn)了一個圖像處理系統(tǒng),展示如何通過利用Matlab的工具函數(shù)和多種算法實現(xiàn)對圖形圖像的各種處理。論述了利用設(shè)計的系統(tǒng)實現(xiàn)圖像增強、圖像變換等圖像處理?!?br>【關(guān)鍵詞】Matlab;數(shù)字圖像處理;圖像變換;圖像增強
Digital image processing based on MATLAB
【Abstract】 Digital image processing is a technology that using computer to process images through a certain algorithm. The technology of digital image processing has been widely used in all kinds of fields. There is a large amount of information to process in image processing, the requirements of the speed of processing is even higher.Matlab has powerful functions of computing and graphics display,which makes image processing become more simple and visual. This paper attempts to use MATLAB as a platform for image processing system development and design, showing how to to achieve a variety of image processing by using the MATLAB tool functions and lots of algorithms.Discussing how to use the designed system to achieve image enhancement, image transformation, and other image processing technologies.
【Keywords】Matlab, Digital image processing, image transformation,image enhancement
目錄
1.數(shù)字圖像處理的簡介 3
1.1數(shù)字圖像處理技術(shù)具有自身的特點 3
1.1.1數(shù)字圖像處理技術(shù)的優(yōu)點 3
1.1.2數(shù)字圖像處理技術(shù)的缺點 3
2.MATLAB簡述 4
2.1 MATLAB軟件的簡介 4
2.2 MATLAB圖像處理工具箱簡介 4
3.圖像處理系統(tǒng)的總設(shè)計 4
3.1系統(tǒng)的總體框架設(shè)計 4
3.2系統(tǒng)的用戶界面設(shè)計 5
4.圖像處理系統(tǒng)的各個模塊解析 5
4.1文件模塊 5
4.1.1打開 5
4.1.2保存 6
4.2圖像增強模塊 6
4.2.1增亮圖像 7
4.2.2對比度 7
4.2.3燈光控制 7
4.2.4加噪 8
4.2.5濾波 8
4.3空間變換模塊 9
4.3.1鄰近插值放大、縮小 9
4.3.2雙線性插值放大、縮小 10
4.3.3旋轉(zhuǎn) 10
4.3.4剪切 11
4.4圖像分析模塊 11
4.4.1直方圖均衡化 11
4.4.2統(tǒng)計直方圖 12
4.4.3邊緣檢測 12
4.4.4頻譜分析 13
4.5 圖像類型轉(zhuǎn)換 13
4.5.1 RGB→HSV的轉(zhuǎn)換 13
4.5.2 RGB →Gray轉(zhuǎn)換 14
4.6 色彩模塊 14
4.6.1 真彩色圖像色彩分離 14
4.6.2 紋理映射 15
4.6.3高斯高通濾波器 15
5.設(shè)計總結(jié) 16
6.結(jié)束語 16
參考文獻
[1]羅軍輝, 馮平,哈力旦•A等.MATLAB7.0在圖像處理中的應用[M].北京:機械工業(yè)出版社,2005.
[2]蘇金明,王永利.Matlab圖形圖像[M].北京:電子工業(yè)出版社,2005.
[3]徐飛等.Matlab應用圖像處理[M].西安:西安電子科技大學出版社,2002.
[4]鄭阿奇. MATLAB實用教程[M].北京: 電子工業(yè)出版社.2004
[5]何希平,張瓊?cè)A.基于MATLAB的圖像處理與分析[D].重慶:重慶工商大學學報,2003.
[6] 婁 莉. 基于MATLAB 的圖像消噪算法研究[D].西安:西安石油大學學報,2004.
[7] 成菲,張和生. 基于MATLAB的圖像增強初探[A]. 測繪科學,2008,第33卷增刊.
基于Matlab的數(shù)字圖像處理
全文18頁 6000余字
【摘要】數(shù)字圖像處理是一種通過計算機采用一定的算法對圖形圖像進行處理的技術(shù)。數(shù)字圖像處理技術(shù)已經(jīng)在各個領(lǐng)域上都有了比較廣泛的應用。圖像處理的信息量很大,對處理速度的要求也比較高。Matlab強大的運算和圖形展示功能,使圖像處理變得更加的簡單和直觀。本文基于MATLAB的數(shù)字圖像處理環(huán)境,設(shè)計并實現(xiàn)了一個圖像處理系統(tǒng),展示如何通過利用Matlab的工具函數(shù)和多種算法實現(xiàn)對圖形圖像的各種處理。論述了利用設(shè)計的系統(tǒng)實現(xiàn)圖像增強、圖像變換等圖像處理?!?br>【關(guān)鍵詞】Matlab;數(shù)字圖像處理;圖像變換;圖像增強
Digital image processing based on MATLAB
【Abstract】 Digital image processing is a technology that using computer to process images through a certain algorithm. The technology of digital image processing has been widely used in all kinds of fields. There is a large amount of information to process in image processing, the requirements of the speed of processing is even higher.Matlab has powerful functions of computing and graphics display,which makes image processing become more simple and visual. This paper attempts to use MATLAB as a platform for image processing system development and design, showing how to to achieve a variety of image processing by using the MATLAB tool functions and lots of algorithms.Discussing how to use the designed system to achieve image enhancement, image transformation, and other image processing technologies.
【Keywords】Matlab, Digital image processing, image transformation,image enhancement
目錄
1.數(shù)字圖像處理的簡介 3
1.1數(shù)字圖像處理技術(shù)具有自身的特點 3
1.1.1數(shù)字圖像處理技術(shù)的優(yōu)點 3
1.1.2數(shù)字圖像處理技術(shù)的缺點 3
2.MATLAB簡述 4
2.1 MATLAB軟件的簡介 4
2.2 MATLAB圖像處理工具箱簡介 4
3.圖像處理系統(tǒng)的總設(shè)計 4
3.1系統(tǒng)的總體框架設(shè)計 4
3.2系統(tǒng)的用戶界面設(shè)計 5
4.圖像處理系統(tǒng)的各個模塊解析 5
4.1文件模塊 5
4.1.1打開 5
4.1.2保存 6
4.2圖像增強模塊 6
4.2.1增亮圖像 7
4.2.2對比度 7
4.2.3燈光控制 7
4.2.4加噪 8
4.2.5濾波 8
4.3空間變換模塊 9
4.3.1鄰近插值放大、縮小 9
4.3.2雙線性插值放大、縮小 10
4.3.3旋轉(zhuǎn) 10
4.3.4剪切 11
4.4圖像分析模塊 11
4.4.1直方圖均衡化 11
4.4.2統(tǒng)計直方圖 12
4.4.3邊緣檢測 12
4.4.4頻譜分析 13
4.5 圖像類型轉(zhuǎn)換 13
4.5.1 RGB→HSV的轉(zhuǎn)換 13
4.5.2 RGB →Gray轉(zhuǎn)換 14
4.6 色彩模塊 14
4.6.1 真彩色圖像色彩分離 14
4.6.2 紋理映射 15
4.6.3高斯高通濾波器 15
5.設(shè)計總結(jié) 16
6.結(jié)束語 16
參考文獻
[1]羅軍輝, 馮平,哈力旦•A等.MATLAB7.0在圖像處理中的應用[M].北京:機械工業(yè)出版社,2005.
[2]蘇金明,王永利.Matlab圖形圖像[M].北京:電子工業(yè)出版社,2005.
[3]徐飛等.Matlab應用圖像處理[M].西安:西安電子科技大學出版社,2002.
[4]鄭阿奇. MATLAB實用教程[M].北京: 電子工業(yè)出版社.2004
[5]何希平,張瓊?cè)A.基于MATLAB的圖像處理與分析[D].重慶:重慶工商大學學報,2003.
[6] 婁 莉. 基于MATLAB 的圖像消噪算法研究[D].西安:西安石油大學學報,2004.
[7] 成菲,張和生. 基于MATLAB的圖像增強初探[A]. 測繪科學,2008,第33卷增刊.