搜索资源列表
光流法的源码
- 本代码是经典的光流算法代码,通过计算对运动目标的速度来检测运动目标,效果不错
bkgrd
- 借助OPENCV强大的库函数,来解决了运动目标检测问题,虽然只是能较好地支持静止摄像头,还不能克服在运动摄像头和高噪音这样的环境下的困难。但是通过了解,如果运用光流法可能较好地解决问题
完成光流法算法用于图像边缘的提取
- 完成光流法算法。用于图像边缘的提取,运动目标的检测。-Optical flow algorithm to complete. For image edge extraction, the detection of moving targets.
光流法目标检测程序
- 基于光流法的运动目标检测源代码,能直接检测各种运动目标,打开图像就可以用!-Optical flow method based on motion detection source code, can directly detect a variety of moving objects, open the image you can use!
AVI
- 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测-moving objective detection matlab
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
target-detection
- 基于视频的目标检测跟踪的研究与实现 详细讲述了各种运动目标检测方法 光流法 帧差法-Video-based target detection and implementation of follow-up study to describe in detail the various methods of moving target detection method optical flow frame-difference method
Part-of-the-static-image-edge-detection
- 基于光流法的运动目标检测 也可用于流体力学运动检测-Optical flow method based on the motion detection Motion detection can also be used for fluid dynamics
Practice-and-other-relevant-methods-and-procedures
- 练习光流法运动目标检测及其他相关方法程序-Practice optical flow motion detection and other relevant methods and procedures
Target-detection-part-of-the-Motion-Picture
- 基于光流法的运动图像目标检测 一个简单实用的练手程序-Movement based on optical flow image target detection with a simple hand procedures and practical training
Motion-Detection
- 一个运动目标检测程序,可以很好的为光流法作铺垫-A moving object detection procedures can be very good to pave the way for the optical flow
guanliu
- 光流法对运动图形进行分析,运动目标的检测与分割、图像稳定和深度重建-detect moving thing
opticalflow
- 光流法检测运动目标原理、步骤,OpenCV实现,标有注释,-Optical flow method principles, steps OpenCV implementation, marked with the annotation
Movingobject-detection
- 使用光流法对目标进行检测,并得出其运动轨迹,可以达到循迹的效果。-The target detection using optical flow method, and the trajectory tracking results can be achieved.
用光流法进行运动目标检测
- 采用光流法形式检测背景相对稳定的运动物体,编写语言为C++,所有视觉库为opencv(The optical flow method is used to detect moving objects with relatively stable background. The language is C++, and all visual libraries are OPENCV)
flow-code-matlab
- 利用光流法在复杂场景下对运动目标进行检测(Using the optical flow method to detect moving objects in complex scenes)
9_用光流法进行运动目标检测
- 光流法可以实现动态背景下的目标检测,效果良好(The optical flow method can realize the target detection under the dynamic background, the effect is good)
光流法
- matlab基于光流法的运动物体目标检测,源码,可用(Matlab based on the optical flow method of moving object detection, source code, available)
HOG 行人检测代码
- 本文针对运动目标的检测和跟踪这一研究课题,深入研究了两种非常重要的检测和跟踪技术-光流技术和帧差法的检测技术,在运动目标检测和跟踪中的应用中,对光流法和帧差法的优缺点进行了实验分析,文中所描述的这两种检测和跟踪技术和方法都通过仿真实验进行了验证。(Detection and tracking of moving targets, the author of this paper the research topic, further study of the two very important
opflow
- 成功运行,利用光流法检测出运动视频中的运动目标,并标记出特征点的运动轨迹。(using the optical flow method to detect the moving target in the motion video, and marking the trajectory of the feature point.)