搜索资源列表
光流法跟踪
- Opencv实现目标跟踪,和姓采用光流法实现
opencv-move-detection
- 基于opencv的运动检测,采用光流法,只要安装了opencv 就能直接使用-moving detection using opencv optical algorithm
AVI
- 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测-moving objective detection matlab
optical
- 光流法的示例程序,改编自斯坦福大学的程序以及网上一般流行的光流法程序,在opencv下运行-optical
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
stavens_opencv_optical_flow
- VC+++中利用opencv资源库实现光流法的原理以及程序说明。-VC+++ Use opencv resources to achieve the principle of optical flow method and the descr iption of the procedures.
RealTimeMeanShiftTrackingusingOpticalFlowDistribut
- 利用mean shift算法实现实时目标跟踪,并使用光流法进行目标检测-Using mean shift algorithm for real-time target tracking, and use the optical flow method for target detection
lkopticalflow
- 基于opencv的LK光流场法实现的航拍点跟踪,效果非常好。在vs2005下编译通过。包括详尽的源代码及注释。-The LK-based opencv optical flow method to achieve aerial point tracking, the effect was very good. In vs2005 compiled through. Including detailed source code and comments.
OpticalFlow-OPenCV
- 基于opencv的稀疏光流法,用来跟踪。由外国专家David Stavens所写-Opencv optical flow based on the sparse method, used for tracking. Written by foreign experts David Stavens
cmu-tracking
- OpenCv 光流法车辆检测-OpenCv vehicle detection optical flow method
light
- OpenCv 光流法 代码十分适合初学者大家快来下啊-OpenCv optical flow method code is very suitable for beginners we Come ah. . . . . . .
OpenCV
- OpenCV运动目标跟踪光流法工程,调试通过-OpenCV moving target tracking optical flow method works, debugging through
opticalflow
- OpenCV光流法检测车辆。光流法,非常完善,能够运行,效果很好-optical flow detection in OpenCV
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
guangliufa
- 利用opencv实现基于光流法的目标检测,可直接输入测试视频进行使用(Optical flow method for target detection)
用光流法进行运动目标检测
- 采用光流法形式检测背景相对稳定的运动物体,编写语言为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)
GuangLiuFa
- 光流法跟踪,可以任意调节特征点的多少,VS2013+opencv c++ 版本,可运行(Optical flow tracking)
OpenCV_OpticalFlow
- 光流法源码,文件内包括检测视频,效果比较好(Light source code, including detection video in the file,The effect is better)
OpenCV_Demo
- 利用opencv3实现光流法追踪运动目标(Tracking motion targets by optical flow method)
OPENCV资料
- 对特点区域目标跟踪,基于光流法的算法设计的异常行为识别(Target tracking for characteristic regions)