版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、非合作目標論文:基于DM6446的非合作目標位姿估計算法研究【中文摘要】隨著信息科學(xué)技術(shù)的發(fā)展,計算機視覺在越來越多的行業(yè)得到廣泛的應(yīng)用。計算機視覺按照目標種類可以分為合作目標視覺測量和非合作目標視覺測量,非合作目標視覺測量近幾年成為該領(lǐng)域研究熱點。本文主要研究工作著重于兩大方面:一方面是給出了兩種非合作目標位姿解算比較實用的算法,這兩種算法經(jīng)過推導(dǎo)和仿真實驗,驗證是可行的,而且效率要比現(xiàn)有方法高。另一方面是在設(shè)計的實驗平臺上實現(xiàn)了上面的一種位姿解算算法。針對單目非合作目標測量,給出了兩種算法。一個是改進的單目視覺相似迭代算法,改進的地方在最后的位姿計算上,前人通過奇異值分解的方法求解的,本文
2、是通過構(gòu)建新的坐標系來求解的,這種做法較簡單,編程也會容易很多。此算法的思路是將2D-3D之間的關(guān)系轉(zhuǎn)換為3D-3D之間的關(guān)系,然后通過求解景深和絕對方位求解位姿的。另一個是基于直線特征的單目視覺位姿解算,此算法也是在前人研究的基礎(chǔ)上做了相應(yīng)的改進,初始值給取是通過求解析解給出的,最后的位姿計算是用Newton迭代法求解的,經(jīng)仿真實驗驗證此算法正確無誤,而且結(jié)果精度在誤差允許的范圍內(nèi)。設(shè)計一套硬件實驗平臺,用來驗證算法的有效性和合理性。針對實際應(yīng)用的要求,首先在硬件的選擇上做了可行性分析,并考慮到以后軟件升級,在硬件選擇時還留了一定的余地。整個硬件系統(tǒng)包括目標體、CCD攝像機、DM6446處理
3、器、LCD液晶顯示屏、PC機,為方便檢測,又具有代表性,目標體設(shè)計為一長方體;考慮到圖像處理數(shù)據(jù)量較大,需高性能處理器,所以選擇了TI公司的DM6446處理器,這款芯片性能很高,是專門用來做圖像處理的。在實驗平臺上實現(xiàn)前面的算法。分別在圖像濾波、邊緣檢測、Hough變換、位姿計算上做了實驗,從反復(fù)的實驗中,總結(jié)出了圖像前期處理很重要,這部分的好壞直接影響后面位姿計算結(jié)果精度;還有就是編寫程序要考慮運行時間,盡量優(yōu)化程序,使時間盡可能的短。實驗結(jié)果表明:在DM6446實驗平臺上實現(xiàn)非合作目標位姿測量,達到了預(yù)期的效果,可以滿足實際的需求?!居⑽恼緼s the development of i
4、nformation technology,computer vision has been widely applied to numerous areas. In accordance with the objectives,computer vision can be divided into cooperative objectives vision measurement and Non-cooperative objectives vision measurement. In recent years, non-cooperative visual measurement beco
5、me one of the most popular research topics in this field. This thesis takes the background of 863:“Docking and separation technology of *”.This study focused on two main aspects:one is to give two practical algorithm of solving non-cooperative targets pose, after deduction and simulation experiment,
6、the two algorithm is feasible, and efficiency than algorithm in other documents ;the other hand, in the designed experimental platform, achieved a pose decoding algorithm .For the measurement of monocular and non-cooperative target pose,this paper gives two algorithms.one is to improved monocular vi
7、sion similar iteration algorithm, In the final pose computation, made improvements. Previous solved the problem using singular value decomposition method,this paper constructs a new coordinate to decode pose, this approach is simple, programming will also a whole lot easier. This algorithm converts
8、the relationship between 2D-3D to the relationship between 3D-3D,then gain the pose data by solving the depth of field and the absolute position value.Another one is to monocular vision pose decoding based on linear characteristics,this algorithm also makes the corresponding improvement on the basis
9、 of previous studies, and the initial value is given by calculating analytical solutions, , the final pose computation is verified by Newton iteration method .after the simulation experiments,the algorithm is correct,and the result is correct in allowed error.Designing a set of hardware experimental
10、 platform, used to verify the efficiency and rationality of the algorithm. In view of the actual application requirements, firstly, making the feasibility analysis in hardware choice,and considering the software upgrades,leaving some leeway when choose the hardware.The whole hardware systems include
11、 objective, CCD camera, processor DM6446, LCD screen, PC. For the conveni- ence of detection, the target is a cuboid; the amount of image processing data is larher, so needing a high-performance processor. finally choosing DM6446, the chip performa- nce is high,and it is dedicated to make image proc
12、essing.Realizing the algorithm in experimental platform. Doing experiments in image filtering,edge detecting,Hough transform, pose computation; from repeated experiments, knowing that Image pre-processing is very important,this part will impact on the result directly.considering the time of program
13、consumes, try to optimize program, make the time as short as possible.The results show that Non-cooperative objectives pose measurement have achieved expected result,and met the requirement of actual application.【關(guān)鍵詞】非合作目標 DM6446 單目視覺 邊緣檢測 位姿測量【英文關(guān)鍵詞】Non-cooperative DM6446 Mono-vision Edge Detection
14、 Position and attitude measure【目錄】基于DM6446的非合作目標位姿估計算法研究摘要4-5Abstract5-6第1章 緒論9-171.1 研究背景及意義9-101.2 國內(nèi)外相關(guān)領(lǐng)域的研究現(xiàn)狀10-131.2.1 視覺測量技術(shù)發(fā)展10-111.2.2 非合作目標測量應(yīng)用領(lǐng)域11-131.3 視覺測量實現(xiàn)平臺13-161.4 本文的主要研究內(nèi)容16-17第2章 單目非合作測量算法17-392.1 算法理論基礎(chǔ)17-202.1.1 圖像坐標系、攝像機坐標系與世界坐標系17-202.2 基于模型的單目相似迭代算法20-252.2.1 深度估計21-222.2.2 位姿解算22-252.3 基于SoftNeWton的單目視覺位姿測量25-382.3.1 模型建立26-272.3.2 迭代初始值27-292.3.3 Newton迭代法292.3.4 算法流程及仿真實驗29-382.4 本章小結(jié)38-39第3章 算法實現(xiàn)平臺39-503.1 硬件系統(tǒng)設(shè)計39-453.1.1 可行性分析39-403.1.2 系統(tǒng)設(shè)計方案40-453.2 系統(tǒng)軟件平臺45-493.2.1 Linux操作系統(tǒng)453.2.2 交叉
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年度xyz與pqr就智慧城市解決方案的合作合同
- 建筑工程施工補充合同
- 2024年度南京二手房買賣合同
- 2024店鋪商鋪租賃合同范本
- 合伙開店合同:共同經(jīng)營店鋪協(xié)議書樣本
- 承攬合同與雇傭合同的實質(zhì)區(qū)別
- 工程合同風(fēng)險管理
- 專業(yè)勞務(wù)派遣合同協(xié)議
- 招商引資協(xié)議案例
- 2024年水電工承包合同范本
- 給地球爺爺?shù)囊环庑诺拈喿x答案
- 部編小學(xué)語文《口語交際》解讀課件
- 漢語言文學(xué)師范專業(yè)導(dǎo)論課程教學(xué)大綱
- 醫(yī)院參觀引導(dǎo)詞
- 污水處理廠日常水質(zhì)監(jiān)測體系
- 大學(xué)生戀愛和性心理教學(xué)案
- 體操技巧組合動作改編教案
- 腳手架工程危險源辨識及對策措施
- GB∕T 39402-2020 面向人機協(xié)作的工業(yè)機器人設(shè)計規(guī)范
- 五年級上冊數(shù)學(xué)教案2.6花邊設(shè)計比賽_西師大版(2018秋)
- 鋼筋策劃思路指引
評論
0/150
提交評論