BasicGNNTracking-master

所属分类:数学计算
开发工具:C/C++
文件大小:10KB
下载次数:1
上传日期:2018-12-18 14:12:11
上 传 者羊女
说明:  BasicGNN跟踪算法,采用C++语言,win和linux下都可以运行,内附代码原网址
(This shows a basic implementation of the global nearest neighbour (GNN) multi target Tracker. Kalman filter is used for Tracking and Auction Algorithm for determining the assignment of measurments to filters. Generates some sample measurements of virtual targets that move on elliptical trajectories. You can create further measurements with your mouse by holding the left mouse button and moving the pointer around.)

文件列表:
BasicGNNTracking-master (0, 2018-12-18)
BasicGNNTracking-master\AuctionAlgorithm.h (12414, 2014-04-20)
BasicGNNTracking-master\CMakeLists.txt (271, 2014-04-20)
BasicGNNTracking-master\helper.h (970, 2014-04-20)
BasicGNNTracking-master\KalmanFilter.h (5259, 2014-04-20)
BasicGNNTracking-master\main.cpp (3201, 2014-04-20)
BasicGNNTracking-master\Tracker.h (3428, 2014-04-20)
新建文本文档.txt (47, 2018-05-29)

BasicGNNTracking ================ This shows a basic implementation of the global nearest neighbour (GNN) multi target Tracker. Kalman filter is used for Tracking and Auction Algorithm for determining the assignment of measurments to filters. Generates some sample measurements of virtual targets that move on elliptical trajectories. You can create further measurements with your mouse by holding the left mouse button and moving the pointer around. Basic functionality: creates filters for unassigned measurements and assigns measurements to existing filters by maximizing the sum of probabilities of assignments (i.e. minimizing the mahalanobis-distance) with the auction algorithm. Unassigned filters will be discarded. Change parameters for covariances and probabilities in Tracker.h to fit your needs ... Further information on GNN-trackers could be found at http://ecet.ecs.uni-ruse.bg/cst/docs/proceedings/S3/III-7.pdf

近期下载者

相关文件


收藏者