搜索资源列表
光流法的源码
- 本代码是经典的光流算法代码,通过计算对运动目标的速度来检测运动目标,效果不错
光流法程序
- 光流法程序,计算图像中特征点的光流,输入为一段视频
光流场经典算法-LK算法
- 光流场经典算法-LK算法,通过两幅图像计算光流场。,Lucas – Kanade Motion Estimation using Pyramids
optflow.rar
- 这是一个基于opencv的计算光流的程序,采用的是Lucas-Kanade算法,This is a calculation based on optical flow opencv procedures, using the Lucas-Kanade algorithm
lk.rar
- 光流计算的方法,用于动态跟踪,很有用的一段代码。,Optical flow calculation method for dynamic tracking, very useful piece of code.
piotr_toolbox.rar
- 计算机视觉中光流计算的matlab工具箱,piotr toolbox
OpticalFlowAlgrithom.rar
- 能实现光流计算,本算法基于金字塔的L_K光流算法计算光流的,需要在OpenCV开发环境运行。,Optical flow algorithom based on pyramid L-K
Horn-Schunck.rar
- 光流计算的Horn-Schunck方法,又需要的可以下载。内部包含测试图像。,Optical flow calculation Horn-Schunck method, and can be downloaded in need. Test images contain.
LKmatlab.rar
- 该matlab程序能够实现金字塔光流计算 ,The matlab program can achieve pyramid optical flow calculation
optical_flow_tracking
- 基于光流计算的运动检测和跟踪,很实用的程序代码-Based on optical flow motion detection and tracking, it is useful code
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
tracker
- df计算光流得算法,采用Accurate optical flow computation under non-uniform brightness variations 文章中得算法 -optical flow in the calculation algorithm, Accurate use of optical flow computation under non - uniform brightness variations article in the algorithm -df c
OpticalFlowSX
- 计算光流的一个算法,这是我暂时的一个算法,希望做这个的朋友多指教。-Calculation of optical flow of an algorithm, which is an algorithm for the time being, I hope to do this more than friends advice.
OpticalFlowwithGUI(inproved)
- 此程序用于在GUI界面下计算光流,对于研究流的学者有重要参考价值-this code demenstrates the computation of optical flow.
OpticalFlow
- 自己编写的计算光流场的MATLAB程序,基于梯度的方法,非常简单-I have written a MATLAB calculation of optical flow procedures, based on the gradient method and it is very simple
HS-motion
- 视频帧间运动估计编码,基于光流场方程,包含了计算光流场的基础函数和一个光流场计算的实例-Inter-frame motion estimation video coding, based on optical flow equation, including the calculation of optical flow based functions, and an optical flow field instance
optical flow
- 金字塔,四层,计算光流场,可用于避障或识别(Pyramid, four layers, calculate the optical flow field, can be used for obstacle avoidance or identification)
SHAKE_PROOF
- 具有很好的计算光流场特征,十分好用。形象直观,一目了然。(It has very good characteristics of computational light flow field and is very easy to use.)
pyrlk_optical_flow
- 金字塔光流 经典光流算法 采用LK算法结合多尺度计算光流(Classical optical flow algorithm for Pyramid optical flow)
光流法-运动矢量
- 利用光流法计算视频不同帧图像之间的位移矢量(Calculating Displacement Vectors between Video Frames by Optical Flow Method)