搜索资源列表
calman 目标跟踪程序
- calman 目标跟踪程序,很实用!
matlab实现视频中动态目标跟踪
- matlab实现视频中动态目标跟踪,程序代码+视频
基于camshift的自动目标跟踪程序
- 一种全自动的运动目标跟踪程序,采用camshift算法编写的
基于MATLAB平台的机动目标跟踪程序
- 基于MATLAB平台的机动目标跟踪程序
基于码书的目标跟踪程序
- 基于码书的目标跟踪程序,opencv+vc语言实现,在vs2008+opencv2.0环境下调试成功-Codebook-based target tracking program, opencv+ vc language in vs2008+ opencv2.0 successful debugging environment
基于Camshift算法实现彩色目标跟踪
- 学习图像视频处理的基础知识和基本方法,研究Camshift算法的基本原理和技术,采用VC++和OpenCV技术编程实现彩色目标跟踪程序,实现对彩色目标的跟踪。
LPFleida
- Pf粒子滤波实现的目标跟踪程序,可实现针对非高斯噪声情况下的跟踪-Pf particle filter to achieve tracking procedures, can be non-Gaussian noise for tracking cases
VC用opencv实现的目标跟踪程序
- 一个能捕捉AVI视频中的运动目标并实现定位用opencv实现的目标跟踪程序-AVI video capture of a moving object and the implementation of location tracking with opencv program goals
TIchinese_A1678
- 运动检测和目标跟踪程序,一个运动检测和目标跟踪程序,程序需要在OpenCV1.0环境下使用-Motion detection and target tracking procedure, a motion detection and target tracking procedure, the program needs to OpenCV1.0 environments
CS
- 上传了几个基于“当前”统计模型的机动目标跟踪的程序,包括子程序和文献,还有粒子滤波的目标跟踪程序-From a few based on the " current" statistical model for maneuvering target tracking procedures, including routine and literature, as well as particle filter target tracking process
GJdongtaigzzz
- 改进了的动态视频目标跟踪程序,跟踪效果很好,大家放心下载!-Improved tracking of dynamic video program, track good effect, and we rest assured downloads!
多目标跟踪 (三维)-算法
- 用matlab仿真多目标跟踪中的航迹关联融合的程序,相当好啊-Matlab simulation of multi-target tracking with the track association fusion procedure, very good! ! !
基于“当前”统计模型和Singer模型的机动目标跟踪程序
- 基于“当前”统计模型和Singer模型的机动目标跟踪的matlab程序
基于MATLAB平台的机动目标跟踪程序
- 动目标跟踪与检测,跟踪效果很好,效率很高。。(Moving target tracking and detection, tracking effect is very good, high efficiency.)
基于机动目标跟踪课题的整个算法程序
- 和雷达项目相关的目标跟踪程序,,很实用,有心人可以参考(And radar project related target tracking program, very practical, people can refer to)
雷达目标跟踪源码程序
- 《雷达数据处理及应用》之Singer模型雷达目标跟踪源码程序(Singer model radar target tracking source code program for radar data processing and Application)
目标跟踪系
- 目标跟踪系统的仿真模拟程序,用C语言实现了常用目标跟踪算法kalman滤波(The simulation program of target tracking system is used to implement the common target tracking algorithm Kalman filtering in C language)
Kalman目标跟踪
- 卡尔曼目标跟踪实验,有详细实验内容和程序,效果不错。方便修改和改进。(Kalman target tracking experiment has detailed experimental contents and procedures, and the effect is good. Easy to modify and improve.)
运动目标跟踪程序-MATLAB源代码
- 运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
MeanShift目标跟踪(opencv)
- 国外一个大牛写的MeanShift目标跟踪程序,用opencv实现。