3.66667

3.7 | 4 ratings Rate this file 293 downloads (last 30 days) File Size: 110.78 KB File ID: #22244

Multitarget Bearing Only Tracking by Particle Filter

by Sebastien Paris

 

26 Nov 2008 (Updated 10 Mar 2009)

Code covered by BSD License  

A demo illustrating Multitarget BO tracking by particle filter

Download Now | Watch this File

File Information
Description

A fast implementation of particle filter dedicaced to multitarget tracking with bearing only measurements. For the multitarget data association problem, a gibbsampler is used to estimate target association probabilities.

Ref : "Sequential Monte-Carlo methods for multple target tracking and data fusion" , Carine. Hue, Jean-Pierre Le Cadre and Patrick Perez, IEEE Transactions on Signal Processing , Vol 50, no 2, 2002

Please run mexmeFIRST to compile mex-files on your own plateform.

Run demo_mtbot.m for the demo

MATLAB release MATLAB 7.5 (R2007b)
Other requirements A C compiler
Zip File Content  
Other Files
concatenate_Yclutter.m,
delete_sources.m,
demo_mtbot.m,
likelihood_bot.c,
matrixjpl.c,
matrixjpl.h,
mexmeFIRST.m,
mkclutterV.m,
mkmeasure.m,
ndchol.c,
ndellipse.c,
ndmtpf.m,
ndtimes.c,
obs_mvt.m,
part_moment.c,
particle_resampling.c,
poisrnd.c,
pr_PI0t.m,
randomlib.c,
randomlib.h,
sources_mvt.m
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (7)
24 Jan 2009 Khamron Sunat

The correct reference is
Tracking multiple objects with particle filtering
Hue, C.; Le Cadre, J.-P.; Perez, P.;
Aerospace and Electronic Systems, IEEE Transactions on
Volume 38, Issue 3, July 2002 Page(s):791 - 812, isn't it?

07 Mar 2009 Cong Zhou

when I run mexmeFIRST , I find this error :
Writing library for particle_resampling.mexw32
c:\users\zhouco~1\appdata\local\temp\mex_220a4168-6f9f-4976-a6ad-9a8555f6430a\particle_resampling.obj .text: undefined reference to '_max'
 
  C:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Link of 'particle_resampling.mexw32' failed.

why this happens?
 

07 Mar 2009 Sebastien Paris

Please uncomment #define max ..... line in the top of the particle_resampling.c file

08 Mar 2009 Cong Zhou

I also add :"#define max(a,b) ( (a) >= (b) ? (a) : (b) ) " to part_moment.c
now it works~~3q~

18 Jun 2009 Tao Gao

There is something wrong with poisrnd.c:
error LNK2001: unresolved external symbol _ignpoi

what is "ignpoi" mean? How to define it?

19 Jun 2009 Sebastien Paris

Did you run "mexme_first" before ?

Which compiler do you use ?

what's wrong with :

mex poisrnd.c matrixjpl.c randomlib.c

?

19 Jun 2009 Tao Gao

Thank you very much! The problem has been solved.

Please login to add a comment or rating.
Updates
07 Mar 2009

- Add #define max for LCC compiler ....

10 Mar 2009

-Minor changes

Tag Activity for this File
Tag Applied By Date/Time
mathematics Sebastien Paris 26 Nov 2008 12:54:18
signal processing Sebastien Paris 26 Nov 2008 12:54:18
statistics Sebastien Paris 26 Nov 2008 12:54:18
optimization Sebastien Paris 26 Nov 2008 12:54:18
demo Sebastien Paris 26 Nov 2008 12:54:18
mathematics Cristina McIntire 05 Dec 2008 14:38:10
signal processing Cristina McIntire 05 Dec 2008 14:38:10
probability Cristina McIntire 05 Dec 2008 14:38:10
optimization Cristina McIntire 05 Dec 2008 14:38:10
statistics Cristina McIntire 05 Dec 2008 14:38:10
demo Cristina McIntire 05 Dec 2008 14:38:14
demo songpon 22 Dec 2008 08:16:47
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com