搜索资源列表
optflowVCSharp
- 此方法应用光流法对一系列图片进行计算,最后得出结果,并能在图片上支出灌流的运动方向-This method applies a series of image optical flow calculation, the final outcome, and can spend the image direction of movement of perfusion
glow_104.tar
- KLT 光流法 GPU的实现,需要显卡,大家赶快下吧,保证高质量-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
shiftrack
- 这是基于光流法的跟踪程序可以跟踪视频范围内的物体!很好用跟大家可以看看啊-this a fucking good program tnat you may intered
Ooptp
- 完成光流法算法。用于图像边缘的提提取,运动目标的检测。可直接使用。 -Completion of the algorithm of optical flow method. Mention for image edge extraction, moving object detection. Can be used directly.
featuretrack
- 在视频中使用光流法追踪人,首先抓帧,每隔八帧进行一次人脸检测,然后使用光流法对检测到的人进行追踪。-In video optical flow method used in tracking people
MATLABTIQUZHEN
- 同学的毕业设计,用matlab编的关键帧提取的代码,参考了光流法的代码。是基于帧差的欧式距离,均值,方差,差异系数下的关键帧提取。代码调试通过,运行结果理想,与大家分享下-Students graduating from the design using matlab key frame extraction code, reference optical flow method code. Frame difference is based on the Euclidean distance,
cmu-tracking
- OpenCv 光流法车辆检测-OpenCv vehicle detection optical flow method
ofnav_src
- 源代码是基于光流法的小车躲避障碍物的实现,通过matlab和VC混合编程,实现可视化效果。-Source code is based on the car to avoid obstacles optical flow method to achieve through matlab and VC mixed programming, visualization effect.
unregulated_button
- 描述的是对按钮操作的光流法,使用的是c++语言的代码和资料。-Described is the optical flow method on the button, using the c++ language code and data.
opticalflow_cheliuliang
- 基于一段车流量的视频,利用光流法,实现对运动场的研究,统计车流量,代码不太完善,望谅解-Based on a video traffic, using optical flow method, the implementation of field research, statistics and traffic code is not very perfect, hope understanding
track
- 该程序是我多年的经验总结以及代码,实现了全景目标跟踪、火焰识别、烟雾识别、起立坐下行为判断、越界闯入、徘徊、违规停车等多种智能功能一体化,粒子滤波、贝叶斯分类器、随机森林等多种在线学习机制,还有传统的camshift、meanshift、光流法、卡尔曼滤波、struck、KCF、TLD、CT、区域匹配,相位相关、轮廓跟踪等多种算法-The program is my many years of experience and code, the realization of the panora
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
OpticalFlow-master
- 光流法实现对视频目标的提取,适用于运动相机拍摄的物体(Optical flow method to achieve the extraction of video objects, suitable for sports camera shooting objects)
hs
- Matlib代码,实现了光流法,高斯混合等(Matlib code, to achieve the optical flow, Gaussian mixture and so on)
OpenCV_OpticalFlow
- 光流法源码,文件内包括检测视频,效果比较好(Light source code, including detection video in the file,The effect is better)
9_用光流法进行运动目标检测
- 光流法可以实现动态背景下的目标检测,效果良好(The optical flow method can realize the target detection under the dynamic background, the effect is good)
OpenCV_Demo
- 利用opencv3实现光流法追踪运动目标(Tracking motion targets by optical flow method)
LK_Template_Tracking_version3a
- LK金字塔光流法的视频目标跟踪定位,可以看一下。(LK pyramid optical flow method of video target tracking and positioning, you can see.)
光流法-运动矢量
- 利用光流法计算视频不同帧图像之间的位移矢量(Calculating Displacement Vectors between Video Frames by Optical Flow Method)