搜索资源列表
cvuse
- 使用opencv,将一个视频文件分割成多张图片。 特点:按帧提取,每帧保存为多张图片。 保存时,原来的格式是全彩的,同时转化并保存全彩图片对应的黑白图片和二值化图片。这三类图片分别存放在默认目录的video background foreground中。默认的视频文件名为默认目录下的ci.avi
diff2bg
- 结合Opencv工具,在VC++上,利用背景差算法实现运动目标检测,并结合三帧差分算法对检测结果进行判断和报警。已通过编译和运行。-Opencv combination of tools, in VC++, using the background of poor moving target detection algorithm, combined with three differential algorithm to judge the test results and alarm. Ha
blobtracker
- This a fine blob tracker for opencv 2.1, it uses background modeling.-This is a fine blob tracker for opencv 2.1, it uses background modeling.
video
- Background subtraction, canny edge detection using opencv
liyongbeijingjianmojianceyundongwuti
- opencv 利用背景建模检测运动物体-opencv using background modeling moving object detection
bgfg_codebook
- Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you *have* to have one of the video windows be active // and NOT
Vehicle_Tracker_with_background_subtraction_and_k
- Vehicle Tracking using a background subtraction based on mixture of Gaussians, and Kalman filtering to remove noise. Require OpenCV to be installed. By Jonathan Gagne University of Waterloo jgagne@uwaterloo.ca
FGDetect
- 使用opencv类库,采集视频,采用背景相减法,提取前景-Use opencv library, capture video, using the background subtraction, extraction prospects
cvGaussianBGModelDemo
- Used for OpenCV gaussian background foreground segmentation-Used for OpenCV gaussian background foreground segmentation
surendra1
- 基于视频的surendra背景更新算法,基于opencv和vc++,能够实现-Video-based surendra background update algorithm, based on opencv and vc++, can be achieved
blobtrack
- 针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,本文利用OpenCV的运动物体跟踪的数据结构、函数以及基本框架,建立了一个由人机交互界面模块;运动物体的前景检测模块;运动物体的团块特征检测模块;运动物体的团块跟踪模块轨迹生成模块;轨迹后处理模块组成的视频图像运动目标分析系统。-Aim at detecting,tracking and marking multipule specific targets in complex background.We use the ba
CarCount
- 该代码实现车辆的检测,采用了训练的方式,从视频中提取背景,然后做差分,连通域提取等步骤得道前景。该代码采用OPENCV实现。-The code to achieve vehicle detection, using training methods to extract from the video background, and then do differential, connected components extraction and other steps to attain the
Oddiff2bgp
- 结合Opencv工具,在Visual C++上,利用背景差算法实现运动动目标检测,并结合三帧差分算法对检测结果进行判断和报警。已通过编译和运行。 -Combination of the the Opencv tools in Visual C++ background subtraction algorithm to achieve the movement moving target detection, combined with three differential algorithm
Ucviinpainnts
- 使用OpenCV进行inpaint操作的源码实例例,简单易懂明了,inpaint算法可用于背景修复 -OpenCV for inpaint operating source instance cases, straightforward and clear, inpaint algorithm can be used for background repair
qwe
- opencv中的一个小程序,该程序的作用是对视频或摄像头得到的视频进行高斯背景建模,也能得到前景的图像。-opencv in a small program, the role of the program is to get the video to the video or camera Gaussian background modeling, foreground image.
Gauss
- 基于OpenCV的混合高斯背景建模源代码-Gaussian mixture background modeling based on OpenCV source code
Background-subtraction
- 静摄像机情况下基于opencv的背景差法识别运动物体-Identify moving objects based on opencv background subtraction in the case of a static camera
backgroundsubtraction
- Opencv Background Subtraction Example
opencv
- 运用高斯混合背景法对背景建模的背景差分法运动目标检测。-Background method using Gaussian mixture background modeling background subtraction method to detect moving targets.
BackGround
- visual studio环境基于opencv平均背景法实现背景检测-visual studio environment, background detection method based on the average background opencv