搜索资源列表
moving_and_tracking_application
- 里边包括了目前最常用的运动目标检测与跟踪的代码,有lk、meamshift还有摄相机加采集卡的图像在VC++里显示。-inside, including the currently most commonly used moving target detection and tracking code, lk. meamshift still camera plus acquisition card images to demonstrate the VC.
LK光流算法,包括opencv中LK稀疏跟踪的原理
- LK光流算法,包括opencv中LK稀疏跟踪的原理,主要是几篇英文文献,另外还有LK的matlab代码-LK optical flow algorithms, including LK sparse tracking opencv in principle, mainly a few in English literature, in addition to LK matlab code
lk.rar
- 光流计算的方法,用于动态跟踪,很有用的一段代码。,Optical flow calculation method for dynamic tracking, very useful piece of code.
track2
- 运动目标检测与跟踪:用的是pyramid L-K 光流追踪-Moving target detection and tracking: using a pyramid LK optical flow tracking
LK-derivation
- This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardwa
lkdemo
- lk demo - opencv demo for image tracking-lk demo- opencv demo for image tracking
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.
OpenCV_LKDemo
- LK稀疏光流Demo 可以在场景中自动找出关键点并自动跟踪,也可以使用鼠标在指定位置添加关键点,此程序是很好的学习光流的示例。本程序基于OpenCV。-LK Sparse Optical Flow Demo automatically in the scene to identify the key points and automatic tracking, you can also use the mouse to add the key points in the specified lo
LKgenzong
- LK算法跟踪,可以清晰的检测出人体,采用opencv1.0 VC++6.0-LK algorithm for tracking human body can be clearly detected using opencv1.0 VC++6.0
optical_flow_demo
- lk demo for tracking
LKPTracker
- 特别经典的LK光流场跟踪算法实现用光流跟踪的作用-The classical LK optical flow tracking algorithm
LK
- 基于LK的光流场计算以及跟踪,自己编的。-The calculation and tracking techniques based on Lucas-Kanade method.
LK_CV
- opencv中光流实现运动物体等跟踪,本程序用vs2010编写,LK算法-optical flow in opencv to achieve the tracking of moving objects, etc., the procedures used vs2010 to write, LK algorithm
imovving_and_n
- 里边包含了目前最常用的运动目标检测与跟踪的代码,有lk、meamshifft还有摄相机加采集卡的图像在Visual C++里显示出来。 已通过测试。 -Contains the most commonly used in moving target detection and tracking code inside lk meamshifft camera and capture card images are displayed in Visual C++. Has been teste
lk
- 金字塔LK光流法,目标跟踪的一些论文资料。-Pyramid LK optical flow method, target tracking information papers.
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
LKmatlab
- 光流法 计算机视觉大作业 基于特征点的目标跟踪(Optical flow method, computer vision, large task, feature point based object tracking)
LK算法
- 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
LK_Template_Tracking_version3a
- LK金字塔光流法的视频目标跟踪定位,可以看一下。(LK pyramid optical flow method of video target tracking and positioning, you can see.)