基于FPGA的運(yùn)動(dòng)目標(biāo)檢測(cè)系統(tǒng)設(shè)計(jì)
本文選題:運(yùn)動(dòng)目標(biāo)檢測(cè) + FPGA; 參考:《內(nèi)蒙古大學(xué)》2017年碩士論文
【摘要】:隨著計(jì)算機(jī)視覺(jué)技術(shù)的快速發(fā)展與智能化程度的提高,機(jī)器人大賽也隨之廣泛開(kāi)展起來(lái)。機(jī)器人涉及自動(dòng)控制、人工智能和機(jī)器人視覺(jué)等技術(shù),在比賽中機(jī)器人主要是通過(guò)攝像頭實(shí)時(shí)采集圖像來(lái)感知環(huán)境信息,并分析視頻信息做出決策。因此準(zhǔn)確地掌握周圍環(huán)境信息并識(shí)別運(yùn)動(dòng)目標(biāo)是機(jī)器人穩(wěn)定、快速地做出相應(yīng)動(dòng)作的關(guān)鍵。本課題基于華北五省大學(xué)生機(jī)器人大賽中機(jī)器人武術(shù)擂臺(tái)賽,為使機(jī)器人在比賽中能夠迅速獲取對(duì)方的運(yùn)動(dòng)狀態(tài)和位置,設(shè)計(jì)運(yùn)動(dòng)目標(biāo)檢測(cè)系統(tǒng)。課題以算法的硬件實(shí)現(xiàn)為內(nèi)容,應(yīng)用FPGA在數(shù)據(jù)處理上的優(yōu)勢(shì),實(shí)現(xiàn)視頻序列運(yùn)動(dòng)目標(biāo)檢測(cè)。系統(tǒng)設(shè)計(jì)包括系統(tǒng)硬件集成和功能實(shí)現(xiàn)兩部分,主要工作在于各硬件模塊的驅(qū)動(dòng)聯(lián)接以及運(yùn)動(dòng)目標(biāo)檢測(cè)算法的硬件語(yǔ)言實(shí)現(xiàn)。本設(shè)計(jì)是基于FPGA技術(shù)實(shí)現(xiàn)視頻圖像處理,最終實(shí)時(shí)顯示運(yùn)動(dòng)物體的二值圖像。論文首先進(jìn)行系統(tǒng)方案的設(shè)計(jì),搭建整個(gè)系統(tǒng)的框架。整個(gè)系統(tǒng)按功能劃分為圖像采集與顯示和運(yùn)動(dòng)目標(biāo)檢測(cè)兩個(gè)單元,圖像采集與顯示包括圖像采集、I2C配置、圖像格式轉(zhuǎn)換、預(yù)處理、SDRAM存儲(chǔ)、及VGA顯示模塊。視頻采集與顯示單元實(shí)現(xiàn)I2C配置攝像頭將實(shí)時(shí)采集圖像信息傳送到FPGA,在FPGA中實(shí)現(xiàn)圖像的灰度化、濾波預(yù)處理、SDRAM存儲(chǔ)以及VGA顯示。運(yùn)動(dòng)目標(biāo)檢測(cè)單元是根據(jù)SDRAM存儲(chǔ)結(jié)構(gòu)設(shè)置其控制器,使視頻流中相鄰的兩幀圖像做差,差分結(jié)果經(jīng)閾值判別后得到的二值圖像即運(yùn)動(dòng)目標(biāo),顯示在VGA顯示器上。在實(shí)現(xiàn)視頻采集及顯示的基礎(chǔ)上,通過(guò)算法比較本設(shè)計(jì)選擇幀間差分法作為實(shí)現(xiàn)本系統(tǒng)功能的算法,并進(jìn)行該模塊的設(shè)計(jì)。整個(gè)系統(tǒng)實(shí)現(xiàn)攝像頭實(shí)時(shí)采集視頻,經(jīng)圖像處理后將運(yùn)動(dòng)目標(biāo)檢測(cè)的結(jié)果顯示出來(lái)。經(jīng)測(cè)試,系統(tǒng)實(shí)現(xiàn)了在普通室內(nèi)環(huán)境中能夠快速識(shí)別運(yùn)動(dòng)目標(biāo),為下一步的識(shí)別、分析等后續(xù)工作增強(qiáng)有效性。
[Abstract]:With the rapid development of computer vision technology and the improvement of intelligence, robot competition has been widely developed. Robot involves automatic control, artificial intelligence and robot vision technology. In the competition, the robot mainly collects the image in real time through the camera to perceive the environment information, and analyzes the video information to make the decision. Therefore, it is the key for the robot to accurately grasp the surrounding information and identify the moving target for the robot to make the corresponding action quickly and stably. This paper is based on the robot martial arts contest in five provinces of North China. In order to make the robot get the position and state of each other quickly, a motion target detection system is designed. Based on the hardware implementation of the algorithm and the advantage of FPGA in data processing, video sequence moving target detection is realized. The design of the system consists of two parts: hardware integration and function realization. The main work lies in the driving connection of each hardware module and the hardware language realization of moving target detection algorithm. This design is based on FPGA technology to realize video image processing, and finally display the binary image of moving object in real time. Firstly, the system scheme is designed and the framework of the whole system is set up. The whole system is divided into two units according to its function: image acquisition and display and moving object detection. Image acquisition and display include image acquisition and display I2C configuration, image format conversion, preprocessing and storage of SDRAM, and VGA display module. The video acquisition and display unit implements the I2C configuration camera to transmit the real-time image information to FPGA, to realize the grayscale of the image in FPGA, to filter and preprocess the storage of SDRAM and to display the VGA. The moving target detection unit sets its controller according to the SDRAM storage structure to make the two adjacent frames of the video stream worse. The binary image obtained by the threshold discrimination of the difference result is the moving target, which is displayed on the VGA display. Based on the realization of video capture and display, the inter-frame difference method is selected as the algorithm to realize the function of the system, and the module is designed by comparing the algorithms. The whole system realizes the real-time video capture by the camera, and displays the result of moving target detection after image processing. After testing, the system can quickly identify moving targets in ordinary indoor environment, and enhance the effectiveness for the next step of identification, analysis and other follow-up work.
【學(xué)位授予單位】:內(nèi)蒙古大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP391.41
【參考文獻(xiàn)】
相關(guān)期刊論文 前10條
1 陳鑫元;李筠;楊海馬;宋佳;邵璐先;;自適應(yīng)閾值圖像二值化及形態(tài)學(xué)處理的FPGA實(shí)現(xiàn)[J];電子測(cè)量技術(shù);2016年07期
2 尹宏鵬;陳波;柴毅;劉兆棟;;基于視覺(jué)的目標(biāo)檢測(cè)與跟蹤綜述[J];自動(dòng)化學(xué)報(bào);2016年10期
3 何雯;董威;茍輝;;基于FPGA的高速視頻采集系統(tǒng)的設(shè)計(jì)[J];國(guó)外電子測(cè)量技術(shù);2016年05期
4 賈丙西;劉山;張凱祥;陳劍;;機(jī)器人視覺(jué)伺服研究進(jìn)展:視覺(jué)系統(tǒng)與控制策略[J];自動(dòng)化學(xué)報(bào);2015年05期
5 楊帆;張皓;馬新文;姜勇;;基于FPGA的圖像處理系統(tǒng)[J];華中科技大學(xué)學(xué)報(bào)(自然科學(xué)版);2015年02期
6 應(yīng)小軍;李瑜煜;;基于FPGA的CMOS圖像傳感器驅(qū)動(dòng)電路設(shè)計(jì)[J];廣東工業(yè)大學(xué)學(xué)報(bào);2015年01期
7 黃凱奇;陳曉棠;康運(yùn)鋒;譚鐵牛;;智能視頻監(jiān)控技術(shù)綜述[J];計(jì)算機(jī)學(xué)報(bào);2015年06期
8 屈晶晶;辛云宏;;連續(xù)幀間差分與背景差分相融合的運(yùn)動(dòng)目標(biāo)檢測(cè)方法[J];光子學(xué)報(bào);2014年07期
9 李志凌;周燦;董國(guó)剛;郭新亮;鄧本再;;武術(shù)擂臺(tái)賽無(wú)差別組機(jī)器人目標(biāo)搜尋策略[J];微處理機(jī);2013年06期
10 王龍飛;郎寶華;;基于FPGA的I~2C控制器的實(shí)現(xiàn)[J];計(jì)算機(jī)技術(shù)與發(fā)展;2013年03期
相關(guān)博士學(xué)位論文 前1條
1 袁國(guó)武;智能視頻監(jiān)控中的運(yùn)動(dòng)目標(biāo)檢測(cè)和跟蹤算法研究[D];云南大學(xué);2012年
相關(guān)碩士學(xué)位論文 前6條
1 李建華;基于FPGA的視頻采集系統(tǒng)設(shè)計(jì)[D];長(zhǎng)安大學(xué);2014年
2 余啟明;基于背景減法和幀差法的運(yùn)動(dòng)目標(biāo)檢測(cè)算法研究[D];江西理工大學(xué);2013年
3 王龍飛;基于FPGA的視頻采集系統(tǒng)設(shè)計(jì)[D];西安工業(yè)大學(xué);2013年
4 姜宇;基于FPGA的運(yùn)動(dòng)目標(biāo)檢測(cè)系統(tǒng)的研究[D];大連海事大學(xué);2012年
5 陳超;運(yùn)動(dòng)目標(biāo)檢測(cè)算法及其應(yīng)用研究[D];武漢理工大學(xué);2011年
6 董興龍;基于FPGA的運(yùn)動(dòng)目標(biāo)檢測(cè)系統(tǒng)的研究與實(shí)現(xiàn)[D];大連理工大學(xué);2010年
,本文編號(hào):1907936
本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/1907936.html