Abstract:摘要
介绍:
相关工作:介绍
用户界面:
框架重要功能:
目标跟踪:
算法改进:
评价:
Introduction:
Related Work: introduction
User Interface:
Frame Importance Function:
Target Tracking:
Algorithm Improvement:
Evaluation:
In this thesis, we have presented an effective user interface software for frame weighting and target tracking.
The frame importance function is designed based on the ffmpeg library. It can completely meet the users’ requirements. The weighting curve will help the users to select and save the interesting section of a video intuitively.
Target tracking is the main focus of this thesis, we develop an efficient algorithm according to the strategies of “color histogram” and “cosine similarity”. The advantages of our algorithm are simple, fast and easy to implement, as well as low cost of computational expense. We successfully explored the matching area in consecutive frames, and handled with the case of mutational position. Comparing with other color histogram based algorithms, our method expanded the vector length (dimension) creatively, and the accuracy is also improved successfully.
One limitation of our software is the function of video segmentation only suits one section of a video. The users can only segment the video iteratively if there are several interesting sections. We believe that this problem could be solved by conducting more deeply fundamental researches and technical explorations.
Another limitation is caused by the searching method of the target tracking algorithm. For the moment, our searching method can only weight a small and fixed value for the distance between centers. The effect of the small weight is obviously limited. In some cases, the large weights could lead to errors. In other words, the software will select areas with minimum distance rather than maximum similarity value.