《電子技術應用》
您所在的位置:首頁 > 模擬設計 > 設計應用 > 數字圖像邊緣檢測算法研究
數字圖像邊緣檢測算法研究
電子技術應用
何志勇,李祎,閆松,張志偉
西安航天動力研究所
摘要: 數字圖像邊緣檢測常規的方法有Canny算法、Sobel算法、Prewitt算法等。在研究圖像邊緣檢測常規方法的計算原理基礎上,提出一種數字圖像邊緣檢測算法,該算法包括圖像的初步極值邊緣矩陣計算、Otsu閾值的抑制計算和邊緣的延長計算。將該算法與常規算法提取的圖像邊緣進行比較,驗證該算法的可行性。使用該算法與常規算法對發動機噴嘴燃燒火焰圖像進行邊緣檢測,Sobel算法、Prewitt算法提供了少量火焰的邊緣,Canny算法提供了火焰的大輪廓,而該算法提供了大量的火焰細節邊緣信息。因為燃燒火焰的邊緣是燃燒的重要特征,所以該算法更適用于噴嘴燃燒火焰的數字圖像邊緣深度分析,為噴嘴燃燒火焰分析提供一種新方法。
中圖分類號:TP391.4 文獻標志碼:A DOI: 10.16157/j.issn.0258-7998.245903
中文引用格式: 何志勇,李祎,閆松,等. 數字圖像邊緣檢測算法研究[J]. 電子技術應用,2025,51(8):70-73.
英文引用格式: He Zhiyong,Li Yi,Yan Song,et al. Research on digital image edge detection algorithm[J]. Application of Electronic Technique,2025,51(8):70-73.
Research on digital image edge detection algorithm
He Zhiyong,Li Yi,Yan Song,Zhang Zhiwei
Xi’an Aerospace Propulsion Institute
Abstract: The conventional methods of digital image edge detection include Canny algorithm, Sobel algorithm, Prewitt algorithm, etc. On the basis of studying the calculation principle of the conventional methods of image edge detection, a digital image edge detection algorithm is proposed, which includes the preliminary extreme edge matrix calculation of the image, the suppression calculation of the Otsu threshold and the extension calculation of the edge. The feasibility of the proposed algorithm is verified by comparing the image edges extracted by the proposed algorithm with the image edges extracted by the conventional algorithms. The proosed algorithm and the corrventional methods are used to detect the edge of the engine nozzle burning flame image. The results show that the Sobel algorithm and the Prewitt algorithm the edge of a small amount of flame, the Canny algorithm provides the large outline of the flame, and the proposed algorithm provides a large amount of flame detail edge information. Because the edge of the combustion flame is an important feature of combustion, the proposed algorithm is more suitable for the depth analysis of the digital image edge of the nozzle burning flame, and provides a new method for the nozzle burning flame analysis.
Key words : digital image;edge detection algorithm;Otsu threshold;non-maximum value;burning flame

引言

數字圖像邊緣是圖像的基本特征之一,它是不連續(或突變) 的數據圖像的特征,例如灰度值的突變或者紋理的突變等。在數字圖像分析領域中,圖像的邊緣檢測是提取圖像特征、分割圖像特征、識別圖像特征的重要基礎。在多張數字圖像分析領域中,邊緣檢測能夠準確地獲得圖像的重要特征變化趨勢。圖像邊緣特征的改變反映出圖中物體重要屬性的改變,所以對目標圖像進行邊緣檢測尤為重要。圖像邊緣檢測的應用范圍也越加廣泛,如:醫學光影、地質勘探、戰場分析、光學顯微等。邊緣檢測中最常用的算法有Roberts邊緣檢測算法、Laplacian邊緣檢測算法、Prewitt邊緣檢測算法、Sobel邊緣檢測算法、Canny 邊緣檢測算法[1-7]等。1986年Canny提出Canny邊緣檢測算法[8],檢測算法過程是對待檢測圖像進行平滑處理后,計算梯度幅度值和梯度方向,并進行非極大值抑制,用雙閾值獲得圖像邊緣信息。羅敏等[9]針對傳統Canny算法在噪聲去除與高低閾值選取方面存在的問題,提出一種改進的Canny算法;韋煒[10]闡述了Robert算子、Sobel算子、Prewitt算子和Kirsch算子、高斯-拉普拉斯算子的邊緣檢測法等,經過對結果的對比研究,得到其各自特性和適用范圍;程仁貴等[11]闡述了影像測量中的邊緣檢測的主要過程,包括圖像二值化處理、圖像邊緣的細化、邊緣點的提取方法等;張晗等[12]闡述了基于圖像邊緣增強和弱化的邊緣檢測研究,使處理后的圖像輪廓更清晰、分界更明顯并降低了模糊紋理對視覺的干擾;徐衍魯等[8]為改善傳統 Canny 算法存在的不足,提出一種改進算法;李一波等[13]為了從圖像中去除椒鹽噪聲,提出了一種基于改進 Canny 算子的圖像邊緣檢測算法。因此,對圖像邊緣檢測方法研究有重要意義。

本文提出一種數字圖像邊緣檢測算法,首先計算含噪聲圖像梯度幅值和梯度方向,由梯度幅值矩陣的極值確定初步極值邊緣矩陣;再采用Otsu閾值對初步極值邊緣矩陣值進行抑制,將大于Otsu閾值的初步極值邊緣矩陣值作為圖像邊緣中的點,其他矩陣值則刪除;邊緣延長計算時,根據邊緣延長理論,選擇初步極值邊緣矩陣中小于Otsu閾值的值,最終獲得抑制噪聲的圖像邊緣。本文的邊緣檢測算法被驗證可行后,進行發動機噴嘴試驗的燃燒火焰圖像的邊緣檢測分析,燃燒火焰的細節邊緣特征符合實際情況,為發動機噴嘴燃燒火焰數字圖像分析提供參考。


本文詳細內容請下載:

http://www.jysgc.com/resource/share/2000006632


作者信息:

何志勇,李祎,閆松,張志偉

(西安航天動力研究所,陜西 西安 710100)


Magazine.Subscription.jpg

此內容為AET網站原創,未經授權禁止轉載。
主站蜘蛛池模板: 国产喷水女王在线播放| 在线视频网站WWW色| 久热综合在线亚洲精品| 欧美精品99久久久久久人| 免费国产在线视频| 精品视频在线观看一区二区三区| 国产免费无码一区二区| 欧美日韩亚洲成色二本道三区 | 欧美日在线观看| 人人公开免费超级碰碰碰视频| 精品女同一区二区三区免费站| 国产中文字幕免费| 韩国高清色www在线播放| 国产欧美日韩视频免费61794| 538精品在线观看| 国産精品久久久久久久| eeuss影院www天堂免费| 宅男666在线永久免费观看| 中国老熟妇xxxxx| 我们离婚了第二季韩国综艺在线观看 | 国产三级精品视频| 香港三级电影免费看| 国产成人女人在线视频观看| 色综合天天综合中文网| 国产精品嫩草影院在线播放| 91av在线电影| 国内精神品一区区| 99久久免费中文字幕精品| 夜夜未满18勿进的爽影院| ipx-412天海翼在线播放| 好男人好资源在线影视官网| 中文在线天堂资源www| 成年午夜视频免费观看视频| 中文字幕精品无码亚洲字| 日产乱码卡1卡2卡三免费| 久久久久亚洲av成人网人人软件| 日韩AV无码精品一二三区| 久久无码人妻精品一区二区三区| 日韩精品无码人妻一区二区三区| 亚欧洲精品bb| 最近更新中文字幕第一电影|