CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 跟踪 matlab

搜索资源列表

  1. chap-9

    1下载:
  2. 位置跟踪器的matlab仿真代码,使用滑模控制方法-Location tracker matlab simulation code, using the sliding mode control method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3527
    • 提供者:张朋
  1. videopatternmatching

    1下载:
  2. 本程序展示了二维归一化互相关用于   模式匹配和目标跟踪。该程序提示用户选择感兴趣的(ROI)的区域和对同类目标进行跟踪的数目。归一化交叉相关图表明,当值已超过设定的阈值时目标就已经确定。-This demo illustrates the use of 2-D normalized cross-correlation for pattern matching and target tracking. The demo prompts the user to select
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:3014
    • 提供者:若苦
  1. videotrafficof

    0下载:
  2. 该程序使用系统对象来说明使用光流估计的方法在视频序列中检测并跟踪车辆。-This demo uses System objects to illustrate how to detect and track cars in a video sequence using optical flow estimation.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:3179
    • 提供者:若苦
  1. colorhistogram

    0下载:
  2. 一个比较简单易懂的颜色直方图量化及转换的程序,适用于目标跟踪等领域,希望可以帮助有需要的人。-A relatively easy to understand and change the color histogram quantization procedures for tracking and other fields, hoping to help those in need.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1639
    • 提供者:小吴
  1. loop-gainKalmanfiltersourcecodepackage

    1下载:
  2. 自己编写的一个循环增益卡尔曼滤波程序包,用于对机动目标进行检测和跟踪的滤波算法,给出目标数学模型和噪声模型,仿真后给出平均观测误差。程序里相应位置有标有注释。供做雷达机动目标检测和跟踪方面研究的人员参考。-I have written a loop-gain Kalman filter package, used for maneuvering target detection and tracking of the filter algorithm, given objective mathe
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:12016
    • 提供者:王宗鑫
  1. track-initialization

    5下载:
  2. 雷达目标跟踪中的直观法航迹起始程序,其中包含两个文件:simutrack.m和main.m。simutrack.m是目标轨迹仿真;main.m是主文件。-matlab code for track initialization in radar target tracking.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:3206
    • 提供者:hxb
  1. GPS

    1下载:
  2. 根据GPS软件接收机的基本原理编写的,卫星捕获到跟踪到解算的完整程序-GPS
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2631174
    • 提供者:c j
  1. ImageDescriptorsandImageSimilarity

    0下载:
  2. 得到图像的直方图来进行图像之间的比较,主要用于图像检索和目标跟踪-Carried out by the image histogram comparison between the images, mainly for image retrieval and object tracking
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:23662
    • 提供者:zhangying
  1. GNSS_SDR

    0下载:
  2. GPS软接收机.包括:捕获,跟踪,伪距计算,位置解算等等。-GNSS SDR
  3. 所属分类:GPS develop

    • 发布日期:2017-03-26
    • 文件大小:80779
    • 提供者:fgyxs
  1. Figure_scripts

    1下载:
  2. GPS软件接收机的一些绘图函数。包括:CA码,BOC信号,S曲线,捕获,跟踪等。-some functions for SOFT GPS
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:42181
    • 提供者:fgyxs
  1. movementdetector

    0下载:
  2. 基于视频的运动跟踪检测,提供了一种实时动态的检测方法-Video-based motion tracking and detection, provides a dynamic real-time detection method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2356
    • 提供者:jianghua
  1. CS_OMP

    1下载:
  2. OMP算法的MATLAB实现,实验信号为X,为一模拟信号,通过正交匹配跟踪算法来实现信号的重构。-OMP algorithm of MATLAB, and experimental signal for the X, for analog signals, orthogonal matching pursuit algorithm for signal reconstruction.
  3. 所属分类:matlab

    • 发布日期:2015-01-19
    • 文件大小:1310
    • 提供者:张骞硕
  1. GPS_Kalman

    0下载:
  2. 用matlab编写的GPS卡尔曼滤波跟踪算法,可用于GPS导航里目标跟踪估计等,非常好用!-Prepared using matlab GPS Kalman filter tracking algorithm can be used for GPS navigation in target tracking estimation, very easy to use!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-02-21
    • 文件大小:1080
    • 提供者:和平
  1. medfilt

    3下载:
  2. 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 下文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 里面包括三个源程序,和一份实验报告,里面有算法的详细分析和情景假设。-Application of target tracking radar data processing backgroun
  3. 所属分类:Applications

    • 发布日期:2016-05-11
    • 文件大小:122401
    • 提供者:石志强
  1. cs_4

    0下载:
  2. QAM载波跟踪程序,用matlab写的,小程序,很实用,可以-QAM carrier recovery
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:840
    • 提供者:liuyang
  1. frerecov

    0下载:
  2. 通信系统中有关于利用锁相环完成载波跟踪恢复的仿真功能-Communication system using phase-locked loop on the completion of the simulation function to restore the carrier tracking
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:1418
    • 提供者:邦威
  1. PF_codes

    0下载:
  2. 非线性滤波算法中的粒子滤波,用于目标定位与跟踪。-Nonlinear filtering algorithm in the particle filter for target tracking.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:13610
    • 提供者:yufeng
  1. MeanShift

    0下载:
  2. 这是有关图像目标跟踪的ppt 讲的方法是用 mean shift 来进行目标跟踪 学习l-mean shift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1256051
    • 提供者:张三丰
  1. kalman

    0下载:
  2. 利用kalman实现目标跟踪的MATLAB源代码,能够实现。-Target tracking using kalman the MATLAB source code, can be achieved.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2473
    • 提供者:doris
  1. tracking

    0下载:
  2. 基于单目视觉的单目标跟踪情部下meanshift算法与kalman滤波相结合的程序。-Monocular vision-based target tracking situation of single men meanshift algorithm and kalman filter combined procedure.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1965
    • 提供者:李明
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com