搜索资源列表
ObjectDetect
- 用opencv做的一个比较基础的光流场目标检测算法实现,可以进行光流计算和标注,并含有测试视频文件。-To do a comparison with opencv optical flow field based object detection algorithm, optical flow can be calculated and marked, and contains test video files
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
optical-flow
- 光流算法,速度快,精度高,远远比OPENCV实现的要好。-Optical flow algorithm, fast, high accuracy, far better than OPENCV achieved.
785fbccc
- 能实现光流计算,本算法基于金字塔的L_K光流算法计算光流-To achieve optical flow, the algorithm is based on the pyramid L_K optical flow algorithm to calculate the optical flow
The-pyramid-Lusas-Kanande-optical
- 金字塔Lusas-Kanande光流算法,Visual C-The pyramid Lusas-Kanande optical flow algorithm, Visual C++!
test2
- 光流场的实现,使用了opencv库,加上qt的库。可以用来学习光流算法-The realization of optical flow field, using opencv library, plus qt library. Can be used to study the optical flow algorithm
test3
- 光流算法的另一个例子,使用了lk算法,画出了光流场-Another example, the use of optical flow algorithm lk algorithm to draw the optical flow field
OpencvDemo03
- 基于opencv实现的光流算法,及其算法扩展。 使用opencv2.3.1,vs2008环境。 都是自己实现的-Opencv optical flow algorithm implementation, and its algorithm is extended. Opencv2.3.1, vs2008 environment. implementation it by myself
opticalPflow
- 光流算法的视频稳像,直接打包上传,有一个视频文件。总共宝三三个文件夹-Video image stabilization optical flow algorithm
optional-flow
- 光流算法用于运动目标检测。此代码主要用opencv实现在目标运动情况下的检测。-Optical flow algorithm for moving target detection. This code in the case of target motion detection with opencv.
optical-flow
- 基于opencv的光流算法,,非常实用检测物体运动-Opencv-based optical flow algorithm, a very practical
CLG
- CLG光流算法代码,基于opencv,vc++,可运行-CLG optical flow algorithm code, based on opencv, vc++, you can run
hs
- 用matlab编译的经典光流算法HS算法,附有程序需要的图像-Classic compiled using optical flow algorithm matlab HS algorithm,with Image program need
optical-flow-code
- 光流算法 很好的参考资料 值得借鉴 学习的好东西-Optical flow algorithm is a good reference is worth learning a good thing
LK-algorithm-based-on-OpenCV
- 强大的opencv提供了可直接调用的LK金字塔光流算法,可用于跟踪检测-Provides a powerful opencv optical flow algorithm LK pyramid can be directly invoked, can be used for tracking and detection
光流法检测
- 本算法是经典的托马斯加LK金字塔的光流检测算法,给各位提供参考
main
- 光流算法的源码 运用稠密光流(Lucas-Kanade)算法跟踪运动的图像-Optical flow algorithm source code using dense optical flow image (Lucas-Kanade) algorithm to track the movement of
OpenCV_OpticalFlow
- opencv光流算法,初学者学习这个算法很有用-opencv optical flow algorithm, this algorithm is useful for beginners to learn
OpticalFlow
- opencv中光流算法的实现,可以检测物体,并进行运动估计,运动矢量的估计 并画出矢量线-option flow in opencv
ch10_ex10_1
- opencv基于金字塔的LK光流算法,可作为跟踪的基础-opencv based pyramid light flow LK Algorithm