Open Nav

基于OpenCV的目标跟踪算法研究(Python程序)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.仅供学习参考之用.
   帮助中心
资料介绍:

基于OpenCV的目标跟踪算法研究(Python程序)(任务书,开题报告,开题PPT,外文翻译,论文说明书16000字,答辩PPT,Python程序)
摘   要
目标跟踪是计算机视觉、图像信号处理领域的典型课题,旨在通过特定的跟踪算法,检测图像序列中运动物体位置随时间变化的情况,具有广泛的应用场景。
不同场景下,目标跟踪算法的工作条件并不统一,跟踪主体的外部特征也不尽相同。此外,在实际跟踪过程中,可能出现主体高速运动、受环境遮挡、发生尺度变化等情况,也可能出现复杂背景造成的干扰,给跟踪的顺利实施造成不利影响。本文针对两种不同的任务场景,结合其实际特点,通过设计合理的跟踪方案与算法流程,实现了目标跟踪功能。针对主体颜色特征鲜明,与背景反差明显的情况,本文采用基于颜色的轮廓跟踪方案,通过简易的算法流程,取得了比较理想的跟踪效果;针对主体特征复杂,但画面中存在静态背景区域的情况,本文提出了基于背景减除的核跟踪方案,显著降低了视频静态背景部分对后级算法的影响,在性能开销可接受的前提下,改进了既有核跟踪算法的跟踪效果。
关键词:目标跟踪  计算机视觉  背景减除  轮廓跟踪  核跟踪
 

[资料来源:Doc163.com]

A Study on Object Tracking Algorithms with OpenCV Library
Abstract
Object tracking is a popular topic in the field of image signal processing and computer vision. It aims to detect the change of the position of moving objects in the image sequence through specific tracking algorithms. Object tracking technology is useful in different use-cases, revealing a promising future for its industry application.
The goal of a tracking application is task-specific. Meanwhile, different tracking objects have different external features. Nevertheless, real-world tracking applications should be able to handle various negative conditions, such as scale transformation, occlusion and high velocity. The complexity of background part in a video sequence also make it difficult to finish the tracking task. This article aims at two different scenarios, through the design of a feasible tracking scheme and algorithm flow, we achieve the goal of tracking for both cases. In view of the fact that the object's color features are distinct and have obvious contrast to the background in task 1, we adopt the color-based contour tracking scheme to achieve the ideal tracking performance; In task2, for there is a large part of static background region in collected video, we propose a kernel tracking scheme based on background subtraction, which significantly reduces the impact carried with the background region of the picture. With an acceptable performance trade-off, the tracking quality achieved with existing kernel tracking algorithms is significantly improved. [版权所有:http://DOC163.com]
Keywords : object tracking;computer vision;background subtraction;kernel-based tracking
  [来源:http://Doc163.com]

基于OpenCV的目标跟踪算法研究(Python程序)
基于OpenCV的目标跟踪算法研究(Python程序)
基于OpenCV的目标跟踪算法研究(Python程序)
基于OpenCV的目标跟踪算法研究(Python程序)


目  录
摘   要    I
ABSTRACT    II

[资料来源:http://doc163.com]


第一章 绪 论    1
1.1 设计背景及意义    1
1.2 国内外研究现状    1
1.3 研究目标及内容    3
1.3.1 研究目标    3
1.3.2 研究内容    3
1.4 本文的组织    3
第二章 目标跟踪方法与实验准备    5
2.1 目标跟踪典型算法    5
2.1.1 Meanshift    5
2.1.2 CAMshift    5
2.1.3 核相关滤波    6
2.1.4 CSRT算法    6
2.2 目标跟踪相关技术    6
2.2.1 目标检测    6
2.2.2 图像滤波    7
2.2.3 背景减除    7
2.3 目标跟踪系统的评价    7
2.3.1 评价指标    7
2.3.2 基准测试    8
2.4 目标跟踪新技术    8
2.4.1 基于检测实现的目标跟踪    8
2.4.2 Tracking-Learning-Detection模型    9
[版权所有:http://DOC163.com]

2.4.3 Boosting 模型    9
2.4.4 孪生神经网络    9
2.5 硬件平台    10
2.6 软件平台    10
2.6.1 OpenCV    10
2.6.2 imutils    11
2.7 任务情景及实验数据    11
2.7.1 乒乓球跟踪实验    11
2.7.2 模型车辆跟踪实验    11
第三章 目标跟踪算法的研究与实现    13
3.1 基于颜色的目标跟踪算法研究    13
3.1.1 任务分析    13
3.1.2 方案设计    13
3.1.3 方案实现    15
3.1.4 实验结果    17
3.2 基于背景减除的目标跟踪算法研究    18
3.2.1 任务分析    18
3.2.2 方案设计    19
3.2.3 方案实现    19
3.2.4 实验结果    21
第四章 总结与展望    27
4.1 研究总结    27
4.2 思考与展望    27

[资料来源:http://www.doc163.com]


参考文献    29
致   谢    31
 

[资料来源:http://www.doc163.com]

  • 关于资料
    提供的资料属本站所有,真实可靠,确保下载的内容与网页资料介绍一致.
  • 如何下载
    提供下载链接或发送至您的邮箱,资料可重复发送,若未收到请联系客服.
  • 疑难帮助
    下载后提供一定的帮助,收到资料后若有疑难问题,可联系客服提供帮助.
  • 关于服务
    确保下载的资料和介绍一致,如核实与资料介绍不符,可申请售后.
  • 资料仅供参考和学习交流之用,请勿做其他非法用途,转载必究,如有侵犯您的权利或有损您的利益,请联系本站,经查实我们会立即进行修正! 版权所有,严禁转载
    doc163.com Copyright © 2012-2024 苏ICP备2021029856号-4