基于聯(lián)合直方圖表示的多源目標融合跟蹤方法研究
本文選題:直方圖表示 + 均值漂移; 參考:《廣西師范大學》2017年碩士論文
【摘要】:目標跟蹤是完成視覺監(jiān)控、人機交互、車輛導航等諸多視頻場景分析和理解任務的基礎,已有大量的跟蹤方法被報道,可將這些方法大致分成單光譜跟蹤和多光譜跟蹤兩大類。與單光譜目標跟蹤系統(tǒng)相比,多光譜目標跟蹤系統(tǒng)在生存能力、時空覆蓋范圍、可信度等方面都具有明顯的優(yōu)勢,因而被廣泛研究,其中最具代表的是紅外與可見光的融合跟蹤。紅外傳感器是通過檢測目標輻射的熱能差異來形成影像,因此在惡劣的光照環(huán)境下要比可見光成像更好,但它無法捕獲目標對象的顏色和紋理特征?梢姽鈧鞲衅麟m然無法感知溫度,但在處理多個熱目標交匯時,它通常要優(yōu)于紅外傳感器,特別當目標對象間有顯著的顏色和紋理差異時。因此通過聯(lián)合它們的數據,能獲得比使用單個傳感器更好的跟蹤性能。本文從目標表示和目標搜索兩個方面出發(fā),提出了以下兩種基于聯(lián)合直方圖表示的紅外與可見光目標融合算法:1.基于聯(lián)合直方圖表示的紅外與可見光目標核跟蹤算法。首先,以直方圖為特征表示模型,分別計算給定候選狀態(tài)下紅外圖像塊的顏色直方圖和可見光圖像塊的顏色直方圖,并采用巴氏系數分別計算紅外圖像塊的顏色直方圖與其目標模板間的相似度,以及可見光圖像塊的顏色直方圖與其目標模板間的相似度;然后,將兩個相似度進行加權組合以形成目標函數來;接著,對目標函數進行多變量泰勒展開,得到其線性逼近式,并通過最大化該逼近式推導出一個從當前候選狀態(tài)到新候選狀態(tài)的目標狀態(tài)轉移關系式;最后,根據該轉移關系式,使用均值漂移程序來遞歸地獲得目標在當前幀中的最終狀態(tài)。2.基于聯(lián)合直方圖表示的紅外與可見光目標粒子濾波跟蹤算法。首先,以前一幀的跟蹤結果為初始狀態(tài),采用六參數的仿射變換模型產生高斯隨機采樣粒子集;然后,分別計算給定采樣粒子對應的紅外圖像塊的顏色直方圖和可見光圖像塊的顏色直方圖,并計算它們各自與其目標模板間的相似度;接著,將兩相似度的加權組合作為粒子濾波跟蹤器的觀測似然,并啟動粒子濾波跟蹤程序得到其后驗概率,對其余粒子重復上面的步驟,得到所有粒子的后驗概率;最后,以所有粒子與其后驗概率乘積的期望作為目標在當前幀中的最終狀態(tài)。該算法克服了基于核的融合跟蹤方法在迭代時候容易陷入局部最優(yōu)的缺點,能較好地處理目標的縮放、旋轉和形變等仿射運動變化。對多組的紅外與可見光圖像序列對的測試表明,基于核的融合跟蹤算法具有較高的實時性,而基于粒子濾波的融合跟蹤方法能勝任目標的仿射運動變化。兩種融合跟蹤方法在處理遮擋、光照變化以及目標交匯等方面都展現出較好的性能。
[Abstract]:Target tracking is the basis of many video scene analysis and understanding tasks, such as visual monitoring, human-computer interaction, vehicle navigation and so on. A large number of tracking methods have been reported. These methods can be divided into two categories: single-spectral tracking and multi-spectral tracking. Compared with single spectral target tracking system, multispectral target tracking system has obvious advantages in survivability, space-time coverage and reliability, so it has been widely studied. One of the most representative is infrared and visible light fusion tracking. Infrared sensor can produce image by detecting the thermal energy difference of target radiation, so it is better than visible light imaging in bad light environment, but it can not capture the color and texture features of target object. Although the visible light sensor can not sense the temperature, it is usually superior to the infrared sensor in dealing with the intersection of multiple thermal targets, especially when there are significant differences in color and texture between the target objects. Therefore, by combining their data, better tracking performance can be achieved than using a single sensor. In this paper, we propose two fusion algorithms of infrared and visible targets based on joint histogram representation, which are composed of two aspects: target representation and target search. Infrared and visible target core tracking algorithm based on joint histogram representation. Firstly, the color histogram of infrared image block and the color histogram of visible light image block are calculated under given candidate state by using histogram as the characteristic representation model. The similarity between the color histogram of the infrared image block and its target template and the similarity between the color histogram of the visible image block and the target template are calculated respectively by using the pasteurian coefficient; then, the similarity between the color histogram of the infrared image block and its target template is calculated. The two similarity degrees are weighted together to form the objective function, and then, the multivariable Taylor expansion of the objective function is carried out, and the linear approximation of the objective function is obtained. A target state transition formula from the current candidate state to the new candidate state is derived by maximizing the approximation. Use the mean-shift program to recursively obtain the final state of the target in the current frame. Particle filter tracking algorithm for infrared and visible targets based on joint histogram representation. First, the tracking result of the previous frame is initial state, and the affine transformation model with six parameters is used to generate the random sampling particle set of Gao Si. The color histogram of the infrared image block corresponding to the given sample particle and the color histogram of the visible image block are calculated respectively, and the similarity between them and their target template is calculated. The weighted combination of two similarity degrees is used as the observation likelihood of particle filter tracker, and the posterior probability is obtained by starting the particle filter tracking program, then repeating the above steps to the other particles to obtain the posterior probability of all particles. The expectation of the product of all particles and the posterior probability is taken as the final state of the target in the current frame. The algorithm overcomes the shortcoming that the kernel-based fusion tracking method is easy to fall into local optimum in iteration, and it can deal with the affine motion changes such as scaling, rotation and deformation of the target. The test of multiple infrared and visible image sequences shows that the fusion tracking algorithm based on kernel has high real-time performance, while the fusion tracking method based on particle filter is capable of changing the affine motion of the target. The two fusion tracking methods show good performance in the processing of occlusion, illumination change and target intersection.
【學位授予單位】:廣西師范大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TP391.41
【參考文獻】
相關期刊論文 前10條
1 賈志鵬;;基于樸素貝葉斯分類器的校園信息智能推薦算法[J];軟件工程;2016年12期
2 Xiao YUN;Zhongliang JING;Gang XIAO;Bo JIN;Canlong ZHANG;;A compressive tracking based on time-space Kalman fusion model[J];Science China(Information Sciences);2016年01期
3 趙慧;;基于Harris算子的灰度圖像角點檢測方法研究[J];產業(yè)與科技論壇;2015年20期
4 周治平;李文慧;;顏色和紋理特征的運動目標檢測[J];智能系統(tǒng)學報;2015年05期
5 張燦龍;唐艷平;李志欣;馬海菲;蔡冰;;基于二階空間直方圖的雙核跟蹤[J];電子與信息學報;2015年07期
6 王江濤;陳得寶;李素文;楊一軍;;局部鑒別分析驅動的紅外與可見光圖像協(xié)同目標跟蹤[J];計算機輔助設計與圖形學學報;2014年06期
7 李廣;馮燕;;基于SIFT特征匹配與K-均值聚類的運動目標檢測[J];計算機應用;2012年10期
8 ;A dual-kernel-based tracking approach for visual target[J];Science China(Information Sciences);2012年03期
9 ;A multi-cue mean-shift target tracking approach based on fuzzified region dynamic image fusion[J];Science China(Information Sciences);2012年03期
10 ;Fusion tracking in color and infrared images using joint sparse representation[J];Science China(Information Sciences);2012年03期
相關博士學位論文 前3條
1 劉榮利;基于統(tǒng)計學習的視覺目標跟蹤算法研究[D];上海交通大學;2014年
2 張燦龍;基于多區(qū)域聯(lián)合決策的視頻跟蹤方法研究[D];上海交通大學;2014年
3 尚巖峰;基于主動輪廓模型的醫(yī)學圖像中目標提取研究[D];上海交通大學;2010年
相關碩士學位論文 前3條
1 楊向南;基于卷積神經網絡和嵌套網絡的目標跟蹤算法研究[D];華僑大學;2016年
2 李敏;基于語音關鍵詞檢測的人機交互研究[D];北京交通大學;2016年
3 張子夫;基于卷積神經網絡的目標跟蹤算法研究與實現[D];吉林大學;2015年
,本文編號:1957121
本文鏈接:http://www.sikaile.net/kejilunwen/ruanjiangongchenglunwen/1957121.html