天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 軟件論文 >

圖像邊緣輪廓自適應(yīng)閾值的角點(diǎn)檢測算法

發(fā)布時(shí)間:2017-12-28 11:19

  本文關(guān)鍵詞:圖像邊緣輪廓自適應(yīng)閾值的角點(diǎn)檢測算法 出處:《中國圖象圖形學(xué)報(bào)》2016年11期  論文類型:期刊論文


  更多相關(guān)文章: 角點(diǎn)檢測 邊緣輪廓 各向異性高斯方向?qū)?shù)濾波器 自適應(yīng)閾值


【摘要】:目的基于邊緣輪廓的角點(diǎn)檢測算法的檢測性能雖然相對(duì)比較穩(wěn)定,但是它對(duì)邊緣輪廓的局部變化敏感,并且只是給予一個(gè)經(jīng)驗(yàn)門限去提取角點(diǎn),為此提出一種對(duì)局部變化和噪聲穩(wěn)健的基于圖像邊緣輪廓自適應(yīng)閾值的角點(diǎn)檢測算法。方法該算法利用各向異性高斯方向?qū)?shù)濾波器對(duì)不同邊緣和角點(diǎn)模型進(jìn)行表征,提取表征邊緣和角點(diǎn)的灰度及幾何變化的不變屬性,并通過正則化計(jì)算得到區(qū)別邊緣和角點(diǎn)的自適應(yīng)閾值。該算法首先利用Canny邊緣檢測器檢測輸入圖像的邊緣映射并從邊緣映射中提取出邊緣輪廓;然后利用各向異性高斯方向?qū)?shù)濾波器對(duì)所提取出的邊緣曲線進(jìn)行濾波平滑,計(jì)算出每一像素點(diǎn)的響應(yīng)并與自適應(yīng)閾值作比較,把響應(yīng)大于閾值的點(diǎn)作為候選角點(diǎn);最后,對(duì)候選角點(diǎn)進(jìn)行非極大值抑制得到最終角點(diǎn)集。結(jié)果提出的算法分別與Harris算法,HeYung算法,以及ANDDs算法在仿射變換和高斯噪聲的實(shí)驗(yàn)環(huán)境下進(jìn)行比較,其性能指標(biāo)為平均重復(fù)率與定位誤差;并且對(duì)每個(gè)角點(diǎn)檢測算法在無噪聲和有噪聲的情況下進(jìn)行了角點(diǎn)匹配比較。4種算法的兩個(gè)指標(biāo)的平均排名為Harris 3.375,HeYung 2.625,ANDDs 2.625,本文算法1.375。本文算法在仿射變換以及高斯噪聲的情況下有著良好的平均重復(fù)率和定位誤差,優(yōu)于其他3種算法。匹配實(shí)驗(yàn)中的錯(cuò)誤點(diǎn)以及丟失點(diǎn)也少于其他3種算法。結(jié)論圖像的特征檢測在計(jì)算機(jī)視覺領(lǐng)域是一個(gè)重要的課題,在許多視覺系統(tǒng)中,檢測特征往往作為復(fù)雜計(jì)算的第1步。因此,這一步的可靠性會(huì)極大地影響著視覺系統(tǒng)整體的結(jié)果。而角點(diǎn)作為圖像的重要特征,對(duì)其研究具有重大意義。本文算法不同于傳統(tǒng)的基于邊緣的角點(diǎn)檢測器僅利用邊緣輪廓的信息,還利用到圖像邊緣像素的灰度信息。而且,本文算法還采用一個(gè)自適應(yīng)全局閾值,避免了角點(diǎn)的誤判。正則化的灰度變化有效減少了噪聲或者光照對(duì)檢測性能的影響。通過角點(diǎn)匹配實(shí)驗(yàn)、仿射變換實(shí)驗(yàn)以及高斯噪聲實(shí)驗(yàn),可以看出,本文的角點(diǎn)檢測器擁有良好的檢測性能,并且對(duì)噪聲具有穩(wěn)健性。
[Abstract]:Based on the detection performance of corner edge detection algorithm is relatively stable, but its local change on the edge of sensitive, and just give an empirical threshold to extract the corner point, so this paper put forward a kind of local variation and noise robust image corner edge contour detection algorithm based on adaptive threshold. The algorithm uses anisotropic Gauss direction derivative filter to characterize different edges and corner points, extracts invariant attributes that represent the grayscale and geometric changes of edges and corners, and obtains adaptive thresholds of differentiated edges and corners by regularization calculation. The algorithm uses edge mapping Canny edge detector of the input image and extract the edge contour from the edge map; then using anisotropic Gauss directional derivative filter to smooth the edges of the extracted curve, calculate the response of each pixel and compared with adaptive threshold, the response is greater than the threshold point as the candidate corner; finally, the candidate corner points of non maximum suppression final corner sets. The results of the proposed algorithm with the Harris algorithm, HeYung algorithm and ANDDs algorithm in the experimental environment of affine transformation and Gauss noise were compared, the performance index is the average repetition rate and position error; and each corner detection algorithm in the absence of noise and noise conditions compared with corner matching. The average ranking of the two indexes of the 4 algorithms is Harris 3.375, HeYung 2.625, ANDDs 2.625, and the algorithm 1.375. In the case of affine transformation and Gauss noise, this algorithm has a good average repetition rate and location error, which is better than the other 3 algorithms. The error points and loss points in the matching experiment are also less than those of the other 3 algorithms. Conclusion image feature detection is an important topic in the field of computer vision. In many visual systems, detection features are often the first step of complex computation. Therefore, the reliability of this step will greatly affect the overall results of the visual system. As an important feature of the image, the corner point is of great significance to its research. The algorithm is different from the traditional edge based corner detector using only the information of the edge contour, and also the gray information of the edge pixels of the image. Moreover, this algorithm also uses an adaptive global threshold to avoid the misjudgment of the corner points. The regularized gray change effectively reduces the effect of noise or illumination on detection performance. Corner matching experiment, affine transformation experiment and Gauss noise experiment show that the corner detector has good detection performance and robustness to noise.
【作者單位】: 西安工程大學(xué)電子信息學(xué)院;
【基金】:國家自然科學(xué)基金項(xiàng)目(61401347) 陜西省自然科學(xué)基礎(chǔ)研究計(jì)劃基金項(xiàng)目(2016JM6013) 西安工程大學(xué)控制科學(xué)與工程學(xué)科群建設(shè)基金項(xiàng)目(107090811)~~
【分類號(hào)】:TP391.41
【正文快照】: 0引言 圖像的邊緣輪廓上有著許多圖像特征信息,例如角點(diǎn)、拐點(diǎn)。而角點(diǎn)是圖像非常重要的特征,它往往被定義為圖像邊界曲線的曲率極大值點(diǎn)或者多個(gè)區(qū)域邊界交匯點(diǎn)。圖像的角點(diǎn)檢測在機(jī)器視覺以及圖像處理領(lǐng)域中有著極其重要的作用,它的應(yīng)用已經(jīng)遍及到許多領(lǐng)域。例如目標(biāo)識(shí)別[1

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 羅曉暉,李見為;雙高斯差模型用于角點(diǎn)檢測研究[J];計(jì)算機(jī)工程與應(yīng)用;2003年11期

2 鐘寶江,廖文和;基于精化曲線累加弦長的角點(diǎn)檢測技術(shù)[J];計(jì)算機(jī)輔助設(shè)計(jì)與圖形學(xué)學(xué)報(bào);2004年07期

3 邱衛(wèi)國,昂海松;基于多特征綜合的角點(diǎn)檢測算法(英文)[J];Transactions of Nanjing University of Aeronautics & Astronau;2004年03期

4 陳樂,呂文閣,丁少華;角點(diǎn)檢測技術(shù)研究進(jìn)展[J];自動(dòng)化技術(shù)與應(yīng)用;2005年05期

5 廖?,駱德淵,秦東興,黃大貴;一種改進(jìn)的角點(diǎn)檢測法[J];儀器儀表用戶;2005年02期

6 趙文彬;張艷寧;;角點(diǎn)檢測技術(shù)綜述[J];計(jì)算機(jī)應(yīng)用研究;2006年10期

7 侯北平;李平;宋執(zhí)環(huán);;基于滑動(dòng)窗口的自適應(yīng)角點(diǎn)檢測研究[J];電路與系統(tǒng)學(xué)報(bào);2006年06期

8 郭海霞;解凱;;角點(diǎn)檢測技術(shù)的研究[J];哈爾濱師范大學(xué)自然科學(xué)學(xué)報(bào);2007年02期

9 任雁;;角點(diǎn)檢測方法研究[J];機(jī)械工程與自動(dòng)化;2009年01期

10 朱玉艷;尚振宏;康燕妮;來沛劍;尚晉霞;;角點(diǎn)檢測技術(shù)研究及進(jìn)展[J];電腦開發(fā)與應(yīng)用;2010年03期

相關(guān)會(huì)議論文 前10條

1 簡麗娟;劉奇;;基于角點(diǎn)檢測的旋轉(zhuǎn)圖象的拼接實(shí)現(xiàn)[A];中國自動(dòng)化學(xué)會(huì)、中國儀器儀表學(xué)會(huì)2004年西南三省一市自動(dòng)化與儀器儀表學(xué)術(shù)年會(huì)論文集[C];2004年

2 陳杰春;趙麗萍;郭鳴;;角點(diǎn)檢測不確定度評(píng)定方法[A];中國光學(xué)學(xué)會(huì)2010年光學(xué)大會(huì)論文集[C];2010年

3 范娜;俞利;徐伯夏;;角點(diǎn)檢測算法綜述[A];第六屆全國信號(hào)和智能信息處理與應(yīng)用學(xué)術(shù)會(huì)議論文集[C];2012年

4 熊薇薇;吳懷宇;;一種改進(jìn)的角點(diǎn)檢測算法[A];中國計(jì)量協(xié)會(huì)冶金分會(huì)2009年年會(huì)論文集[C];2009年

5 郭宏國;周銓;趙榮椿;;一種改進(jìn)的基于角點(diǎn)檢測的圖像配準(zhǔn)方法[A];第八屆全國信號(hào)與信息處理聯(lián)合學(xué)術(shù)會(huì)議論文集[C];2009年

6 敖雪峰;武仲科;周明全;宋榮青;王燕妮;;基于角點(diǎn)檢測的毛筆字筆畫分割算法[A];圖像圖形技術(shù)與應(yīng)用進(jìn)展——第三屆圖像圖形技術(shù)與應(yīng)用學(xué)術(shù)會(huì)議論文集[C];2008年

7 王利強(qiáng);郝瑩;;一種基于Forstner算子的角點(diǎn)檢測改進(jìn)算法[A];第十四屆全國圖象圖形學(xué)學(xué)術(shù)會(huì)議論文集[C];2008年

8 付朝霞;韓焱;昝波;;基于角點(diǎn)檢測的圖像鑲嵌算法[A];第十一屆中國體視學(xué)與圖像分析學(xué)術(shù)會(huì)議論文集[C];2006年

9 楊佳華;郭彤穎;馮群;劉淑娟;李峰;;一種基于曲率尺度空間的局部閾值角點(diǎn)檢測方法[A];第十屆沈陽科學(xué)學(xué)術(shù)年會(huì)論文集(信息科學(xué)與工程技術(shù)分冊)[C];2013年

10 田宏亮;蔣曉瑜;張智詮;汪熙;;基于Harris與SUSAN的聯(lián)合角點(diǎn)檢測與匹配算法[A];第六屆全國信號(hào)和智能信息處理與應(yīng)用學(xué)術(shù)會(huì)議論文集[C];2012年

相關(guān)博士學(xué)位論文 前4條

1 徐玲;基于圖像輪廓的角點(diǎn)檢測方法研究[D];重慶大學(xué);2009年

2 章為川;基于各向異性高斯核的圖像邊緣和角點(diǎn)檢測[D];西安電子科技大學(xué);2013年

3 鐘寶江;圖象輪廓處理技術(shù)的基礎(chǔ)算法研究[D];南京航空航天大學(xué);2006年

4 羅曉暉;雙高斯差模型的低層次視覺尺度要素檢測研究[D];重慶大學(xué);2002年

相關(guān)碩士學(xué)位論文 前10條

1 李冬晴;圖像角點(diǎn)檢測算法與測評(píng)技術(shù)研究[D];蘇州大學(xué);2015年

2 曲瑾;基于角點(diǎn)檢測的目標(biāo)跟蹤算法研究與應(yīng)用[D];哈爾濱工業(yè)大學(xué);2015年

3 陳強(qiáng);一種用于零件檢測的工業(yè)內(nèi)窺鏡研究[D];南京理工大學(xué);2014年

4 廖璇;花樣圖案路徑提取及優(yōu)化方法研究[D];西南科技大學(xué);2015年

5 李火星;基于圖像邊緣的角點(diǎn)檢測算方法研究[D];河南理工大學(xué);2014年

6 孔祥楠;基于邊緣輪廓角點(diǎn)檢測算法的研究[D];西安工程大學(xué);2016年

7 徐偉;鋼絲繩激光非接觸測長方法研究[D];貴州師范大學(xué);2016年

8 陳程;基于圖像處理技術(shù)的視線跟蹤算法設(shè)計(jì)與實(shí)現(xiàn)[D];內(nèi)蒙古大學(xué);2016年

9 李響;基于圖像技術(shù)的型材截面幾何尺寸測量方法研究[D];鄭州大學(xué);2016年

10 陳俊艷;視頻監(jiān)控中運(yùn)動(dòng)目標(biāo)檢測與跟蹤算法研究[D];西安郵電大學(xué);2016年

,

本文編號(hào):1345771

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/1345771.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶025fd***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com