搜索资源列表
Optical_KLT
- KLT方法对特征点进行跟踪,很好用的方法-KLT method for tracking feature points
shiftrack
- 这是基于光流法的跟踪程序可以跟踪视频范围内的物体!很好用跟大家可以看看啊-this a fucking good program tnat you may intered
CV
- 图像处理 o 梯度 边缘和角点 o 采样 差值和几何变换 o 形态学操作 o 滤波和彩色变换 o 金字塔及其应用 o 连接组件 o 图像和轮廓矩 o 特殊图像变换 o 直方图 o 匹配 结构分析 o 轮廓处理 o 计算几何 o 平面划分 运动分析和对象跟踪 o 背景统计量的累积 o 运动模板 o 对象跟踪 o 光流 o 预估器 模式识别 o 目标检测 照相机定标和三维重建 o 照相机定标 o 姿态估计 o 极线几何 函数列表 参考图像处理注意:本章描述图像处理和分析的一些函数-O gradien
OpenCVOpticalCalculate
- 利用OpenCV计算光流的程序,根据视频,计算并跟踪运动目标-Optical flow is calculated using OpenCV procedure, the video, calculate and track moving targets
track
- 该程序是我多年的经验总结以及代码,实现了全景目标跟踪、火焰识别、烟雾识别、起立坐下行为判断、越界闯入、徘徊、违规停车等多种智能功能一体化,粒子滤波、贝叶斯分类器、随机森林等多种在线学习机制,还有传统的camshift、meanshift、光流法、卡尔曼滤波、struck、KCF、TLD、CT、区域匹配,相位相关、轮廓跟踪等多种算法-The program is my many years of experience and code, the realization of the panora
OpenCV
- OpenCV运动目标跟踪光流法工程,调试通过-OpenCV moving target tracking optical flow method works, debugging through
ikldemo
- visualc++和opencv实现。点跟踪。改进的Lucas-Kanade光流算法,检测视频运动目标。鼠标点击目标点,视频跟踪。-Point tracking. Improved Lucas-Kanade optical flow algorithm, video motion detection target. Click on the target point, video tracking.
hh_LK_F
- 一种基于OPENCV的光流算法,里面有视频跟踪,运行非常好-An OPEN_CV-based, tracking code, running very well
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
Optical-Flow
- 光流跟踪demo,金字塔实现,Pyramidal Implementation of the Lucas Kanade Feature Tracker Descr iption of the algorithm(Pyramidal Implementation of the Lucas Kanade Feature Tracker Descr iption of the algorithm)
ros_optical flow
- 利用基于ros的opencv中光流法进行动态跟踪(Dynamic tracking using optical flow method in opencv based on ROS)
LK_Template_Tracking_version3a
- LK金字塔光流法的视频目标跟踪定位,可以看一下。(LK pyramid optical flow method of video target tracking and positioning, you can see.)