Welcome![Sign In][Sign Up]
Location:
Search - 目标跟踪

Search list

[Other目标跟踪讲解

Description: 英文的关于目标跟踪的讲解文档,含有算法介绍,步骤流程等。
Platform: | Size: 903997 | Author: liuxj1205 | Hits:

[Graph Recognize运动目标跟踪

Description: 基于图像的运动目标跟踪,直接可以运行。对于想学习这方面的人很有用
Platform: | Size: 561767 | Author: wbangping@sina.com | Hits:

[Special Effects全自动camshift目标跟踪算法

Description: 全自动的camshift目标跟踪算法,改进了以往手动的缺点
Platform: | Size: 363657 | Author: youwen1022 | Hits:

[Special Effects基于帧差法多目标跟踪Matlab代码

Description: 非常完整的帧差法多目标跟踪Matlab代码,并提供了完整的文档介绍,非常适合初学者学习。注:运行时要改一下文件路径,以及把视频文件转成图像序列输入。(Very complete frame difference method, multi-target tracking Matlab code, and provides a complete documentation, very suitable for beginners to learn. Note: at run time, you change the file path, and the video file is converted to an image sequence)
Platform: | Size: 31502336 | Author: 渐渐L | Hits:

[Graph program3.19 基于Kalman滤波的目标跟踪

Description: 3.19 基于Kalman滤波的目标跟踪,利用相关原理进行视频跟踪。。(3.19 target tracking based on Kalman filtering, using correlation principle for video tracking..)
Platform: | Size: 315392 | Author: maggia | Hits:

[matlab3.19 基于Kalman滤波的目标跟踪

Description: 应用Kalrnan滤波原理,对运动目标进行跟踪,缩小目标的搜索范围,实现快速实时跟踪,使跟踪更为准确。理论分析和实验结果表明,该算法与常规的模板匹配法、直方图模板匹配法等算法相比,有效地提高了目标跟踪的速度及跟踪的准确性。(The Kalrnan filtering principle is used to track the moving target, reduce the search range of the target, realize fast and real-time tracking, and make the tracking more accurate. Theoretical analysis and experimental results show that the algorithm can effectively improve the speed and accuracy of target tracking compared with the conventional template matching method and histogram template matching algorithm.)
Platform: | Size: 311296 | Author: Prince0716 | Hits:

[Other基于MATLAB平台的机动目标跟踪程序

Description: 动目标跟踪与检测,跟踪效果很好,效率很高。。(Moving target tracking and detection, tracking effect is very good, high efficiency.)
Platform: | Size: 91136 | Author: .好爱笑 | Hits:

[Communication-Mobile基于机动目标跟踪课题的整个算法程序

Description: 和雷达项目相关的目标跟踪程序,,很实用,有心人可以参考(And radar project related target tracking program, very practical, people can refer to)
Platform: | Size: 124928 | Author: 神佑君王123 | Hits:

[OpenCV基于OpenCv目标跟踪系统的实现

Description: 在opencv中实现目标跟踪,基于色彩实现指定目标的追踪。(Realization of target tracking in opencv)
Platform: | Size: 2134016 | Author: LDY12138 | Hits:

[OpenCVopencv3之目标跟踪(单目标、多目标)

Description: 对于刚入门的opencv玩家,提起目标跟踪,马上想起的就是camshift,但是camshift跟踪往往达不到我们的跟踪要求,包括稳定性和准确性。 opencv3.1版本发行后,集成了多个跟踪算法,即tracker,大部分都是近年VOT竞赛榜上有名的算法,虽然仍有缺陷存在,但效果还不错。(For incoming opencv players, CAMSHIFT is the key to target tracking, but CAMSHIFT tracking often fails to achieve our tracking requirements, including stability and accuracy. After the release of opencv3.1, multiple tracking algorithms, namely tracker, have been integrated. Most of them are famous algorithms in recent VOT competition. Though there are still some defects, they still have good results.)
Platform: | Size: 3072 | Author: 李先生丨 | Hits:

[matlab目标跟踪project3

Description: 多目标跟踪,数字图像处理,个多目标跟踪的matlab代码,里面附有说明文档。其中背景差分法可以实现实时更新。该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多(Multi-target tracking)
Platform: | Size: 94208 | Author: 后仰跳投 | Hits:

[Other雷达目标跟踪源码程序

Description: 《雷达数据处理及应用》之Singer模型雷达目标跟踪源码程序(Singer model radar target tracking source code program for radar data processing and Application)
Platform: | Size: 3072 | Author: 薛定谔音乐猫 | Hits:

[matlab机动目标跟踪的Kalman滤波

Description: 用卡尔曼滤波进行目标跟踪,有matlab代码,可以借鉴。(Calman filter for target tracking, there is matlab code, can be used for reference)
Platform: | Size: 52224 | Author: maybea | Hits:

[Other目标跟踪系

Description: 目标跟踪系统的仿真模拟程序,用C语言实现了常用目标跟踪算法kalman滤波(The simulation program of target tracking system is used to implement the common target tracking algorithm Kalman filtering in C language)
Platform: | Size: 3869696 | Author: maybea | Hits:

[Special Effects基于粒子滤波器的目标跟踪算法及C++实现

Description: 基于粒子滤波器的目标跟踪算法及C++实现,运行方式:按P停止,在前景窗口鼠标点击目标,会自动生成外接矩形,再次按P,对该选定目标进行跟踪。(The target tracking algorithm based on particle filter and C++ implementation, operation mode: stop by P, click the target in the foreground window, automatically generate the outer rectangle, and follow P again to track the selected target.)
Platform: | Size: 1226752 | Author: KQ_QK | Hits:

[OtherIMM目标跟踪

Description: 完整的IMM MATLAB ,kalman目标跟踪(Complete IMM MATLAB, Kalman target tracking)
Platform: | Size: 3072 | Author: 再努力努力 | Hits:

[DocumentsKalman目标跟踪

Description: 卡尔曼目标跟踪实验,有详细实验内容和程序,效果不错。方便修改和改进。(Kalman target tracking experiment has detailed experimental contents and procedures, and the effect is good. Easy to modify and improve.)
Platform: | Size: 309248 | Author: Tommy blue | Hits:

[Special Effects目标跟踪

Description: 基于matlab的目标跟踪算法,跟住目标不丢,包括.avi测试视频及源代码。
Platform: | Size: 1196249 | Author: xtu502 | Hits:

[matlab运动目标跟踪程序-MATLAB源代码

Description: 运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
Platform: | Size: 3072 | Author: mio咸鱼 | Hits:

[matlabUKF、CKF的目标跟踪仿真

Description: 利用经典的目标跟踪模型,分别对CKF和UKF进行了仿真,为相关算法的研究提供了参考。(Using the classical target tracking model, the simulation of CKF and UKF are reproduced respectively, which can be used as a reference for related algorithm research.)
Platform: | Size: 2048 | Author: shuashuaoo | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net