登录
首页 » matlab » multi-target-tracking

multi-target-tracking

于 2013-06-26 发布 文件大小:121KB
0 197
下载积分: 1 下载次数: 171

代码说明:

  多目标跟踪的主程序,包含跟踪起始,数据关联,目标状态估计等过程(The main process of multi-target tracking, including track initiation, data association, target state estimation process)

文件列表:

multi-target tracking
.....................\all_mes.mat,14592,2006-01-10
.....................\all_mes1.mat,19392,2006-01-10
.....................\all_mes_total.mat,14864,2006-01-10
.....................\confirm1sj.m,153,2006-01-10
.....................\confirm2sj.m,119,2006-01-10
.....................\data.txt,28276,2006-01-10
.....................\data1.txt,4231,2006-01-10
.....................\division.m,311,2006-01-10
.....................\enable.m,290,2006-01-10
.....................\f_compute_remain.m,656,2006-01-10
.....................\f_confirm1.m,876,2006-01-10
.....................\f_confirm2.m,881,2006-01-10
.....................\f_confirm_measure.m,872,2006-01-10
.....................\f_confirm_measure2.m,1237,2006-01-10
.....................\f_coordi_trans.m,344,2006-01-10
.....................\f_decide.m,210,2006-01-10
.....................\f_enable.m,314,2006-01-10
.....................\f_extend.asv,915,2006-01-10
.....................\f_extend.m,915,2006-01-10
.....................\f_get_xandp.m,238,2006-01-10
.....................\f_get_xp.m,682,2006-01-10
.....................\f_imm.asv,417,2006-01-10
.....................\f_imm.m,412,2006-01-10
.....................\f_immjpda.asv,1997,2006-01-10
.....................\f_immjpda.m,1997,2006-01-10
.....................\f_immjpda_new.asv,4126,2006-01-10
.....................\f_immjpda_new.m,3619,2006-01-10
.....................\f_immjpda_new2.asv,4173,2006-01-10
.....................\f_immjpda_new2.m,4209,2006-01-10
.....................\f_imm_nomes.m,560,2006-01-10
.....................\f_imm_predict1.asv,1945,2006-01-10
.....................\f_imm_predict1.m,1959,2006-01-10
.....................\f_initiate_predict.asv,1059,2006-01-10
.....................\f_initiate_predict.m,1057,2006-01-10
.....................\f_initiate_tracks.asv,3428,2006-01-10
.....................\f_initiate_tracks.m,3425,2006-01-10
.....................\f_lms_fit.m,540,2006-01-10
.....................\f_poly_fit.m,367,2006-01-10
.....................\f_produce_cluster.m,1796,2006-01-10
.....................\f_produce_cluster2.asv,4237,2006-01-10
.....................\f_produce_cluster2.m,4238,2006-01-10
.....................\f_produce_w.m,635,2006-01-10
.....................\f_receive_mes.asv,590,2006-01-10
.....................\f_receive_mes.m,677,2013-06-25
.....................\f_rect_gate.m,624,2006-01-10
.....................\f_rect_gate2.m,600,2006-01-10
.....................\f_recursion_try.m,563,2006-01-10
.....................\initial_value.m,109,2006-01-10
.....................\jpda_parameter.asv,803,2006-01-10
.....................\jpda_parameter.m,804,2006-01-10
.....................\mainpro_last1.asv,12824,2006-01-10
.....................\mainpro_last1.m,12824,2006-01-10
.....................\measurement.mat,1544,2006-01-10
.....................\measurement3.mat,8248,2006-01-10
.....................\mes_total.mat,208,2006-01-10
.....................\mes_total3.mat,208,2006-01-10
.....................\model_try.m,757,2006-01-10
.....................\myplot.m,1709,2006-01-10
.....................\plot_result.m,469,2006-01-10
.....................\produce_mes.m,991,2006-01-10
.....................\produce_mes3.m,1178,2006-01-10
.....................\recursion.m,178,2006-01-10
.....................\recursion_try.m,595,2006-01-10
.....................\recursion_try_test.m,401,2006-01-10
.....................\tempmes.mat,2072,2006-01-10
.....................\testimmjpda.asv,1708,2006-01-10
.....................\testimmjpda.m,1759,2006-01-10
.....................\test_f_confirm1.m,186,2006-01-10
.....................\test_f_confirm2.m,192,2006-01-10
.....................\test_track_initiation.m,534,2006-01-10
.....................\untitled2.m,293,2006-01-10
.....................\untitled2w.m,1790,2006-01-10
.....................\untitled2ww.asv,292,2006-01-10
.....................\untitled2ww.m,715,2006-01-10
.....................\xyreal.mat,9792,2006-01-10
.....................\xyreal3.mat,864,2006-01-10
.....................\z_save.mat,253,2013-06-25
.....................\程序及函数说明.doc,93184,2006-01-10

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

