登录
首页 » Visual C++ » 多目标跟踪的JPDA算法

多目标跟踪的JPDA算法

于 2021-04-22 发布 文件大小:22KB
0 371
下载积分: 1 下载次数: 23

代码说明:

  用来进行多目标跟踪的JPDA算法的的MATLAB程序包. 跟踪效果还行. (Used for multi-target tracking JPDA algorithm of the MATLAB package tracking performance is okay.)

文件列表:

UJPDAzips
.........\JPDA
.........\....\Analyse.m,1657,2009-06-03
.........\....\CalcEventProb.asv,2594,2009-06-03
.........\....\CalcEventProb.m,2662,2009-06-03
.........\....\CalcProbM2T.m,1134,2009-06-03
.........\....\ChangeLog.asv,37,2009-06-03
.........\....\ChangeLog.txt,96,2009-06-03
.........\....\Compare.m,180,2009-06-03
.........\....\CurveOne.mat,3263,2009-06-03
.........\....\DrawMultiNorm.m,149,2009-06-03
.........\....\FormatTrans.m,1805,2009-06-03
.........\....\GetEvents.m,947,2009-06-03
.........\....\GE_Assign.m,1589,2009-06-03
.........\....\GE_Brutal
.........\....\.........\GetEvents.m,947,2009-06-03
.........\....\.........\GE_Assign.m,1589,2009-06-03
.........\....\.........\GE_Delete.m,906,2009-06-03
.........\....\.........\GE_MakeMap.m,460,2009-06-03
.........\....\.........\GE_Mapping.m,627,2009-06-03
.........\....\GE_BT
.........\....\.....\GetEvents.m,872,2009-06-03
.........\....\.....\GE_Accept.m,330,2009-06-03
.........\....\.....\GE_BT.m,448,2009-06-03
.........\....\.....\GE_Reject.m,652,2009-06-03
.........\....\.....\usage.txt,216,2009-06-03
.........\....\GE_Delete.m,906,2009-06-03
.........\....\GE_MakeMap.m,460,2009-06-03
.........\....\GE_Mapping.m,627,2009-06-03
.........\....\JPDA.m,1738,2009-06-06
.........\....\KF_JPDA_Predict.m,2172,2009-06-03
.........\....\KF_JPDA_Update.m,3024,2009-06-03
.........\....\kf_mt_demo.m,5259,2009-06-03
.........\....\MultiNormPdf.m,182,2009-06-03
.........\....\RunIt.m,654,2009-06-06
.........\....\StraightFour.m,2484,2009-06-03
.........\....\Validate.m,842,2009-06-03

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

发表评论

0 个回复

  • CudaSift-master
    在GPU-CUDA平台上进行SIFT特征提取,加快提取速度(On GPU-CUDA platform SIFT feature extraction, speeding up the extraction rate)
    2021-04-09 22:38:59下载
    积分:1
  • Relative-orientation
    摄影测量学 通过迭代法求解五个相对定向元素(Relative orientation)
    2014-10-09 18:08:53下载
    积分:1
  • smooth
    图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
    2013-09-19 21:16:46下载
    积分:1
  • 1-(5)
    图形处理,Visual C++数字图像识别技术典型案例源代码 5(Graphics processing , the Visual C++ digital image recognition technology to a typical case of source code 5)
    2012-02-29 11:13:02下载
    积分:1
  • jushuSAR
    在分析聚束合成孔径雷j盘(SAR)方位向时频关系的基础上,提出了一种新的全孔径分辨率SAR成像算法。 根据SAR在条带与聚束模式下回波信号之间的差别,利用现有成熟的条带SAR成像算法实现先对聚束SAR各方位向子 孔径成像,而后再将各方位子孔径带宽合成为全孔径带宽,以形成具有全孔径分辨率的SAR图像,极大降低了系统PRF 的要求。(In the analysis of spotlight synthetic aperture radar dish j (SAR) azimuth based on the time-frequency relationship, a new full-aperture resolution SAR imaging algorithm. According to SAR in strip and spotlight mode, the difference between the echo signal, the use of existing mature band SAR imaging algorithm first bit of the spotlight SAR the parties to the sub-aperture imaging, and then place then all the bandwidth synthetic aperture the bandwidth for the full aperture to form a full aperture resolution SAR images, greatly reducing the system PRF requirements.)
    2010-07-07 14:03:19下载
    积分:1
  • MRF_imgSeg
    说明:  是马尔可夫图像分割的C++程序,可以用于遥感图像(It's a C++ program for Markov image segmentation, which can be applied to remote sensing images.)
    2021-03-18 09:09:19下载
    积分:1
  • DFT_by_dft
    VS 环境下利用opencv 实现图像的傅里叶变换,输入图片,保存输出结果。(Under VS environment use opencv to achieve image Fourier transform, the input image and save the output.)
    2016-07-05 16:08:58下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • sonar-image-data
    硕士学位论文:在高分辨率成像声纳系统和回波测深仪的两个控制平台的基础上对声纳图像数据的高速显示技术的研究。文中所有的程序编写都是使用C和C++语言,在WindowsXP平台下利用VC++6.0进行编译和调试的。(study for high speed display technology on sonar image data)
    2012-05-02 07:37:04下载
    积分:1
  • doublemeter
    圆形图表的处理,包括大圆套小圆,双指针,针对设计仪表的初学者很有帮助(Treatment of circular charts, including the great circle sets of small round, double pointer, very helpful for beginners instrument design)
    2010-12-26 13:56:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载