搜索资源列表
detect
- 运动检测的实例,适合初学者,用到帧差法,区域分割等
Monitor.rar
- 自己写的vc 读取YUV视频信号 进行帧差法进行目标跟踪 ,高斯背景模型提取,,Vc wrote it myself to read YUV video signal frame-difference method for target tracking, Gaussian background model extraction,
differnence
- 三帧差法检测目标,文件很齐全,只需要直接运行。欢迎下载,-Detection of three poor goals, the document is complete, only need to run. Welcome to download, thank you
third
- 视频序列的运动检测:用帧差法实现了单个物体的运动检测。-Video sequence of motion detection: bad law with frames achieve a single object detection exercise.
Video-Frame
- 视频帧分析源码,用于车辆检测及车牌识别,采用背景差分法-Analysis of source video frame for vehicle license plate detection and identification, using the background difference method
peperwork
- 在VS2008平台上实现的运动目标检测,采用帧差法实现,并用图像形态学进行图像的细化。-In VS2008 platform to achieve object detection, using the frame difference method implemented with the image of the refined image morphology.
zhifangtu3
- 帧差法来检测运动的物体,移动哦物体识别的较好的参考资料-Frame-difference method to detect moving objects, moving object recognition better oh reference
AVideo-Framen
- 视频帧分析源码,用于车辆检测及车车牌识别,采用背景差分法可直接使用。-Analysis of source video frame for vehicle license plate detection and recognitionn, the background difference method using the full source code can be used directly.
three_frame_differencing
- 基于opencv,sobel与三帧差分法相结合的动态目标识别-Dynamic target recognition method based on opencv, sobel and three differential
code
- 采用帧间差分法动物体识别,采用双检测线法计数-Frame difference method for animal identification, dual detector line method count
MotionddDetection
- 视频序列中的运动目标检测 帧间差分法 -motion target detection
dongtaigz12_3
- 汽车车牌识别,帧差法背景提取,图像识别 视频;目标检测;背景重建;背景更新;背景差法-Video Target Detection Background Reconstruction Background Update Background Subtraction
beijing03
- 背景提取,迭代法(Surendra算法);即采用帧差的方法,一帧图像减去前一帧图像,即可以对比得到图像中变化(移动)的区域,扣除移动的区域,即得到不动的背景。采用多帧图像迭代的方法,得到更加准确的背景。-Background extraction, iterative method (Surendra algorithm) frame difference method is used, an image by subtracting the previous frame, which can
test_surf2_zhencha
- 基于opencv的帧差法目标提取算法。基于vs2008实现-Extraction algorithm based on frame difference method opencv target.
zhencha_genzong
- 与帧差法结合的运动目标侦测跟踪算法。基于vs2008实现-Moving target in conjunction with the frame difference method to detect tracking algorithm.
Target-detection
- 本文选用了背景减法、帧间差分法和光流法。背景减法是通过将当前帧与背景帧相减得出灰度差值并将此差值与阈值比较判断是否有运动目标。-This paper chose the background subtraction and frame difference method and optical flow method.Background subtraction is through to the current frame and background frame subtraction gr
F3_minus
- 三帧差法,在于用较快的情况下,可以提取运动区域-Three frame difference is that with faster under circumstances, can be extracted motion area
帧差法
- 用帧差法实现目标检测,C++代码可直接运行。(The frame difference method is used to detect the target, and the C++ code can run directly.)
sad_motion _track_detect
- 基于帧差法与图像块匹配方法的运动目标检测与跟踪,可以实际操作,性能还不错的(The moving target detection and tracking based on the frame difference method and the image block matching method can be actually operated, and the performance is good.)
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。