【正文】
計 /商 061 學(xué)生姓名 學(xué)號 指導(dǎo)教師 職稱 導(dǎo)師單位 徐州工業(yè)職業(yè)技術(shù)學(xué)院信息系 論文提交日期 1 一. 選題 意義及背景 : 圖像處理技術(shù)一直是困擾 Visual C++初學(xué)者的一個難題,在 Visual C++中,沒有一個完善的控件能夠顯示和處理各種格式的圖像,有時用戶需要了解各種圖像的文件格式,這極大的增加了初學(xué)者的學(xué)習(xí)難度?;诖耍O(shè)計了一個圖像處理軟件 ,本課題屬于小型的圖像處理軟件,主要用于實現(xiàn)圖像的顯示與批量轉(zhuǎn)換操作。 二.畢業(yè)設(shè)計(論文)主要內(nèi)容: 主要工作: 負(fù)責(zé)程序各個功能的整合、調(diào)試及運行 三.計 劃進(jìn)度: 階段 工作程序和要求 完成時間 前期準(zhǔn)備階段 學(xué)習(xí)畢業(yè)設(shè)計管理規(guī)定并準(zhǔn)備與測試有關(guān)的資料 中期指導(dǎo)檢查階段 。 . , ,并對測試結(jié)果進(jìn)行分析 . 后期答辯總結(jié)階段 . 四.畢業(yè)設(shè)計(論文)結(jié)束應(yīng)提交的材料: 測試計劃 測試腳本 測試報告 畢業(yè)論文 指導(dǎo)教師 教研室主任 年 月 日 年 月 日 2 論文 真實 性 承諾及指導(dǎo)教師 聲明 學(xué)生 論文 真實 性 承諾 本人鄭重聲明:所提交的 作品 是本人在 指導(dǎo)教師 的指導(dǎo)下,獨立進(jìn)行研究工作所取得的成果 ,內(nèi)容真實可靠,不存在抄襲、造假等學(xué)術(shù)不端行為 。對本文的研究 做 出重要貢獻(xiàn)的個人和集體 ,均已在文中以明確方式標(biāo)明。 畢業(yè) 生簽名 : 日 期 : 指導(dǎo)教師關(guān)于學(xué)生論文真實性審核的聲明 本人鄭重聲明: 已經(jīng)對學(xué)生論文所涉及的內(nèi)容進(jìn)行嚴(yán)格審核,確定其內(nèi)容均由學(xué)生在本人指導(dǎo)下取得,對他人論文及成果的引用已經(jīng)明確注明,不存在抄襲等學(xué)術(shù)不端行為 。系統(tǒng)在 Windows XP 平臺下實現(xiàn),本課題是采用 Visual C++作為編程工具,采用面向?qū)ο蟮某绦蛟O(shè)計技術(shù)實現(xiàn)一個圖形繪制和圖像處理的應(yīng)用軟件。圖形方面主要是設(shè)計圖形基類,以及繼承圖形基類的具體圖形類。系統(tǒng)的優(yōu)點有:充分體現(xiàn)了面向?qū)ο蟮脑O(shè)計思想,充分運用了 C++的特性。 最后,對系統(tǒng)進(jìn)行測試表明,系統(tǒng)功能達(dá)到了預(yù)期的要求,界面友好,操作簡便,運行也較穩(wěn)定,是一個完成基本功能的圖形圖像系統(tǒng)。 關(guān)鍵詞: 圖像處理系統(tǒng), 圖像顯示 ,圖片格式轉(zhuǎn)換。s encapsulation, for the future’s needs of the graphic images lays the foundation. The system merit has: the objectoriented design’s thought application of the c++ properties, Program’s structure is clear, good readability, codes has the full annotation in the program. Easy expansion and transplantation. Finally, system’s testing shows, system’s functions achieve the expected demand, friendly interface, and the operation is simple, also a much stable operation, it has basic functions of the graphic image system. As a whole, this paper describes the system design process and part of the process of designing code, it made some necessary explanations about key technology in the system, it made the detailed description to image transform of the basic principle, the image processing basic principle and various image formats. Key word: The imagery processing system, image display, image transforms. 目 錄 摘 要 ................................................................................................................................I Abstract......................................................................................................................... II 第一章 圖像處理系統(tǒng) ...................................................................................................... 1 概述 ................................................................................................................... 1 系統(tǒng)分析 ............................................................................................................ 1 需求分析 ................................................................................................. 1 可行性分析 .............................................................................................. 1 總體設(shè)計 .......................................................................................................... 1 項目規(guī)劃 ................................................................................................. 1 系統(tǒng)功能架構(gòu)圖 ....................................................................................... 2 系統(tǒng)設(shè)計 ............................................................................................................ 3 設(shè)計目標(biāo) ................................................................................................. 3 開發(fā)及運行環(huán)境 ....................................................................................... 3 技術(shù)準(zhǔn)備 ............................................................................................................ 3 基本繪圖操作 .......................................................................................... 3 內(nèi)存畫布的設(shè)計 ....................................................................................... 3 自定義全局函數(shù) ....................................................................................... 4 自定義菜單 .............................................................................................. 5 自定義工具欄 .........................................................................................11 主要功能模塊的設(shè) 計 ......................................................................................... 12 系統(tǒng)架構(gòu)設(shè)計 ........................................................................................ 12 公共模塊設(shè)計 ..................................................................