《電子技術(shù)應(yīng)用》
您所在的位置:首頁(yè) > 其他 > 設(shè)計(jì)應(yīng)用 > 基于改進(jìn)Sobel算子的邊緣檢測(cè)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
基于改進(jìn)Sobel算子的邊緣檢測(cè)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
信息技術(shù)與網(wǎng)絡(luò)安全 3期
李 迪,吳 奇,楊浩森
(西安電子科技大學(xué) 微電子學(xué)院,陜西 西安710071)
摘要: 摘 要: 邊緣檢測(cè)是圖像處理及計(jì)算機(jī)視覺(jué)中的基本問(wèn)題之一,而Sobel算子對(duì)于邊緣檢測(cè)來(lái)說(shuō),則是最重要的算子之一。針對(duì)傳統(tǒng)Sobel算子的局限性以及PC端串行化處理圖像的效率較低的問(wèn)題,提出了一種改進(jìn)的方法,首先將傳統(tǒng)Sobel算子的模板方向由2個(gè)變?yōu)?個(gè),充分利用圖像中的像素點(diǎn)的方向信息,然后根據(jù)現(xiàn)場(chǎng)可編程門(mén)陣列(Field Programmable Gate Array,F(xiàn)PGA)硬件處理速度快、并行流水線(xiàn)處理等一些特點(diǎn),利用FPGA替代PC端對(duì)圖像進(jìn)行處理,實(shí)現(xiàn)改進(jìn)的Sobel算子的邊緣檢測(cè)系統(tǒng),達(dá)到優(yōu)化圖像邊緣檢測(cè)效果并提升處理圖像的效率。仿真結(jié)果顯示,基于FPGA的改進(jìn)Sobel算子的邊緣檢測(cè),提取的圖像邊緣信息較為理想。
中圖分類(lèi)號(hào): TN911.73
文獻(xiàn)標(biāo)識(shí)碼: A
DOI: 10.19358/j.issn.2096-5133.2022.03.003
引用格式: 李迪,吳奇,楊浩森. 基于改進(jìn)Sobel算子的邊緣檢測(cè)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[J].信息技術(shù)與網(wǎng)絡(luò)安全,2022,41(3):13-17.
Design and implementation of edge detection system based on improved Sobel operator
Li Di,Wu Qi,Yang Haosen
(School of Microelectronics,Xidian University,Xi′an 710071,China)
Abstract: Edge detection is one of the basic problems in image processing and computer vision, and the Sobel operator is one of the most important operators for edge detection. In view of the limitations of the traditional Sobel operator and the low efficiency of serialized image processing on the PC side, this paper proposes an improved method. Firstly, the template direction of the traditional Sobel operator is changed from 2 directions to 8 directions, and the direction information of the pixels in the image is fully utilized. Then according to the characteristics of the Field Programmable Gate Array(FPGA) hardware such as fast processing speed, parallel pipeline processing, etc,F(xiàn)PGA is used to replace the PC side to process the image. The edge detection system of the improved Sobel operator can optimize the edge detection effect of the image and improve the efficiency of image processing. The simulation results show that using the edge detection based on the improved Sobel operator of FPGA, the extracted image edge information is more ideal.
Key words : Field Programmable Gate Array(FPGA);Sobel operator;edge detection;image processing

0 引言

現(xiàn)代圖像處理的研究熱點(diǎn)主要集中在數(shù)字圖像采集、轉(zhuǎn)換、傳輸過(guò)程等方面,其中圖像邊緣檢測(cè)技術(shù)對(duì)于數(shù)字圖像處理來(lái)說(shuō)則是重要的基礎(chǔ)技術(shù),廣泛運(yùn)用于車(chē)牌識(shí)別、人臉圖像分割、藥用植物形態(tài)研究、醫(yī)學(xué)CT圖像檢索、運(yùn)動(dòng)目標(biāo)檢測(cè)、導(dǎo)彈運(yùn)動(dòng)軌跡攔截等方面。一些普通的圖像處理軟件在處理圖像邊緣時(shí)無(wú)法滿(mǎn)足實(shí)時(shí)性[1]。基于現(xiàn)場(chǎng)可編程門(mén)陣列(Field Programmable Gate Array,FPGA)芯片以其獨(dú)特的并行可編程處理信號(hào)的方式,成為處理圖像的重要器件[2]。在文獻(xiàn)[3]、[4]中,作者展示了這種方法的可行性。而在文獻(xiàn)[5]中,作者在經(jīng)典Sobel算子的基礎(chǔ)上進(jìn)行了改進(jìn),增加了45°以及135°方向上的模板,優(yōu)化了圖像檢測(cè)效果,雖然邊緣檢測(cè)精度在一定程度上有所提高,但是因檢測(cè)方向依舊有限,檢測(cè)結(jié)果不是很理想。因此,本文在經(jīng)典Sobel算子的基礎(chǔ)上,提出一種改進(jìn)的圖像邊緣檢測(cè)算法,增加了0°、45°、135°、225°、270°、315°其余六個(gè)方向的卷積模板。實(shí)驗(yàn)結(jié)果表明,改進(jìn)后的算法相比于傳統(tǒng)算法在邊緣檢測(cè)精度方面有明顯的提高。




本文詳細(xì)內(nèi)容請(qǐng)下載:http://www.xxav2194.com/resource/share/2000004020.





作者信息:

李  迪,吳  奇,楊浩森

(西安電子科技大學(xué) 微電子學(xué)院,陜西 西安710071)



微信圖片_20210517164139.jpg

此內(nèi)容為AET網(wǎng)站原創(chuàng),未經(jīng)授權(quán)禁止轉(zhuǎn)載。
主站蜘蛛池模板: 国模精品一区二区三区视频| 欧美亚洲国产视频| 国产成人精品免高潮在线观看| 一区二区国产在线观看| 最近更新中文字幕第一页| 人间**电影8858| 色窝窝亚洲av网| 国产精品另类激情久久久免费| 一级在线|欧洲| 日韩人妻无码免费视频一区二区三区| 亚洲短视频在线观看| 美女国产毛片a区内射| 国产成人无码A区在线观看导航| 99国产在线观看| 扒开腿狂躁女人爽出白浆| 亚洲av日韩综合一区久热| 男人边吃奶边做视频免费网站| 国产剧情av麻豆香蕉精品| 24小时免费看片| 奇米777在线视频| 丰满少妇作爱视频免费观看| 1024手机在线播放视频| 性欧美video在线播放| 久久综合久久美利坚合众国| 欧美精品一区二区精品久久| 午夜看黄网站免费| 青青国产精品视频| 国产清纯白嫩初高生在线观看性色| 99久久精品久久久久久清纯| 成人a毛片视频免费看| 久久亚洲精品视频| 最近免费中文字幕mv在线电影| 亚洲欧美精品成人久久91| 真人无码作爱免费视频| 四虎成人免费观看在线网址| 香蕉eeww99国产在线观看| 妖精动漫在线观看| 久久一日本道色综合久久m| 最近日本免费观看直播| 亚洲欧美日韩一级特黄在线| 白丝爆浆18禁一区二区三区|