搜索资源列表
myblobtrack
- 能够对运动目标实现识别,并进行有效的跟踪。
motiondetect
- 采用寻找轮廓的方法实现视频流的运动目标的检测
MotionDetector
- 运行即可从USB读取视频,并对视频中的多个运动目标进行检测定位,将本模块移植到自己的项目中,实现效果好.希望你也成功加入到你的项目中,欢迎来邮件交流!
基于mean-shift运动目标跟踪源码
- 基于mean-shift运动目标跟踪源码 是很好的代码 望大家支持
targetdetecting
- 基于运动区域和运动区域外截矩形进行运动目标检测
human
- 人运动的视觉分析系统一般遵从下述的处理过程:1)运动检测;2)运动目标分类;3)人的跟踪;4)行为理解与描述。这几篇文章将重点从此四个方面回顾人运动分析的目前发展水平和常用的处理方法,并对研究难点及未来的发展趋势作了较为详细的分析。
视频检测
- 用于实现基于图像视频的运动目标检测与跟踪
motion
- 在win32控制台利用opencv编写一个运动目标检测和方向显示的程序
运动目标跟踪
- 基于图像的运动目标跟踪,直接可以运行。对于想学习这方面的人很有用
Tracking.zip
- 完整的PTZ跟踪算法,包括背景建模,运动目标提取,运动目标大小估计以及跟踪。,Complete PTZ tracking algorithm, including background modeling, moving object extraction, moving object and track size is estimated.
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
peperwork
- 在VS2008平台上实现的运动目标检测,采用帧差法实现,并用图像形态学进行图像的细化。-In VS2008 platform to achieve object detection, using the frame difference method implemented with the image of the refined image morphology.
KDE_subtraction
- 采用非参数背景建模,MFC,对运动目标进行检测,有很高的参考价值-Using non-parametric background modeling, MFC, the moving target detection, a high reference value
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
rtgenzong
- 智能监控系统运动目标识别程序,能顺利运行。-Moving Object Recognition Intelligent Surveillance System program, run smoothly.
7788
- 大名鼎鼎的方帅的博士学位论文---目前,计算机智能视频监控在理论和应用上都面临着很多难题,国内外大批学者投身于该领域的研究和探索,并且取得了大量的成果.本文是在这些成果的基础上,对计算机智能视频监控系统的关键技术进行研究.主要贡献可概括如下:首先,对目标检测技术进行了研究,并提出了一种基于背景建模的运动目标检测算法.利用统计的方法建立了基于颜色和颜色梯度的背景模型,并实时地对背景模型进行更新,最后将这两种背景模型综合考虑对目标进行了有效的检测.接着,研究了复杂背景下多目标跟踪问题,提出了基于蒙特
MotionDetection1
- 此代码用于运动目标检测,尤其是前期的目标背景建模等具有较好的效果-This code is used for moving target detection, especially early in the target background has a good effect modeling
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。