搜索资源列表
track3_jian
- dm642上实现运动目标检测与跟踪,使用了矩持法,基于梯度的图像分割,匹配跟踪,形心跟踪等算法。
基于快速匹配算法的交通监控系统
- 随着城市车辆的增多,交通变得越来越拥挤,所以实现实时的城市交通智能监控对于交通信息收集、规范化交通管 理及城市规划等方面具有重要的意义。针对这个问题,文中以车辆闯红灯为例,提出了一种基于计算机视频检测技术的车 辆运动监控方法。它采用了基于运动矢量的三步搜索算法,在系统实际运行中能根据目标运动方向自动排除许多人为和 自然因素的干扰,确保了图像匹配的快速性和准确性,为对闯红灯等违章行驶车辆进行有效的视频跟踪抓拍和避免误拍提 供了可靠保障
SIFT_VC opencv下的图像sift特征提取以及匹配跟踪识别
- opencv下的图像sift特征提取以及匹配跟踪识别-opencv image under sift recognition feature extraction and matching track
EBMA.rar
- 用块匹配算法做目标跟踪 可显示运动物体的运动方向,并画出运动矢量图,target tracking
vc_imageprocessing
- VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
OpenCV-Mean-Shift-demo
- 基于OpenCV实现的图像特征区域跟踪程序,基于类Mean-Shift实现的颜色直方图概率匹配算法,可同时跟踪6个特定目标区域。-OpenCV implementation of image features based on regional tracking program, based on class Mean-Shift probability of achieving the color histogram matching algorithm, which can track a
基于弹性模板匹配的人脸表情识别程序
- 基于弹性模板匹配的人脸表情识别程序。首先针对静态表情图像进行表情图像的灰度、尺寸归一化,然后利用Gabor小波变换提取人脸表情特征以构造表情弹性图,最后提出基于弹性模板匹配及K-近邻的分类算法实现人脸表情的识别。-Flexible template matching based on facial expression recognition procedures. First of all, the expression for the static image of the gray-sca
pointandtemplatematching
- 这是自己编的关于区域增长的点跟踪方法和模板匹配跟踪方法结合的例子,克服了点跟踪的缺陷。-point tracking and template matching joint
MatchingPursuit
- 匹配跟踪的mallat算法测试 For each signal analyzed, we use [CW]PPursuitTour to present a display that shows the synthesis table used, the residuals from Matching Pursuit, the Compression Numbers, and the phase plane that is generated.-Workouts for
match
- 根据距离进行匹配跟踪目标,对距离进行horsdauff距离计算-According to match the distance to track the target, distance horsdauff distance calculation
sift
- sift目标跟踪特征点的匹配,检测性能高,匹配效果好-sift target tracking feature points of the match, testing high-performance, match the good results
115
- 提取目标位置参考点和目标匹配模板;使用基于区域特征的运动目标跟踪算法获取目标位置(像素) -Extraction of target location and target reference points match template use region-based feature tracking algorithm for moving object target location (pixels)
jiyuSIFTtezhengmiaoshuzidelitipipeisuanfa
- 针对不同摄像头的监控视频序列, 提出了一种基于视频帧 SIFT ( Scale Invariant Feature Transform, 即尺度不变特征变换) 特征跟踪的拼接方法。通过 SIFT算法提取帧图像的特征, 并在跟踪的估计区域搜索匹配特征, 从而确定待整合帧之间的变换参数。实验结果表明, 该方法较好实现视频快速拼接, 且对重叠区域小、 形变大、 有运动物体遮挡的视频具有较强的鲁棒性。-Surveillance cameras for different video sequence
Eye_tracking
- 图像处理应用 人脸检测 人眼跟踪定位程序 基于模板匹配-Face detection image processing applications eye tracking procedure based on template matching
kaitibaogao)
- 基于模板匹配的目标跟踪的开题报告 里面详细介绍了这个课题的时间进度和要求 - it s my duocument of kaitibaogao
9
- 基于图像多尺度熵的红外图像匹配跟踪算法_刘兴淼(the infrared image matching tracking based on image multi-scale entropy algorithm _ xing-miao liu)
视频匹配
- 连续采集图像和对物体进行跟踪,并输出物体的像素坐标(Continuous image acquisition and tracking of objects, and output pixel coordinates of the object)
3.19 基于Kalman滤波的目标跟踪
- 应用Kalrnan滤波原理,对运动目标进行跟踪,缩小目标的搜索范围,实现快速实时跟踪,使跟踪更为准确。理论分析和实验结果表明,该算法与常规的模板匹配法、直方图模板匹配法等算法相比,有效地提高了目标跟踪的速度及跟踪的准确性。(The Kalrnan filtering principle is used to track the moving target, reduce the search range of the target, realize fast and real-time trac
Python实现聚类融合的目标跟踪算法
- Python实现目标跟踪算法,使用了模板匹配搭配光流法并使用聚类融合实现特征点分类聚合的算法。
匹配跟踪matlab
- 做的匹配跟踪代码,拿出来换换积分,顺便希望能帮到人