登录
首页 » matlab » MM-GM-PHD

MM-GM-PHD

于 2021-01-27 发布 文件大小:197KB
0 285
下载积分: 1 下载次数: 220

代码说明:

  基于MM-GMPHD算法多目标跟踪,对目标数目,观测量进行估计,共有五个不同时刻产生的目标,(multi-target tracking )

文件列表:

MM-GM-PHD
.........\1.fig,22573,2014-10-30
.........\2.fig,22649,2014-10-30
.........\3.fig,113232,2014-10-30
.........\4.fig,39152,2014-10-30
.........\5.fig,5434,2014-10-30
.........\6.fig,7301,2014-10-30
.........\GMPHD.asv,8357,2014-11-30
.........\GMPHD.m,8346,2014-11-30
.........\Hungary.m,2159,2008-10-09
.........\IsInMatrix.m,249,2008-10-09
.........\MEASUREMENT.m,877,2014-11-30
.........\Normp.m,460,2008-10-09
.........\OSPA.m,147,2008-10-09
.........\PHD_ESTIMATE.m,705,2014-11-30
.........\PREDIC.m,722,2014-03-04
.........\PREDICcs.m,707,2014-05-24
.........\PREDICcs_S.m,1407,2014-05-24
.........\PREDIC_S.m,398,2014-01-02
.........\PREDIC_UPDATE_PHD.m,3423,2014-05-24
.........\PRUN_MERG.m,2204,2014-05-24
.........\TARGET_FORM.asv,4370,2014-11-30
.........\TARGET_FORM.m,4370,2014-11-30
.........\TryAssign.m,1645,2008-10-09
.........\UPDATA_PHD.m,1048,2014-03-04
.........\ZeroCover.m,603,2008-10-09
.........\ZeroNumber.m,123,2008-10-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FBP_recn
    说明:  基于计算机断层扫描技术的正弦图,使用滤波反投影算法重建图像(filter back projection reconstruct)
    2020-04-03 09:40:52下载
    积分:1
  • lfceratfre
    替代数据法中最重要的文献和文献相关的软件代码,非常经典亚(Surrogate data method is the most important thing in literature and literature related software code, very classic)
    2017-08-13 11:50:56下载
    积分:1
  • leijiayanse
    累加颜色直方图法图像检索,包含基本程序、图片库以及WORD说明文档(Cumulative color histogram image retrieval, including basic procedures, photo gallery and documentation WORD)
    2011-05-21 18:30:06下载
    积分:1
  • SR
    说明:  用于实现图像超分辨率重建的不同算法的matlab程序,可直接编译(Used to achieve super-resolution image reconstruction algorithm matlab program can be compiled directly)
    2013-04-09 08:32:52下载
    积分:1
  • duoguangputuxiangpeizhun
    本文针对多光谱图像配准中不同光谱图像间存在较大的灰度差异、同一景 物在不同波段表现的特征也各不相同等问题,提出了基于互信息相似性测度的 多光谱图像配准算法。(In this paper, multi-spectral image registration between images in different spectral gray there is a big difference, the same scene in different performance characteristics of band varies and so on, based on mutual information similarity measure for multi-spectral image registration algorithm .)
    2009-04-20 11:43:13下载
    积分:1
  • FAST-ICA
    1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,p)/norm(W(:,p)) 8、若W不收敛,返回第5步 9、令p=p+1,若p小于等于m,返回第4步 剩下的应该都能看懂了 基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
    2013-06-27 15:39:00下载
    积分:1
  • meng_cv
    chan-vese几何活动轮廓提取 讲物体的裂痕非常精准的提取出来 非常经典的并且最新的代码 可供参考 (chan-vese geometric active contour extraction rift speak very precise object extracted from a very classic and the latest code for reference)
    2013-09-15 15:09:47下载
    积分:1
  • knn-algorithm
    基于knn算法的遥感图像分类 源代码 算法测试(Remote sensing image classification based on knn algorithm Source code Algorithm testing)
    2020-12-02 19:59:25下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • bianyuanjiance
    程序为读取图片并对图片进行边缘检测,先采用高斯滤波进行去噪,然后通过求梯度运算检测,非极大值抑制边缘检测,双阈值检测这三种方法,分别对图片进行边缘测,并对边缘检测后显示的图片进行对比。此程序对边缘检测有很大的参考价值。(Program to read the image and image edge detection, Gaussian filter to remove noises, and then detected by calculating the gradient operation, the non-maxima suppression edge detection, dual-threshold detection of these three methods, namely the picture edge test, and the rear edge detection to display image comparison. This program is great for edge detection reference value.)
    2016-10-25 20:42:35下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载