发表评论

0 个回复

  • jiazao
    说明:  给图像加高斯白噪声,里面有详细的代码,我不知道该说些什么,只是觉得很好(gaussian noise Why must I be forced to write so many words?)
    2019-04-20 15:29:43下载
    积分:1
  • filter
    本程序对同一图像增加噪声后,进行均值滤波、高斯平滑滤波和中值滤波三种方法的去噪和结果比较, 并进行了评价指标PSNR和SSIM的计算以及算法耗时的统计。 ( The program on the same image after the noise increases, mean filter, de-noising and results of the Gaussian smoothing filter and median filter three methods of comparison, and the index PSNR and SSIM calculation algorithm and time-consuming statistics.)
    2016-05-15 23:16:03下载
    积分:1
  • Hough
    实现Hough直线检测,标记直线的两端点坐标,再对相似的直线做曲线拟合,可以完美实现边缘连接。(Hough line detection, marking a straight line at both ends of point coordinates, similar linear curve fitting, can be the perfect realization of the edge connector.)
    2012-08-27 14:51:42下载
    积分:1
  • 眼睛鼻子嘴识别
    图像处理-人脸识别技术:识别出图像中人物的五官形态,从而达到识别人脸的目的。(Image Processing-Face Recognition Technology)
    2020-06-23 11:00:02下载
    积分:1
  • rgb2hav
    RGB颜色空间转换到HSV颜色空间的C++Builer 程序(RGB color space conversion to HSV color space C Builer procedures)
    2007-03-30 16:02:20下载
    积分:1
  • NonlinearBayesianfilteringwithapplicationstoestima
    非线性贝叶斯过滤与应用估算和导航,非常不错的粒子滤波英文论文(Nonlinear Bayesian filtering with applications to estimation and navigation)
    2009-03-23 18:05:23下载
    积分:1
  • CVPR09-ScSPM
    基于稀疏编码和线性塔式匹配的图像分类算法。(This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification". )
    2010-11-18 22:12:00下载
    积分:1
  • bbs
    汉字识别,可以识别图片中的汉字,进行图像处理,本科毕业设计的资料(Chinese character recognition)
    2016-12-03 14:04:27下载
    积分:1
  • dtw
    说明:  利用matlab计算时间序列间的DTW距离(Using MATLAB to calculate DTW distance between time series)
    2019-10-29 14:34:54下载
    积分:1
  • DetectionofTonguesCrackBasedonAdaptiveThreshold
    摘 要:舌象中的裂纹是中医舌诊中的重要内容。由于拍摄条件的不同,舌象质量有较大差异,传统的阈值选取方法并不 适用。文中提出一种舌象裂纹检测的自适应阈值选择方法。该方法利用舌象的L 3 a 3 b 色彩特征及区域的分裂- 合并, 对舌象进行区域分割,自适应地选取舌中部区域的色彩值作为阈值,对整个舌象进行裂纹提取。经验证,本方案对不同的 舌象能较好地提取出裂纹,实现舌象裂纹诊断的客观化。(Tongue’ s crack is a very important part of herbalist doctor diagnosis. For the different screen conditions , there are many differ2 ences on the tongue’ s quality. It is not effective to use the t raditional threshold ext raction algorithm. In order to solve this problem , pro2 pose a new adaptive threshold algorithm. Present the segmentation of the image of tongue by using the feature on tongue in the L 3 a 3 b color space and the split- combining algorithm. Then use the threshold , which is the color value ext racted automatically in the middle of the tongue , to detect the crack of the whole tongue. The experiments show that this approach is able to distill the crack effectively to different tongue images , and achieve the objectivity of the diagnosis based on the tongue’ s crack.)
    2020-08-27 19:58:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载