a国产,中文字幕久久波多野结衣AV,欧美粗大猛烈老熟妇,女人av天堂

基于相關濾波的目標跟蹤研究

發(fā)布時間:2018-03-25 19:52

  本文選題:目標跟蹤 切入點:相關濾波 出處:《安徽大學》2017年碩士論文


【摘要】:作為計算機視覺領域最具挑戰(zhàn)的關鍵技術(shù)之一,目標跟蹤在視頻監(jiān)控、導航、軍事、人機交互、虛擬現(xiàn)實、智能機器人、自動駕駛等多個領域都有著廣泛的應用。經(jīng)過三十多年的研究,目標跟蹤領域相繼涌現(xiàn)了大量經(jīng)典、優(yōu)秀的跟蹤算法,但受限于現(xiàn)實環(huán)境以及目標運動的復雜性,當前的跟蹤算法在準確性、魯棒性以及實時性上難以滿足實際的應用需求。準確、魯棒、高效的目標跟蹤算法仍然是極具挑戰(zhàn)的研究課題。相關濾波跟蹤(correlationtracking)自提出以來,其就以兼顧準確性和速度的優(yōu)勢,吸引了大量研究者的關注。相關濾波器通過傅里葉變換將濾波器操作轉(zhuǎn)換到頻域,極大提升了算法運行速度,實現(xiàn)了目標位置中心的快速檢測,并且其重新采樣在線更新濾波器,保證了算法的準確度和實時性。本文深入研究了基于相關濾波的目標跟蹤算法,針對特征融合、尺度估計以及濾波器更新策略進行改進,并在此基礎之上,結(jié)合相關濾波器跟蹤狀態(tài)判斷和級聯(lián)目標檢測,實現(xiàn)了穩(wěn)定的長時間目標跟蹤。本文主要的研究內(nèi)容和創(chuàng)新點總結(jié)如下:(1)首先介紹了目標跟蹤領域的研究背景與意義、發(fā)展現(xiàn)狀以及技術(shù)挑戰(zhàn),并歸納總結(jié)當前目標跟蹤領域主流的算法框架,然后概述相關濾波器的基本概念及其在目標跟蹤上的應用原理。(2)為了提高相關濾波跟蹤的精度和成功率,提出了基于相關濾波的尺度和學習率自適應跟蹤算法。首先算法融合了高效的特征提取方法作為濾波器輸入目標樣本的外觀表示;針對相關濾波器不能應對目標尺度變化的限制,結(jié)合光流跟蹤的思路,根據(jù)相鄰幀之間可靠關鍵點的位移變化估計目標尺度;并采用學習率自適應方法,改進相關濾波器的更新策略。通過高效的特征提取、尺度估計以及學習率自適應方法的綜合運用,大幅提升了跟蹤準確度,同時也相對節(jié)省了算法運算量,保證跟蹤器的實時性。在ObjectTrackingBenchmark上進行算法的對比實驗、成分分析實驗以及定性評估實驗,以驗證算法改進的有效性。(3)針對長時間跟蹤過程中面臨的難題和挑戰(zhàn),提出了基于相關濾波和級聯(lián)檢測的長時間目標跟蹤算法。首先采用基于相關濾波跟蹤的改進算法作為基礎跟蹤器,并結(jié)合跟蹤目標狀態(tài)判斷、級聯(lián)檢測丟失目標的策略,組成長時間跟蹤的算法框架。其中級聯(lián)檢測器分別包括基于顏色模型的局部檢測、最近鄰檢測以及微調(diào)三個模塊,高效的跟蹤目標狀態(tài)判斷方法則是能夠及時啟動級聯(lián)檢測器的關鍵。通過級聯(lián)檢測逐層篩選搜索樣本,找回丟失的跟蹤目標,提升了算法在長時間跟蹤中的穩(wěn)定性。
[Abstract]:As one of the most challenging key technologies in the field of computer vision, target tracking in video surveillance, navigation, military, human-computer interaction, virtual reality, intelligent robot, Autopilot and other fields have been widely used. After more than 30 years of research, a large number of classic and excellent tracking algorithms have emerged in the field of target tracking, but limited by the real environment and the complexity of target motion. The current tracking algorithms are difficult to meet the practical application requirements in accuracy, robustness and real-time. Accurate, robust and efficient target tracking algorithm is still a challenging research topic. With the advantage of both accuracy and speed, it has attracted the attention of a large number of researchers. The correlation filter transforms the filter operation into frequency domain by Fourier transform, which greatly improves the speed of the algorithm. The fast detection of target location center is realized, and its resampling online update filter ensures the accuracy and real-time of the algorithm. In this paper, the target tracking algorithm based on correlation filter is studied in depth, aiming at feature fusion. Scale estimation and filter update strategy are improved, and based on this, correlation filter tracking state judgment and cascade target detection are combined. The main research contents and innovations of this paper are summarized as follows: first, the background and significance of the research in the field of target tracking, the current situation of development and the technical challenges are introduced. Then the basic concept of correlation filter and its application in target tracking are summarized. In order to improve the accuracy and success rate of correlation filter tracking, the paper summarizes the main algorithm framework in the field of target tracking, and then summarizes the basic concept of correlation filter and its application in target tracking. The scale and learning rate adaptive tracking algorithm based on correlation filter is proposed. Firstly, the efficient feature extraction method is used as the appearance representation of the filter input target sample. In view of the fact that the correlation filter can not cope with the limitation of the change of target scale, combined with the idea of optical flow tracking, the target scale is estimated according to the displacement change of reliable key points between adjacent frames, and the learning rate adaptive method is adopted. The updating strategy of correlation filter is improved. By using efficient feature extraction, scale estimation and adaptive learning rate method, the tracking accuracy is greatly improved, and the computational complexity of the algorithm is also saved. In order to verify the effectiveness of the improved algorithm, the real-time performance of the tracker is verified by the contrast experiment of algorithm, component analysis experiment and qualitative evaluation experiment on ObjectTrackingBenchmark to solve the problems and challenges in the long time tracking process. A long time target tracking algorithm based on correlation filtering and concatenated detection is proposed. Firstly, the improved algorithm based on correlation filter is used as the basic tracker. The cascade detector consists of three modules: local detection based on color model, nearest neighbor detection and fine tuning. The efficient tracking target state judgment method is the key to start the cascade detector in time. Through cascading detection to filter the search samples layer by layer, the missing target can be retrieved, and the stability of the algorithm in the long time tracking is improved.
【學位授予單位】:安徽大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TP391.41

