搜索资源列表
光流法的源码
- 本代码是经典的光流算法代码,通过计算对运动目标的速度来检测运动目标,效果不错
opticalflow.rar
- 用光流法进行运动物体的检测和跟踪,并返回运动方向,Light flow method of moving object detection and tracking, and return to the direction of movement
完成光流法算法用于图像边缘的提取
- 完成光流法算法。用于图像边缘的提取,运动目标的检测。-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!
opencv-move-detection
- 基于opencv的运动检测,采用光流法,只要安装了opencv 就能直接使用-moving detection using opencv optical algorithm
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
OpticalMotionEstimation
- 一种利用光流法检测运动物体的程序,供初学者参考。-Optical flow method by means of a moving object detection procedures for advanced users.
EX10-1
- 经典的光流法运动检测与跟踪。非常好用。!-The light of the classic method of flow movement detection and tracking is very nice
The-optical-flow-detection
- 光流法运动检测,效果不错,附带样本图片,可以通过运行 -The optical flow detection, the effect is good, with sample pictures
用光流法进行运动目标检测
- 采用光流法形式检测背景相对稳定的运动物体,编写语言为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.)