論文格式
          電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
          機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
          制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
          通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
          • 首頁 |
          • 畢業論文 |
          • 論文格式 |
          • 個人簡歷 |
          • 工作總結 |
          • 入黨申請書 |
          • 求職信 |
          • 入團申請書 |
          • 工作計劃 |
          • 免費論文 |
          • 合作期刊 |
          • 論文同學網 |
          搜索 高級搜索

          當前位置:論文格式網 -> 畢業論文 -> 計算機論文
          畢業論文標題:

          可視化圖像處理系統

           本文ID:LWGSW14357 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 可視化圖像處理系統 (收費:1000 積分)  

          論文字數:19961,頁數:51

          摘要

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

          關鍵詞:可視化圖像處理系統,直方圖 ,小波變換,傅立葉,可視化

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


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基本GIS系統開發 下一篇:學生成績統計分析系統
          Tags:可視化 圖像 理系統 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

          本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

          論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

          Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

          感谢您访问我们的网站,您可能还对以下资源感兴趣:

          论文格式网:毕业论文格式范文