搜索资源列表
光流法的源码
- 本代码是经典的光流算法代码,通过计算对运动目标的速度来检测运动目标,效果不错
高精度光流场仿真
- 用matlaB实现的高精度光流场仿真,实现了"High accuracy optic flow using a theory for warping"论文的算法。并在资料中附了原文,超值
matlab实现的lucas-kanade光流迭代算法
- matlab实现的lucas-kanade光流迭代算法
光流场算法
- 此程序是光流场matlab程序,使用与配准
2009guangliusuanfa.rar
- 基于光流算法的视频运动目标检测,具有一定的参考价值,Optical flow algorithm based on the video moving target detection with a reference value must
OpticalFlowAlgrithom.rar
- 能实现光流计算,本算法基于金字塔的L_K光流算法计算光流的,需要在OpenCV开发环境运行。,Optical flow algorithom based on pyramid L-K
LucasKanade.rar
- LK光流算法 源程序(一层不带有金字塔的算法),LK source optical flow algorithm (a layer of non-pyramid algorithm)
HierarchicalLK.rar
- 分层的LK光流算法 HierarchicalLK (此算法为三层),LK hierarchical optical flow algorithm HierarchicalLK (this algorithm for three-tier)
完成光流法算法用于图像边缘的提取
- 完成光流法算法。用于图像边缘的提取,运动目标的检测。-Optical flow algorithm to complete. For image edge extraction, the detection of moving targets.
alg
- 基于c++和opencv的CLG光流算法源代码.rar-Based on c++ and opencv optical flow algorithm of the CLG source code. Rar
optical-flow
- 光流算法,速度快,精度高,远远比OPENCV实现的要好。-Optical flow algorithm, fast, high accuracy, far better than OPENCV achieved.
lucas_kanade
- lucas-kanade的光流算法原文(1981) 具有参考价值 -lucas-kanade the original optical flow algorithm (1981) with reference value
CLG
- CLG光流算法的c语言实现。包含cpp和h文件。-CLG Opticflow
Flow
- 此程为目标检测算法程序,采用经典的光流算法,最后可以的到一个运动光流图。-This process procedures for the target detection algorithm, using the classical optical flow algorithm, and finally to a movement to the optical flow diagram.
OpticalFlow
- 光流算法,liuce实测可运行。里面包含测试图片.(the optical flow code.)
光流法
- 光流法处理视频的前景信息的提取,该算法适应于静态背景(Optical flow processing of video foreground information extraction, the algorithm is adapted to the static background)
guangliusuanfa
- 利用光流法,用于检测识别运动中的物体,确定其运动方向以及过程。(Used to identify objects in motion)
flow-code
- 获得视差图,使用光流算法跟踪运动的物体,谢谢大家,可能有错误(Parallax map obtained)
光流算法动作跟踪程序
- 使用光流法实现目标跟踪,代码为matlab。(Tracking by optical flow method)
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。