特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

vc++可視化圖像處理系統(tǒng)設計(附源程序).rar

RAR格式版權申訴手機打開展開

vc++可視化圖像處理系統(tǒng)設計(附源程序),資源包括:資源包括開題報告 程序設計源文件摘要本文的可視化圖像處理程序是對圖像信息處理有關的處理系統(tǒng);并對數(shù)字處理概況進行了分析。本文設計的可視化圖像處理程序是以windowxp作為操作平臺, 采用microsotf公司推出的開發(fā)win32環(huán)境程序,面向對象的可視化集成編程系統(tǒng)的具有程序框架自動生成,靈活方便的類管理,...
編號:25-260198大小:3.61M
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內容介紹

原文檔由會員 莎士比亞 發(fā)布

資源包括:資源包括開題報告 程序設計源文件

摘要
本文的可視化圖像處理程序是對圖像信息處理有關的處理系統(tǒng);并對數(shù)字處理概況進行了分析。本文設計的可視化圖像處理程序是以WindowXp作為操作平臺, 采用Microsotf公司推出的開發(fā)Win32環(huán)境程序,面向對象的可視化集成編程系統(tǒng)的具有程序框架自動生成,靈活方便的類管理,代碼編寫和界面設計集成交互操作,可開發(fā)多種程等優(yōu)點的Visual C++作為開發(fā)工具。本圖像處理程序實現(xiàn)對灰度圖像的基本操作,如圖像的打開,關閉,保存;圖像的基本處理,如圖像放大、縮小、旋轉、位移、2值化處理、中值濾波、邊緣檢測、直方圖、小波變換、傅立葉交換等等。對本系統(tǒng)的功能和算法進行了詳細的論述。通過綜述指出了目前研究中存在的問題并指出了今后的研究方向,著重論述了圖像處理階段的研究特點。本文提供圖像處理程序的基本框架和主要的一些圖像處理功能,但它卻不是一個完整的商業(yè)圖像處理軟件,如果要升級為商業(yè)軟件,還需要進行很多艱苦工作。

關鍵詞:可視化圖像處理系統(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
三 課題應解決的問題 8
四 課題技術關鍵 8
第二節(jié) 數(shù)字圖像介紹 8
一 數(shù)字圖像的基本概念 8
二 位圖的分類 10
第三節(jié) 本文的組織結構 11
一、本文的主要工作 11
二、本文的組織結構 12
第二章 數(shù)字圖像處理簡介 13
第一節(jié) 圖像處理概況 13
一 基于計算機的圖像處理 13
二 各種圖像處理的特點 14
三 數(shù)字圖像處理的特征 15
第二節(jié) 圖像處理基礎知識 16
一 圖像處理的硬件構成 16
二 數(shù)字圖像與Visual C++ 18
三 位圖文件格式 19
四 采樣與量化 21
五 圖像處理的基本步驟 22
第三章 方案設計與論證 24
第一節(jié) 方案設計 24
第二節(jié) 可行性論證 25
第四章 系統(tǒng)設計 26
第一節(jié) 總體設計 26
一、 流程分折 26
二、 功能框架結構 27
第二節(jié) 詳細設計 28
一、 圖像的打開、關閉、保存 28
二、 直方圖設計 31
三、 傅立葉交換 34
四、 小波交換 39
第三節(jié) 編碼 41
一、 開發(fā)語言特征 41
二、代碼風格與代碼質量 42
第五章 運行測試 44
第一節(jié) 測試目的 44
第二節(jié) 測試步驟 44
一、 圖像打開及關閉 44
二、 直方圖 44
三、 傅立葉變換 45
四、 小波變換 47
第三節(jié) 結果分析 48
一、 像打開及關閉 48
二、 直方圖 48
三、 傅立葉變換 48
四、小波變換 48
第四節(jié) 存在問題 49
第六章 結論 50
致謝 51
參考文獻 52