搜索资源列表
MotionDetector
- 运行即可从USB读取视频,并对视频中的多个运动目标进行检测定位,将本模块移植到自己的项目中,实现效果好.希望你也成功加入到你的项目中,欢迎来邮件交流!
MovingObjectDetecting
- 视频运动检测与图像捕捉原理,适用于对检测精准度较高要求的专业人员研究参考
视频检测
- 用于实现基于图像视频的运动目标检测与跟踪
TrackandID用质心跟踪
- 该程序利用OPENCV来获取视频帧,并通过帧差来检测运动车辆和跟踪.
motion_or_car_detect
- 本程序是使用OPENCV对运动物体进行检测,内中包含一段运动车量视频,代码经过调试正确-This procedure is used to detect moving objects OPENCV on, in the amount contained in a sports car video, the correct code after debugging
motion
- 这是关于运动视频处理的电子书,包含了运动检测和跟踪的算法理论知识-This is the video processing on the movement of e-books, includes a motion detection and tracking algorithm theoretical knowledge
VideoProcess
- 关于视频的课件,内容全面,包括:视频的各种编码,目标检测,目标运动估计,目标跟踪,视频建模等。-On the video courseware, comprehensive, including: a variety of video encoding, target detection, target motion estimation, target tracking, video modeling.
third
- 视频序列的运动检测:用帧差法实现了单个物体的运动检测。-Video sequence of motion detection: bad law with frames achieve a single object detection exercise.
7788
- 大名鼎鼎的方帅的博士学位论文---目前,计算机智能视频监控在理论和应用上都面临着很多难题,国内外大批学者投身于该领域的研究和探索,并且取得了大量的成果.本文是在这些成果的基础上,对计算机智能视频监控系统的关键技术进行研究.主要贡献可概括如下:首先,对目标检测技术进行了研究,并提出了一种基于背景建模的运动目标检测算法.利用统计的方法建立了基于颜色和颜色梯度的背景模型,并实时地对背景模型进行更新,最后将这两种背景模型综合考虑对目标进行了有效的检测.接着,研究了复杂背景下多目标跟踪问题,提出了基于蒙特
DetectMov
- 基于背景差分法的是视频运动目标检测,该算法包含背景差分核心算法以及滤波处理阴影处理等后续图像处理-Background subtraction is based on video motion detection, background subtraction of the algorithm contains the core algorithm and the filtering processing, the shadow of the follow-up image processing
ren-lian-jian-ce
- 用VC++语言编程实现视频中运动目标的人脸检测-Using vc++ language implementation moving targets face detection
MotionddDetection
- 视频序列中的运动目标检测 帧间差分法 -motion target detection
matlab8762
- 【谷速软件】matlab毕业编程 实现视频摄像中的运动检测(人体等)免费源代码-[Valley] Speed matlab software programming graduation video camera motion detection (human and other) free source code for reference use learning
kalman-object-detection
- 用卡尔曼滤波来检测视频中的小运动目标,例子为检测一个运动场景中的乒乓球-Using kalman filter to detect small moving targets in video, example for detecting a movement in the scene of table tennis
run
- matlab视频中运动物体检测程序,可以检测到视频中的运动物体,并在视频播放中标记。-Matlab video in the moving object detection program, you can detect the moving objects in the video, and in the video playback mark.
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。