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

      當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 通信工程論文
      畢業(yè)論文標題:

      圖像梯形退化校正的研究與實現(xiàn)

       本文ID:LWGSW11553 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 圖像梯形退化校正的研究與實現(xiàn) (收費:11800 積分)  

      通信工程論文編號:TX402  論文字數(shù):12616,頁數(shù):34

      目錄
      摘要 I
      ABSTRACT II
      緒論 1
      第一章 程序開發(fā)工具Microsoft Visual C++6.0 3
      1.1  Visual C++ 6.0 簡介 3
      1.2  Visual C++ 6.0的特點 3
      1.3  Visual C++ 6.0的開發(fā)環(huán)境 4
      第二章 數(shù)字圖像處理背景與數(shù)字化實現(xiàn) 6
      2.1 數(shù)字圖像處理背景 6
      2.2 數(shù)字圖像的數(shù)字化實現(xiàn) 7
      第三章 幾何畸變和幾何校正 12
      3.1 幾何畸變產(chǎn)生原因 12
      3.2 梯形畸變模型 13
      3.5 幾何畸變校正模型 14
      3.2 空間坐標變換方法歸納 14
      3.4 數(shù)字圖像灰度插值 16
      3.4.1 數(shù)字圖像灰度插值的定義 16
      3.4.2 最近鄰插值法 17
      3.4.3 雙線性插值算法 18
      3.4.4 三次立方卷積插值算法 19
      3.4.5 三種校正方法的比較 21
      第四章 程序?qū)崿F(xiàn)和實驗測試 22
      4.1 灰度插值方法實現(xiàn)程序 22
      4.2 程序?qū)嶒灉y試 24
      第五章 全文總結(jié)與展望 27
      致謝 30
      參考文獻 31

      摘要

       圖像幾何失真校正是數(shù)字圖像處理中的一個重要內(nèi)容。對于存在著幾何畸變和失真的圖像進行檢測和數(shù)據(jù)分析前,有必要消除這些失真。梯形失真的校正在現(xiàn)實運用中有較高的實用價值,例如遙感圖像處理,車牌檢測,模擬三維飛行模塊。這些都已經(jīng)在現(xiàn)實生活、訓(xùn)練中有了應(yīng)用。本次畢業(yè)設(shè)計以Visual C++6.0為工作平臺,通過編寫程序來實現(xiàn)相應(yīng)算法。處理過程預(yù)設(shè)了一副原圖像,該圖像通過退化算法得到當前圖像的坐標點及灰度值,并返回該灰度值到預(yù)設(shè)圖像相應(yīng)的坐標點上,從而實現(xiàn)了圖像的還原。在計算灰度值時采用了最近鄰法和雙線性插值法。驗證了梯形退化和校正模型的正確性和可行性。通過實驗分析,最近鄰法的校正計算速度及復(fù)雜度上要優(yōu)于雙線性插值法,但是校正后圖像質(zhì)量還是雙線性插值法好。
      關(guān)鍵詞:梯形失真;幾何校正,坐標變換,灰度插值,雙線性插值法
         
      ABSTRACT

       Image geometric distortion correction is an important content of digital image processing. It is necessary for the image with geometric distortion and distortion to eliminate these distortions before being carried on detection and data analysis. The correction of the trapezoidal distortion has a higher practical value in the reality using, such as remote sensing image processing, license plate detection, 3D flight simulation module. These have applied in the real life and the training activities. The graduates design takes Visual C++6.0 as the working platform through the compiling procedure to achieve the corresponding algorithm. The treating processes have supposed an original map picture in advance. This picture can obtain the seat punctuation and the gray value of the current picture through the degenerated algorithm, and return to the gray value to the corresponding seat punctuation of the picture supposed in advance. Thus we can realize the picture return to original state. The procedure used the nearest neighbor and bilinear interpolation methods to compute gray value. It has confirmed accuracy and the feasibility of the trapezoid degeneration and the adjustment model. Through analyzing the test, we can know that the nearest neighbor method of correction calculation is faster and less complex than bilinear interpolation. But bilinear interpolation has batter quality than nearest neighbor method after the image having been corrected. 
       
      Keywords : Trapezoidal distortion, Geometric Rectification, Coordinate Transformation,   Gray interpolation,   Bilinear interpolation


      相關(guān)論文
      本論文在通信工程論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:簡易數(shù)字電壓表設(shè)計實現(xiàn) 下一篇:PAM調(diào)制解調(diào)系統(tǒng)設(shè)計 二
      Tags:圖像 梯形 退化 校正 研究 實現(xiàn) 【收藏】 【返回頂部】
      會計論文
      電子機電論文
      金融論文
      電氣自動化論文
      模具設(shè)計
      化學(xué)工程與工藝
      機械設(shè)計
      電子通信論文
      英語論文
      行政管理論文
      物流論文
      電子商務(wù)論文
      法律論文
      國際貿(mào)易論文
      財務(wù)管理論文
      人力資源論文
      市場營銷論文
      土木工程論文
      工商管理論文
      工程管理論文
      漢語言文學(xué)論文
      教育管理論文
      測控專業(yè)論文
      交通工程論文
      旅游管理論文
      新聞專業(yè)論文
      藝術(shù)設(shè)計
      教育技術(shù)學(xué)論文
      應(yīng)用物理學(xué)論文
      輕化工程論文
      德語專業(yè)論文
      給水排水工程
      服裝設(shè)計與工程
      食品生物技術(shù)
      材料科學(xué)與工程
      電視制片管理
      工業(yè)工程論文
      文化產(chǎn)業(yè)管理
      包裝工程論文
      印刷工程論文
      信息管理論文
      制藥工程論文
      生物工程論文
      電子信息工程
      信息計算科學(xué)
      電氣工程論文
      通信工程論文
      財務(wù)會計畢業(yè)論文
      電子商務(wù)畢業(yè)論文
      現(xiàn)代教育技術(shù)
      信息管理專業(yè)
      心理學(xué)專業(yè)
      數(shù)學(xué)與應(yīng)用數(shù)學(xué)
      數(shù)學(xué)教育
      護理學(xué)畢業(yè)論文
      其他專業(yè)論文
      歷史學(xué)論文
      學(xué)前教育畢業(yè)論文
      小學(xué)教育畢業(yè)論文
      教育管理畢業(yè)論文
      法律專業(yè)畢業(yè)論文
      漢語言文學(xué)畢業(yè)論文
      工商管理畢業(yè)論文
      人力資源畢業(yè)論文
      營銷專業(yè)畢業(yè)論文
      物流專業(yè)畢業(yè)論文
      計算機論文
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供通信工程論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

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

      论文格式网:毕业论文格式范文
      <strike id="aa2qy"><input id="aa2qy"></input></strike>
    • <del id="aa2qy"></del>
    • <tfoot id="aa2qy"><input id="aa2qy"></input></tfoot>
    • <ul id="aa2qy"></ul>