Online object detection and tracking

The report introduces the real-time object detection and tracking by using HOG feature extraction, mean-shift tracking and k-NN classification methods. Detail explanation on each method used will be done in the subsequent chapters. Furthermore, MatLab is used as programming platform for this trackin...

全面介紹

Saved in:
書目詳細資料
主要作者: Ooi, Jun Han.
其他作者: Teoh Eam Khwang
格式: Final Year Project
語言:English
出版: 2013
主題:
在線閱讀:http://hdl.handle.net/10356/54220
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:The report introduces the real-time object detection and tracking by using HOG feature extraction, mean-shift tracking and k-NN classification methods. Detail explanation on each method used will be done in the subsequent chapters. Furthermore, MatLab is used as programming platform for this tracking system. The tracking system is specifically designed to detect the motion of vehicle in a video. There are 5 stages in the tracking system, determination of vehicle’s coordinate (done manually), database generation, mean-shift coordination, determination of accuracy and tracking error correction. The tracking system is initialized by manually determine the X and Y coordinate of the car from the first frame of the video. By using HOG feature extraction algorithm, a database containing positive (vehicle’s features) and negative (background features) histograms (540 bins) is generated. During the tracking stage, the vehicle’s coordinate is predicted using mean-shift algorithm. Further analysis and error corrections are done with k-NN classifier algorithm to increase the accuracy of the tracking system. The tracking process is then repeated until the last frame of the video. Finally, the full process of the tracking system is observed and evaluated. The recommended solutions to improve the efficiency of the tracking system are also provided in the report for future research.