Vision based tracking system for unmanned aerial vehicle (UAV) with monocular camera

Unmanned aerial vehicle (UAV) provides wide applications for military and special operations, and computer vision programming plays a significant role in the development of UAV studies. This project presents an image based system of moving object recognition and tracking in real time with monocular...

全面介紹

Saved in:
書目詳細資料
主要作者: Li, Mingze
其他作者: Xie Lihua
格式: Final Year Project
語言:English
出版: 2015
主題:
在線閱讀:http://hdl.handle.net/10356/64740
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:Unmanned aerial vehicle (UAV) provides wide applications for military and special operations, and computer vision programming plays a significant role in the development of UAV studies. This project presents an image based system of moving object recognition and tracking in real time with monocular camera. The first part is to design a fast circle detector implemented with Hough Circle Transform algorithm and provide a general structure of computer vision design using OpenCV library. The second part presents the main program design for this topic. The system can capture the target image use camera and provide image recognition and tracking functions based on the video frames. Scale-invariant feature transform (SIFT) is an algorithm for image recognition to detect and represent local features in images. It is a new efficient algorithm and applied to the image processing part of the program to complete the image capture and recognition functions.