搜索资源列表
光流法的源码
- 本代码是经典的光流算法代码,通过计算对运动目标的速度来检测运动目标,效果不错
光流场经典算法-LK算法
- 光流场经典算法-LK算法,通过两幅图像计算光流场。,Lucas – Kanade Motion Estimation using Pyramids
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
optical_flow
- matlab光流场计算代码,希望对大家有所帮助,也希望大家相互帮助-matlab code optical flow calculation, and they hope to help everyone, I hope you will help each other
robust_optic_flow
- 鲁棒的光流计算方法,计算2帧图像之间的光流,内含该方法的论文以及源码。-Robust optical flow calculation method, calculation between two images of the optical flow, including the method of the thesis as well as the source.
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.
optical flow
- 计算视频或者图像中相邻两帧的光流场。 本光流场算法使用是 多项式展开的方法 配置好视频的路径之后,直接运行就可以了。-Calculation of video or image of two adjacent optical flow field. The optical flow algorithm using the polynomial method is a good video of the path configuration, the direct operation
stereoflowMatlab7
- matlab下面立体匹配和光流场计算代码,希望能对大家有所帮助。-matlab the following three-dimensional matching and optical flow field calculation code, hoping to be helpful to everyone.
BlockMotionestimation
- 本代码计算帧间光流场,通过阈值分割获得运动矢量,对当前帧进行补偿,配置差分后实现运动目标分割,解决复杂背景下运动目标的检测问题。-This code interframe optical flow field calculated by threshold segmentation to obtain motion vectors, to compensate for the current frame, after the implementation differential configu
A_Phase-based_Approach_to_the_Estimation_of_the_Op
- 一种基于相位的光流计算方法,该方法不同于以往基于微分的计算方法,而是采用空间滤波器,取得非常好的效果。该结果发表于IEEE Trans. Neural Networks,13(5), 1127--1136. -Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the Estimation of the Optical Flow Field Using Spatial Filtering, IEEE Tr
hh
- 利用VC++编写的光流场计算的源代码,效果很不错。-Using VC++ to prepare the calculation of optical flow field source.
OpticalFlowwithGUI(inproved)
- 此程序用于在GUI界面下计算光流,对于研究流的学者有重要参考价值-this code demenstrates the computation of optical flow.
opticalflowofimagematch
- 基于光流的图像匹配程序,其中有经典的光流计算中的x,y,t的梯度函数,可以用其它主程序调用此函数-Optical flow-based image matching procedures, including the classic optical flow calculation of x, y, t of the gradient function, the main program can call this function in other
LK_Template_Tracking_version3a
- 此程序实现了最基本的光流计算,对于学习光流技术的学生很有帮助,用的是Matlab和C++混合编程-This program implements the most basic optical flow calculation, for the optical flow technology, the students learn helpful, using the Matlab and C++ mixed programming
opticalflowsimplized
- opencv下的光流计算,提取运动目标光流,供参考学习。-opencv optical flow under the terms of extracting moving target optical flow for the reference study.