搜索资源列表
bot703.关于目标追踪的一个源代码
- 关于目标追踪的一个源代码,比较了卡尔曼滤波和粒子滤波的跟踪效果。,kalman filter, particle filter
test
- 控制摄像头对鼠标提取区域目标追踪的小代码-Camera control region of the mouse extract target tracking of small code
kalman目标追踪
- kalman的目标追踪,已经实现,得到了目标追踪结果
彩色目标跟踪
- 利用电脑摄像头导入视频数据流,对指定颜色的目标进行追踪(Using a computer camera to import video data streams, track the target of the specified color)
targettrackingusingkalman
- 通过matlab 实现对运动小球的追踪, 并标记(With the hepl of matlab,we acchive the track of the moving ball.)
Object tracking_0
- 利用labview IMAQ模块实现目标追踪!(Object tracking item)
particleFilterTrackTest
- 一个可运用粒子滤波算法去实现目标追踪,里面附有视频,需要gsl运行(A particle filter algorithm can be used to achieve target tracking, which is accompanied by video, you need to run GSL)
opncv
- 动态目标追踪和前景背景提取,使用Python和opencv编程(Dynamic object tracking and foreground background extraction, using Python and opencv programming)
code
- 以常见的监控摄像头的实时视频信号为输入采用基于神经网络的YOLO目标检测算法进行检测与特征提取,最后利用自己的多目标追踪算法实现人流量统计和目标对象保存(Taking the real-time video signal of the surveillance camera as the input, the YOLO target detection algorithm based on the neural network is used to detect and extract the
基于OpenCv目标跟踪系统的实现
- 在opencv中实现目标跟踪,基于色彩实现指定目标的追踪。(Realization of target tracking in opencv)
c
- 利用卡尔曼滤波,追踪物体,较好的预测物体的轨迹(Using Calman filter to track objects and better predict the trajectory of an object)
EKF_For_TargrtTracking
- 用于计算目标追踪的程序,非常实用,能有效验证扩展卡尔曼滤波的优良性(program to calculate the target tracking)
新建文件夹
- 目标追踪的相关文献,仔细阅读对模式识别有用!(some papers for tracking objects ,it s useful for pattern recognition!)
目标追踪
- 导弹打击目标跟踪,轨道模型优化,算法优化等等。(Missile hitting target tracking, track model optimization, algorithm optimization and so on.)
KCF.tar
- 实现C++的KCF目标追踪算法,需要opencv平台的支持!(KCF object tracking)
单目标模型机动目标追踪
- 适合初学者关于单机动目标CA,CV,Singer模型对比追踪效果,并配有讲解(For beginners, CA, CV and Singer models for single maneuvering target are compared and explained.)
3.19 基于Kalman滤波的目标跟踪
- 对目标图像处理进行后,可以对目标进行追踪,卡尔曼滤波模型是目标追踪中常用的代码(After image processing, the target can be tracked. Kalman filter model is a common code in target tracking.)
gsFaceMotDeepSort.tar
- 实现人脸识别后对目标的追踪,返回追踪ID(Tracking the target after face recognition and returning tracking ID)
IMM
- 在二维环境中使用IMM算法对单目标追踪,包含了CV,CA,CT三种模型,运用了蒙特卡洛方法对误差进行了分析(Using IMM algorithm to track single target in 2D environment)
多目标追踪代码
- 基于MATLAB的多目标追踪代码,使用均值漂移算法。