vc++可視化圖像處理系統(tǒng)設(shè)計(附源程序).rar
vc++可視化圖像處理系統(tǒng)設(shè)計(附源程序),資源包括:資源包括開題報告 程序設(shè)計源文件摘要本文的可視化圖像處理程序是對圖像信息處理有關(guān)的處理系統(tǒng);并對數(shù)字處理概況進(jìn)行了分析。本文設(shè)計的可視化圖像處理程序是以windowxp作為操作平臺, 采用microsotf公司推出的開發(fā)win32環(huán)境程序,面向?qū)ο蟮目梢暬删幊滔到y(tǒng)的具有程序框架自動生成,靈活方便的類管理,...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 莎士比亞 發(fā)布
資源包括:資源包括開題報告 程序設(shè)計源文件
摘要
本文的可視化圖像處理程序是對圖像信息處理有關(guān)的處理系統(tǒng);并對數(shù)字處理概況進(jìn)行了分析。本文設(shè)計的可視化圖像處理程序是以WindowXp作為操作平臺, 采用Microsotf公司推出的開發(fā)Win32環(huán)境程序,面向?qū)ο蟮目梢暬删幊滔到y(tǒng)的具有程序框架自動生成,靈活方便的類管理,代碼編寫和界面設(shè)計集成交互操作,可開發(fā)多種程等優(yōu)點的Visual C++作為開發(fā)工具。本圖像處理程序?qū)崿F(xiàn)對灰度圖像的基本操作,如圖像的打開,關(guān)閉,保存;圖像的基本處理,如圖像放大、縮小、旋轉(zhuǎn)、位移、2值化處理、中值濾波、邊緣檢測、直方圖、小波變換、傅立葉交換等等。對本系統(tǒng)的功能和算法進(jìn)行了詳細(xì)的論述。通過綜述指出了目前研究中存在的問題并指出了今后的研究方向,著重論述了圖像處理階段的研究特點。本文提供圖像處理程序的基本框架和主要的一些圖像處理功能,但它卻不是一個完整的商業(yè)圖像處理軟件,如果要升級為商業(yè)軟件,還需要進(jìn)行很多艱苦工作。
關(guān)鍵詞:可視化圖像處理系統(tǒng),直方圖 ,小波變換,傅立葉,可視化
Abstract
The visual pattern process procedure of this text is to the information processing relevant process systems of the picture ; And has analysed to the digital processing overview. The visual pattern process procedure that this text designs regards WindowXp as the operating platform , adopting the development Win32 environmental procedure that Microsotf Company puts out, target -oriented visual integrated programming has frame of procedures to produce systematically automatically, flexible and convenient kinds of management, write and design and integrate operating with the interface mutually in code, can develop Visual C ++ in such advantages as many kinds of Cheng ,etc. as the developing instrument . This pattern process procedure realizes the basic operation to the grey level picture , such as the opening of the picture, Close , Save; Basic treatment of the picture , picture enlarge for instance , dwindle , rotate , displacement , binarization , Medium filter , Edge detection , Histogram , Wavelet transform , Fourier transform. Have carried on the detailed argumentation to the function and algorithm of this system. Have pointed out the problem existing while studying at present and pointed out the direction of studying in the future through the survey ,have described the research characteristic at stage of pattern process emphatically. This text offers the basic frame of a procedure of pattern process and some main pattern process functions, but it is not the commercial pattern process software of a fullness , if upgrade to the business software, need to go on a lot and work hard.
Keywords: vision Image manipulation system , histogram, wavelet transform, Fourier transform , visual.
目錄
摘要 5
Abstract 6
第一章.前言 7
第一節(jié) 選題背景 7
一 課題來源 7
二 課題目的和意義 7
三 課題應(yīng)解決的問題 8
四 課題技術(shù)關(guān)鍵 8
第二節(jié) 數(shù)字圖像介紹 8
一 數(shù)字圖像的基本概念 8
二 位圖的分類 10
第三節(jié) 本文的組織結(jié)構(gòu) 11
一、本文的主要工作 11
二、本文的組織結(jié)構(gòu) 12
第二章 數(shù)字圖像處理簡介 13
第一節(jié) 圖像處理概況 13
一 基于計算機(jī)的圖像處理 13
二 各種圖像處理的特點 14
三 數(shù)字圖像處理的特征 15
第二節(jié) 圖像處理基礎(chǔ)知識 16
一 圖像處理的硬件構(gòu)成 16
二 數(shù)字圖像與Visual C++ 18
三 位圖文件格式 19
四 采樣與量化 21
五 圖像處理的基本步驟 22
第三章 方案設(shè)計與論證 24
第一節(jié) 方案設(shè)計 24
第二節(jié) 可行性論證 25
第四章 系統(tǒng)設(shè)計 26
第一節(jié) 總體設(shè)計 26
一、 流程分折 26
二、 功能框架結(jié)構(gòu) 27
第二節(jié) 詳細(xì)設(shè)計 28
一、 圖像的打開、關(guān)閉、保存 28
二、 直方圖設(shè)計 31
三、 傅立葉交換 34
四、 小波交換 39
第三節(jié) 編碼 41
一、 開發(fā)語言特征 41
二、代碼風(fēng)格與代碼質(zhì)量 42
第五章 運行測試 44
第一節(jié) 測試目的 44
第二節(jié) 測試步驟 44
一、 圖像打開及關(guān)閉 44
二、 直方圖 44
三、 傅立葉變換 45
四、 小波變換 47
第三節(jié) 結(jié)果分析 48
一、 像打開及關(guān)閉 48
二、 直方圖 48
三、 傅立葉變換 48
四、小波變換 48
第四節(jié) 存在問題 49
第六章 結(jié)論 50
致謝 51
參考文獻(xiàn) 52
摘要
本文的可視化圖像處理程序是對圖像信息處理有關(guān)的處理系統(tǒng);并對數(shù)字處理概況進(jìn)行了分析。本文設(shè)計的可視化圖像處理程序是以WindowXp作為操作平臺, 采用Microsotf公司推出的開發(fā)Win32環(huán)境程序,面向?qū)ο蟮目梢暬删幊滔到y(tǒng)的具有程序框架自動生成,靈活方便的類管理,代碼編寫和界面設(shè)計集成交互操作,可開發(fā)多種程等優(yōu)點的Visual C++作為開發(fā)工具。本圖像處理程序?qū)崿F(xiàn)對灰度圖像的基本操作,如圖像的打開,關(guān)閉,保存;圖像的基本處理,如圖像放大、縮小、旋轉(zhuǎn)、位移、2值化處理、中值濾波、邊緣檢測、直方圖、小波變換、傅立葉交換等等。對本系統(tǒng)的功能和算法進(jìn)行了詳細(xì)的論述。通過綜述指出了目前研究中存在的問題并指出了今后的研究方向,著重論述了圖像處理階段的研究特點。本文提供圖像處理程序的基本框架和主要的一些圖像處理功能,但它卻不是一個完整的商業(yè)圖像處理軟件,如果要升級為商業(yè)軟件,還需要進(jìn)行很多艱苦工作。
關(guān)鍵詞:可視化圖像處理系統(tǒng),直方圖 ,小波變換,傅立葉,可視化
Abstract
The visual pattern process procedure of this text is to the information processing relevant process systems of the picture ; And has analysed to the digital processing overview. The visual pattern process procedure that this text designs regards WindowXp as the operating platform , adopting the development Win32 environmental procedure that Microsotf Company puts out, target -oriented visual integrated programming has frame of procedures to produce systematically automatically, flexible and convenient kinds of management, write and design and integrate operating with the interface mutually in code, can develop Visual C ++ in such advantages as many kinds of Cheng ,etc. as the developing instrument . This pattern process procedure realizes the basic operation to the grey level picture , such as the opening of the picture, Close , Save; Basic treatment of the picture , picture enlarge for instance , dwindle , rotate , displacement , binarization , Medium filter , Edge detection , Histogram , Wavelet transform , Fourier transform. Have carried on the detailed argumentation to the function and algorithm of this system. Have pointed out the problem existing while studying at present and pointed out the direction of studying in the future through the survey ,have described the research characteristic at stage of pattern process emphatically. This text offers the basic frame of a procedure of pattern process and some main pattern process functions, but it is not the commercial pattern process software of a fullness , if upgrade to the business software, need to go on a lot and work hard.
Keywords: vision Image manipulation system , histogram, wavelet transform, Fourier transform , visual.
目錄
摘要 5
Abstract 6
第一章.前言 7
第一節(jié) 選題背景 7
一 課題來源 7
二 課題目的和意義 7
三 課題應(yīng)解決的問題 8
四 課題技術(shù)關(guān)鍵 8
第二節(jié) 數(shù)字圖像介紹 8
一 數(shù)字圖像的基本概念 8
二 位圖的分類 10
第三節(jié) 本文的組織結(jié)構(gòu) 11
一、本文的主要工作 11
二、本文的組織結(jié)構(gòu) 12
第二章 數(shù)字圖像處理簡介 13
第一節(jié) 圖像處理概況 13
一 基于計算機(jī)的圖像處理 13
二 各種圖像處理的特點 14
三 數(shù)字圖像處理的特征 15
第二節(jié) 圖像處理基礎(chǔ)知識 16
一 圖像處理的硬件構(gòu)成 16
二 數(shù)字圖像與Visual C++ 18
三 位圖文件格式 19
四 采樣與量化 21
五 圖像處理的基本步驟 22
第三章 方案設(shè)計與論證 24
第一節(jié) 方案設(shè)計 24
第二節(jié) 可行性論證 25
第四章 系統(tǒng)設(shè)計 26
第一節(jié) 總體設(shè)計 26
一、 流程分折 26
二、 功能框架結(jié)構(gòu) 27
第二節(jié) 詳細(xì)設(shè)計 28
一、 圖像的打開、關(guān)閉、保存 28
二、 直方圖設(shè)計 31
三、 傅立葉交換 34
四、 小波交換 39
第三節(jié) 編碼 41
一、 開發(fā)語言特征 41
二、代碼風(fēng)格與代碼質(zhì)量 42
第五章 運行測試 44
第一節(jié) 測試目的 44
第二節(jié) 測試步驟 44
一、 圖像打開及關(guān)閉 44
二、 直方圖 44
三、 傅立葉變換 45
四、 小波變換 47
第三節(jié) 結(jié)果分析 48
一、 像打開及關(guān)閉 48
二、 直方圖 48
三、 傅立葉變換 48
四、小波變換 48
第四節(jié) 存在問題 49
第六章 結(jié)論 50
致謝 51
參考文獻(xiàn) 52
TA們正在看...
- 塑鋼門窗工程技術(shù)標(biāo)準(zhǔn).doc
- 墻柱模板工藝標(biāo)準(zhǔn)及控制要點.doc
- 墻面木飾面面層施工工藝標(biāo)準(zhǔn).doc
- 墻面鋁塑板工程施工工藝標(biāo)準(zhǔn).doc
- 增值稅練習(xí)題及標(biāo)準(zhǔn)答案7.doc
- 復(fù)習(xí)題標(biāo)準(zhǔn)化法律法規(guī).doc
- 復(fù)合不定代詞語法及練習(xí)有標(biāo)準(zhǔn)答案.doc
- 復(fù)合句練習(xí)5題含標(biāo)準(zhǔn)答案解析.doc
- 復(fù)合木地板施工工藝技術(shù)標(biāo)準(zhǔn).doc
- 外協(xié)加工管理與控制標(biāo)準(zhǔn).doc