搜索资源列表
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 c
optic-flow
- 一个matlab程序 从一个avi视频中读取两帧画面进行光流计算 分别用hs算法 lk算法 和块匹配法-A matlab program to read from a two avi video screens were used for optical flow algorithm lk hs block matching algorithm and
lk
- LK光流法算法,基于LK光流法的Matlab算法,本人自编-LK Optical Flow In Matlab
OpticalFlow
- 用opencv2.3.1在vs2008开发的l-k光流法的运动估计,有详细的注释-Movement opencv2.3.1 in the vs2008 development lk optical flow method is estimated that there are detailed notes
lk
- 金字塔LK光流法,目标跟踪的一些论文资料。-Pyramid LK optical flow method, target tracking information papers.
iterative-pyramidal-LK
- 关于光流法的一个外文论文,很好的讲述了光流法算法-An optical flow method on foreign language papers, very good about the optical flow algorithm
Code
- LK光流法的实现算法,内容包括普通LK光流法,改进的金字塔算法,以及根据光流场计算下一帧图像-LK optical flow algorithm, the code directly in the main program can run. Code includes general LK optical flow method, an improved pyramid algorithm, based on optical flow
LK
- 基于OPENCV的光流法,使用的是LK金字塔算法,可用vc运行-Pyramid LK optical flow algorithm that can be used to run vc
LKguangliu
- 利用matlab实现LK光流法对目标的跟踪-The realization of LK optical flow tracking using MATLAB
lk-motion-predict
- 使用LK光流法实现图像的运动预测 用于预测两幅图像的运动方向-lk motion predict
newoptflow
- 多种方法的光流法源码,包括经典的LK光流法的集中实现,与金字塔光流法的C++和Matlab自编程序-multiple methods of Optical Flow
NCS2011---146---autmented-reality
- 目前擴增實境技術相關應用大部分以使用標記為主,但各式應用需求與日俱增,無標記(markerless)擴增實境技術使用上更具彈性,不必受限於標記的使用,因此應用層面更廣。視覺追蹤技術是擴增實境系統重要底層核心技術之一,但使用視覺追蹤技術在實際應用上易受到追蹤物件本身及外觀變化之影響,因此本文提出適用於無標記擴增實境應用之物件追蹤方法,能有效追蹤各式真實物件。首先框選設定追蹤物件;接著擷取物件特徵值,藉由特徵值比對以持續追蹤物件,並利用金字
LK-flow
- 简捷的可以用来实现LK光流法的程序代码文件,可以达到实时性-The simple code of achieving LK optical flow method ,and can achieve the achieve real-time compute
OpenSourceVidProcessing
- 基于LK光流法的目标跟踪,使用 MATLAB开发-LK optical flow based object tracking using MATLAB development
61IC_S5765
- 基于LK光流法的目标跟踪,使用opencv开发-LK optical flow based object tracking using opencv development
opticalflow
- 改进的聚类光流法,聚类方法有kmeans和DBSCAN,光流法金字塔LK可以用,HS光流法占用内存太多。-Improved clustering optical flow method, clustering method kmeans and DBSCAN, pyramid LK optical flow method can be used, HS optical flow occupy too much memory.
LKmatlab
- 光流法 计算机视觉大作业 基于特征点的目标跟踪(Optical flow method, computer vision, large task, feature point based object tracking)
cmonoFTSSG_2.0
- 通过orb角点检测和lk光流追踪法,对特征点进行追踪,并叠加物体(Through orb corner detection and LK optical flow tracking method, the feature points are tracked, and the objects are superimposed)
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking
LK_Template_Tracking_version3a
- LK金字塔光流法的视频目标跟踪定位,可以看一下。(LK pyramid optical flow method of video target tracking and positioning, you can see.)