資源描述:
《基于opencv目標(biāo)跟蹤與檢測課程設(shè)計》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫。
1、課程設(shè)計Ⅰ設(shè)計報告題目:基于Opencv運動目標(biāo)跟蹤與檢測學(xué)號:姓名:學(xué)院:信息學(xué)院專業(yè)班級:計算機軟件2班指導(dǎo)教師:黃文培設(shè)計時間:2012.9.3指導(dǎo)老師評語:評定成績:簽名:日期:otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderofth
2、eWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeS
3、ecretary,Ministersand摘要本文先介紹一種開放源代碼的計算機視覺類庫OpenCV,主要闡述該類庫的特點及其結(jié)構(gòu),然后介紹本人學(xué)習(xí)opencv一些基本功能的實現(xiàn)以及結(jié)果。最后通過“檢測一個視頻中的運動物體”這一實例探討了使用OpenCV進行編程的方法。關(guān)鍵詞圖像處理目標(biāo)檢測OpenCVIplImageVC++otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJ
4、ingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNin
5、gxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand目錄1概述41.1目標(biāo)跟蹤與檢測課程設(shè)計目的41.2目標(biāo)跟蹤與檢測設(shè)計任務(wù)與要求41.3目標(biāo)跟蹤與檢測的開發(fā)環(huán)境42目標(biāo)跟蹤與檢測系統(tǒng)設(shè)計的基本概念與原理42.1目標(biāo)跟蹤與檢測的基本概念與知識42.2目標(biāo)跟蹤與檢測系統(tǒng)設(shè)計實現(xiàn)平臺的搭建122.1與目標(biāo)跟蹤與檢測相關(guān)的一些基本功能183基于OPENCV運動目標(biāo)跟蹤與檢測系統(tǒng)實現(xiàn)的詳
6、細(xì)說明333.1一般目標(biāo)跟蹤的實現(xiàn)333.2本文的檢測算法343.3Camshift算法原理及其Opencv實現(xiàn)353.4目標(biāo)跟蹤與檢測系統(tǒng)的運行結(jié)果394目標(biāo)跟蹤與檢測的課程設(shè)計總結(jié)44參考文獻otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorde
7、roftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommi
8、tteeSecretary,Ministersand1概述1.1目標(biāo)跟蹤與檢測課程設(shè)計目的1.通過實驗了解opencv運動物體跟蹤的數(shù)據(jù)結(jié)構(gòu)、函數(shù)以及基本框架;2.通過實驗提高對于圖像與視頻的認(rèn)識;3.通過學(xué)習(xí),掌握基本的opencv圖像與視頻的知識。4.通過實驗將理論和實踐聯(lián)系起來,提升對于理論知識的認(rèn)識;1.2目標(biāo)跟蹤與檢測設(shè)計任務(wù)與要求1.通過學(xué)習(xí)做該課程設(shè)計,掌握一些opencv的基本知識以