搜索资源列表
myblobtrack
- 能够对运动目标实现识别,并进行有效的跟踪。
基于mean-shift运动目标跟踪源码
- 基于mean-shift运动目标跟踪源码 是很好的代码 望大家支持
human
- 人运动的视觉分析系统一般遵从下述的处理过程:1)运动检测;2)运动目标分类;3)人的跟踪;4)行为理解与描述。这几篇文章将重点从此四个方面回顾人运动分析的目前发展水平和常用的处理方法,并对研究难点及未来的发展趋势作了较为详细的分析。
视频检测
- 用于实现基于图像视频的运动目标检测与跟踪
运动目标跟踪
- 基于图像的运动目标跟踪,直接可以运行。对于想学习这方面的人很有用
Tracking.zip
- 完整的PTZ跟踪算法,包括背景建模,运动目标提取,运动目标大小估计以及跟踪。,Complete PTZ tracking algorithm, including background modeling, moving object extraction, moving object and track size is estimated.
VideoProcess
- 关于视频的课件,内容全面,包括:视频的各种编码,目标检测,目标运动估计,目标跟踪,视频建模等。-On the video courseware, comprehensive, including: a variety of video encoding, target detection, target motion estimation, target tracking, video modeling.
Digital_Image_Correlation_080910
- 目标跟踪,本文围绕人运动的视觉分析中的重要课题——基于模型的行人跟踪——展开研究,它不仅涉及底层视觉的许多问题,还是高层视觉处理的基础。基于模型的跟踪是解决行人跟踪问题的一般性框架。-A Method of Passing People Tracking and Counting Based on Real- Time Image- Sequence
meanOpenCVmfc
- mean shift 跟踪算法的实现 对运动的图像进行跟踪-mean shift
2201661974520079181725541578112
- 基于图像处理的运动目标检测跟踪系统的设计与实现的论文,是一篇博士论文,在研究有关目标跟踪与检测的时候,有很多可借鉴之处。-Based on image processing to track the moving target detection system design and implementation of the papers, is a doctoral thesis research on the target tracking and detection of the time
3971019SEED106_GrayStretch
- 运动目标检测与跟踪算法,可以实现目标的自动检测与跟踪-Moving target detection and tracking algorithm that can achieve its objectives of automatic detection and tracking
bs
- 智能交通监控系统中运动目标检测与跟踪算法-Intelligent Traffic Monitoring System in moving target detection and tracking algorithm
Infrared_Target_Detection
- 红外图像运动目标检测、识别与跟踪算法演示程序。附件:点目标到面目标完整图像序列 -Infrared images moving target detection, identification and tracking algorithm demo program. Attachment: point target to the target area complete image sequence
7788
- 大名鼎鼎的方帅的博士学位论文---目前,计算机智能视频监控在理论和应用上都面临着很多难题,国内外大批学者投身于该领域的研究和探索,并且取得了大量的成果.本文是在这些成果的基础上,对计算机智能视频监控系统的关键技术进行研究.主要贡献可概括如下:首先,对目标检测技术进行了研究,并提出了一种基于背景建模的运动目标检测算法.利用统计的方法建立了基于颜色和颜色梯度的背景模型,并实时地对背景模型进行更新,最后将这两种背景模型综合考虑对目标进行了有效的检测.接着,研究了复杂背景下多目标跟踪问题,提出了基于蒙特
MeanShift
- 基于复杂环境下,采用均值漂移算法实现运动目标识别跟踪-object tracking
genzong
- 实现运动目标的动态跟踪,识别运动物体,进行预测跟踪-Dynamic tracking moving objects, identifying moving objects, tracking forecast
TestTrace
- 关于地面运动目标跟踪的界面设计,包括识别定位跟踪等模块-Ground moving target tracking interface design, including identification and location tracking module..
MovingObjectTracking
- 运动目标跟踪程序代码 基于粒子滤波的目标跟踪程序-based on Particle File moving object tracking
camshiftgai7
- 将Camshift和Kalman很好的结合的一个源代码,能实验很好的运动目标跟踪。-The good combination of Camshift and Kalman source code, can test a good moving target tracking.
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。