搜索资源列表
opencv-ostu
- 基于OPENcv大津阈值分割运动目标检测方法的源代码- the code of otsu for moving goal detection based on opencv
tkgz
- 在VS2008平台上基于opencv编写的运动目标检测与跟踪的程序,检测与跟踪方法可选,并对跟踪目标编号,带有AVI视测试视频,效果很好,完全可以运行-Moving target detection and tracking procedures, methods of detection and tracking options, and AVI video with good results, can run
video-monitor
- 基于OpenCV的智能视频监控设计, 文中介绍了opencv中的运动模板检测方法, 并给出了使用该检测方法来对运动目标进行 检测、跟踪与智能判断的实验结果。-Based on the video monitor OpenCV intelligent design
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
detection
- 对两种目标检测方法,背景差和帧差法进行了实现和比较。-The two target detection, background subtraction and frame difference was realized and compared.
Border-Detection-Criteria
- 一种运动目标检测方法,可以准确的检测视频序列中运动目标对象-A movement target detection methods can accurately detect objects moving objects in video sequences
moving-object-detection-method-
- 针对视频监控系统的运动目标检测部分,介绍了以OpenCV为平台,以背景减法与帧差法为基础的检测方法。它以背景减法建立和更新背景模型,利用感兴趣区域的设置提高实时性,引入修正的大津法自适应阈值改善二值化效果,并以帧差法为补充降低虚报率及光照变化的影响。实验表明,该方法可以快速有效地对运动目标实施报警。-OpenCV-based moving object detection method and application of some of the articles I read, I feel
ksjcydmb
- VC2008编译,完全能运行,效果非常好的运动目标检测方法,自己添加avi文件即可-VC2008 compiler, fully able to run, the effect is very good motion detection method, add avi files to their own
mfcOpencv
- 在VC6.0+OpenCV的实现背景差分目标检测的方法,很利于以后自己的学习!-VC6.0+ OpenCV background subtraction target detection method , it is conducive to learning !
z
- 采用codebook的编码方法,在YUV空间实现了运动目标检测。-Moving target detection using the codebook encoding method in the YUV space.
m
- 本程序使用帧间差分的方法实现了运动目标检测,但帧间差分法方法效果并不是很好。-This program uses the interframe difference method of moving object detection method the effect of inter-frame difference method is not very good.
z
- 本程序使用codebook的建模方法实现了在HSV空间的运动目标检测。-This program uses a codebook of the modeling approach to moving target detection in the HSV space.
FindMoving
- 由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
pinggjunbj
- 此方法是平均背景减除法。主要用于运动目标检测,当然此方法在静止的背景下检测运动目标比较好-Averaging Background Method We’ve just seen a simple method of learning background scenes and segmenting fore- ground objects. It will work well only with scenes that do not contain moving backgro
61IC_H102405
- 一种运动目标检测方法,从复杂背景中检测出目标-A moving target detection method from complex background detect the target
yundong-mubiaojiance-yugenzong-
- 视频中目标检测与跟踪,常用的目标检测方法和跟踪方法-Video target detection and tracking, commonly used method for target detection and tracking method
Video-Demo
- 静态背景下背景预测法目标检测,静态背景下帧间差分法目标检测,Mean Shift方法目标跟踪方法-Background prediction target detection under static background, frame difference method for target detection under static background, Mean Shift method for target tracking method
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
HOG_OpenCV
- HOG即histogram of oriented gradient, 是用于目标检测的特征描述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方图、scale-invariant feature transform类似,不同的是hog的计算基于一致空间的密度矩阵来提高准确率。Navneet Dalal and Bill Triggs首先在05年的CVPR中提出HOG,用于静态图像or视频的行人检测。-HOG i.e. histogram of oriented gradien
duomubiaogenzong
- 五篇利用opencv不同方法的多运动目标检测跟踪的论文-Five different methods using opencv target detection and tracking of multiple moving papers