【參考文獻】

相關期刊論文 前1條

1 胡昭華;邢衛(wèi)國;何軍;張秀再;;多通道核相關濾波的實時跟蹤方法[J];計算機應用;2015年12期

,

本文編號:1664590

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

本文鏈接:http://www.wukwdryxk.cn/shoufeilunwen/xixikjs/1664590.html


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

版權(quán)申明:資料由用戶64443***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
亚洲成av人影片在线观看| 精品伊人久久久大香线蕉下载 | 丹巴县| 被迫献身的人妻中文字幕| 97碰碰视频| 国产精品99久久99久久久| 国产伦子系列沙发午睡| 国产男女性潮高清免费网站| 中文字幕AⅤ人妻一区二区| 精品自拍亚洲一区在线| 美女露出奶头扒开尿口| 热99re久久精品这里都是精品免费| 昌江| 国产成人精品三级麻豆| 久久久久av| 98ntsc色域| 精品久久久久| 国产精品久久久久久久精品三级| gogo大胆少妇大胆艺术| 91熟女丨九色老女人| 蜜臀久久99精品久久久画质超高清| 欧美黑人乱大交bd| 中文字幕av一区二区三区人妻少妇| 制服.丝袜.亚洲.另类.中文| 亚洲成av人片在www色猫咪| av天堂首页| 高清孕妇孕交╳╳交| 久碰人妻人妻人妻人人掠| 国产精品一级二级三级| 一本色道久久88综合日韩精品 | 在线va无码中文字幕| 色欲人妻AAAAAA无码| 亚洲AV永久天码精品天堂DL| 亚洲综合精品香蕉久久网| 欧美综合自拍亚洲综合百度| 国产精品自在拍在线拍| 久久久精品人妻一区二区三区色秀| 男女久久久| 白洁少妇第17章| 泰顺县| 秋霞午夜无码鲁丝片午夜精品|