搜索资源列表
Intel2nd
- 跟踪人体,调用opencv里的函数进行操作。利用帧差法监测人体。
基于OPENCV的视频帧差法的实现
- 基于OPENCV的视频帧差法的实现,用来进行运动目标检测与跟踪的研究,OPENCV the video frame based on the realization of difference method is used for moving target detection and tracking of
simple_bg_subtraction_based_on
- 基于opencv和帧差法实现彩色avi视频的,可以减除光照变换较明显的静态背景。附实验视频。,Opencv-based and frame color difference avi video, you can remove the more obvious light transform the static background. Experimental video attached.
difference.rar
- 利用opencv实现帧差法得到视频中的运动物体,Opencv use to achieve video frame-difference method of moving objects
AVI
- 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测-moving objective detection matlab
Display
- opencv 视频采集 及 背景跟新的 帧差法 动态目标检测-opencv video capture and background frame difference with the new dynamic object detection
cv_example
- 用VC6.0编写,利用OPENCV库开发的连续两帧差分法的运动前景检测程序,将需要处理的视频文件改名为sample.avi运行exe即可-Written by VC6.0, database development using OPENCV difference method of continuous two prospects for the movement detection process, will need to handle video files to run the exe
3fd
- 基于OpenCV和VC6.0实现的三帧差分法进行目标检测,可以运行,无错误。-Based on OpenCV and the realization of VC6.0 three frame difference method for target detection, run, no mistake.
Three_frame
- opencv 三帧差法 ostu. 在工程文件中修改视频地址,编译即可运行-opencv ostu three poor modify video address compiled to run in the project file
fangdao123
- 利用帧差法 对屋内人物进行防盗,利用opencv vs2010-Use the frame difference method character be burglar inside the house, use opencv vs2010
moving_target_tracking
- OpenCV帧间差法运动目标跟踪,提取运动目标区域-OpenCV frame difference method to track moving objects, extract the moving target area
movingcar
- 帧差法求取视频前景的代码,c++源码,学习opencv的入门程序-Frame difference method to obtain prospect of the video program
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.