免费中文字幕午夜理论模特,久久午夜福利精品,国产精品久久久久中文,久久精品视频免费观看12

  • <object id="ysikk"><strike id="ysikk"></strike></object>
    <menu id="ysikk"><abbr id="ysikk"></abbr></menu>
    <ul id="ysikk"></ul>
    <tbody id="ysikk"></tbody>
  • <menu id="ysikk"><noscript id="ysikk"></noscript></menu>

    課件009logo 課件009網(wǎng)站
    首 頁 課 件 試 卷 教 案 畢業(yè)論文 圖書軟件 職教研究 期刊推介 會員中心 信息發(fā)布
    首頁 >> 畢業(yè)論文(設(shè)計) >> 電子電工畢業(yè)論文(設(shè)計) >> 基于DSP5509的數(shù)字圖像檢測算法的研究
    基于DSP5509的數(shù)字圖像檢測算法的研究
    資料類別
       電子電工畢業(yè)論文(設(shè)計)
    課程(專業(yè))
      電子信息工程
    關(guān)鍵詞
      邊緣檢測|Canny
    適用年級
      大學(xué)
    身份要求
      普通會員
    金 幣
      110  (金幣如何獲得?

    文件格式

      word
    文件大小
      315K
    發(fā)布時間
      2010-04-10 20:32:00
    預(yù)覽文件
     
    下載次數(shù)
      1
    發(fā)布人   zx1988zx12
     內(nèi)容簡介:     畢業(yè)論文 基于DSP5509的數(shù)字圖像檢測算法的研究(共57頁,15022字)
       摘要:隨著計算機和各個相關(guān)領(lǐng)域研究的迅速發(fā)展,科學(xué)計算可視化、多媒體技術(shù)等研究和應(yīng)用的興起,數(shù)字圖像處理從一個專門領(lǐng)域的學(xué)科,變成了一種新型的科學(xué)研究和人機界面的工具。邊緣檢測是數(shù)字圖像處理中的重要內(nèi)容。本設(shè)計基于Visual C#程序設(shè)計語言,綜合運用面向?qū)ο蟪绦蛟O(shè)計技術(shù),數(shù)字圖像處理技術(shù)對數(shù)字圖像進(jìn)行邊緣檢測。主要工作包括圖像的二值處理,灰度處理,并運用Sobel,Canny,Roberts,Laplacan四個算子實現(xiàn)數(shù)字圖像邊緣檢測,結(jié)果表明:Roberts 算子定位比較精確,但對噪聲比較敏感,Sobel算子對灰度漸變低噪聲的圖像有較好的檢測效果,拉普拉斯算子可以檢測出絕大部分邊緣,同時基本沒有出現(xiàn)偽邊緣,可以精確定位邊緣,Canny算子是傳統(tǒng)一階微分算子中最好的算子之一,檢測邊緣檢測的效果最好,邊緣輪廓清晰,使人一目了然。
       關(guān)鍵詞:邊緣檢測;數(shù)字圖像處理;Canny;Sobel;oberts
       The Realization of Edge Detection Algorithm of
       Digital Image
       Abstract: With the rapid development of research on computer and it’s relative domains and visualization of scientific computation, digital image processing turns to be a tool for a new type of science research and man-machine interface from a special field. Edge detection is an important part of digital image processing. This design, bases on Visual C# programming language, was carried on with “C#” programming. The digital image processing technique realized edge detection of digital image. The main tasks include two-value and gradation processing of image, and realize edge detection of digital image with four operators—Sobel,Canny,Roberts and Laplacan.The results show that Roberts operator is more exact, but sensitive to noises. Sobel operator performs better on gradually-changing and noiseless images.Laplace operator is competent to detect major parts of edge. At the same time, hardly any false edge turns up and it’s just to the point. Canny operator is one of best operators of traditional one-band differential, and it is the best operator of edge detection, contours of edge detected by which is clear enough to be observed.
       Keywords: Edge Detection, Image Procession, Canny, Roberts
      
       目 錄
       第1章 緒 論 1
       1.1 邊緣檢測國內(nèi)外研究現(xiàn)狀 1
       1.2 選題的目的和意義 2
       第2章 基礎(chǔ)知識 4
       2.1 數(shù)字圖像 4
       2.2 TMS320C5509的優(yōu)勢 4
       2.3 CCS集成編譯環(huán)境開發(fā)應(yīng)用程序的步驟 5
       3章 邊緣檢測設(shè)計 7
       3.1 利用DSP處理數(shù)字圖像的基本思想 7
       3.2 系統(tǒng)總體設(shè)計流程圖 7
       3.4 數(shù)字圖像圖形預(yù)處理 8
       3.4.1 數(shù)字圖像的灰度處理 8
       3.4.2 數(shù)字圖像的二值處理 11
       3.5 Sobel算子設(shè)計實現(xiàn) 15
       3.6 Laplacan算子設(shè)計實現(xiàn) 19
       3.7 Roberts算子設(shè)計實現(xiàn) 23
       3.8 Canny算子設(shè)計實現(xiàn) 25
       第4章 設(shè)計的測試與運行 30
       4.1 設(shè)計測試環(huán)境 30
       4.2 設(shè)計總測試 30
       4.4 邊緣檢測算子的評價 30
       4.4.1 數(shù)字圖像邊緣檢測的要求 30
       4.4.2 邊緣檢測評測結(jié)果 31
       第5章 總結(jié)與展望 33
       致 謝 34
       參考文獻(xiàn) 35
       附 錄 37
       附錄1 37
       附錄2 TMS320C550 結(jié)構(gòu)圖 51

     相關(guān)說明:
      1. 如您下載的資料不止一份,建議您注冊成為本站會員。會員請登錄后下載。
      2. 會員購買金幣50元以下,0.7元/個,50元以上,0.5元/個。具體請看:下載與付款。
      3. 會員48小時內(nèi)下載同一文件,不重復(fù)扣金幣。
      4. 下載后請用WinRAR WinZIP解壓縮后使用。
      5. 如仍有其他下載問題,請看常見問題解答

     下載地址:

       

    相關(guān)畢業(yè)論文(設(shè)計)
    1 基于DSP5509的數(shù)字圖像檢測算
    2 中國人民解放軍信息工程大學(xué)碩士學(xué)位
    3 單¬邊緣特征提取及其在圖像
    4 圖像邊緣監(jiān)測及輪廓跟蹤實現(xiàn)
    5 燕山大學(xué)課程設(shè)計 數(shù)字圖像邊緣檢測
    6 基于Matlab的圖像邊緣檢測算
    7 圖像邊緣檢測技術(shù)研究
    8 蟻群算法在數(shù)字圖像中的應(yīng)用
    9 基于MATLAB的圖像邊緣檢測
    10 基于DSP的視覺圖像處理研究
    推薦畢業(yè)論文(設(shè)計)
    1 數(shù)電課程設(shè)計 交通信號燈控制器
    2 基于AT89C52的液位檢測系統(tǒng)
    3 帶移位運算的模型機的設(shè)計與實現(xiàn)
    4 應(yīng)用PLC的恒溫箱控制系統(tǒng)設(shè)計
    5 河南理工大學(xué)課程設(shè)計 計算器模擬系
    6 無線測溫系統(tǒng)在火炸藥運輸過程中的應(yīng)
    7 簡易按鍵顯示器
    8 PIC單片機實現(xiàn)衛(wèi)生間智能沖水系統(tǒng)
    9 自動掃地機控制系統(tǒng)設(shè)計
    10 LED愛心燈設(shè)計
    11 武漢理工大學(xué)《電子科學(xué)與技術(shù)專業(yè)課
    12 哈爾濱某學(xué)院行政樓的火災(zāi)電子報警系

    網(wǎng)友評論(點擊發(fā)表評論
    序號評論人評論內(nèi)容時間


    設(shè)為首頁  加入收藏  下載與付款  上傳課件  資料征集  論壇與信息發(fā)布  期刊雜志推介  免責(zé)聲明  常見問題   分類說明  聯(lián)系本站  會員登錄
    課件009教育資源網(wǎng) 版權(quán)所有