Code covered by the BSD License  

Highlights from
Multitarget Bearing Only Tracking by Particle Filter

4.0

4.0 | 5 ratings Rate this file 40 Downloads (last 30 days) File Size: 112.32 KB File ID: #22244
image thumbnail

Multitarget Bearing Only Tracking by Particle Filter

by Sebastien Paris

 

26 Nov 2008 (Updated 04 Jan 2010)

A demo illustrating Multitarget BO tracking by particle filter

| 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 mexme_mtbot 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
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (18)
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.

08 Dec 2009 Anny Litvina

Hello! I've got a question: how can I test your program on the concreet video-file. I want to see by my eyes whow it's work with video

10 Dec 2009 Sebastien Paris

Anny,

Sorry I don't understand your request ?. There is no video input for this demo.

03 Jan 2010 chen

hello, when i run demo_mtdot.m , it is display "??? Undefined command/function 'ndchol'.", i use matlab 7.0 for linux and C++ compiler is gcc-4.2 how can i to solve the problem??? Thanks

04 Jan 2010 Sebastien Paris

Ok, I just update with a new mex compilation function. It should work now on Linux system.

19 Jan 2010 Anna

I don't understand what are the initial condition and initial data

19 May 2011 Tiancheng li

Coool, Sebastien Paris always do the zmazing job

24 May 2011 wang

hi,

i have run your fil called ''demo_mtbot.m'''
and here is the problem:

Undefined command/function 'obs_mvt'.'

how can i fix it ?

thx !

24 May 2011 Sebastien Paris

wang: this function is included in the zip files. Please unzip archive correctly and it should work.

24 May 2011 wang

yes, i found this funcion. and i copie all of the files into my Matlab Work file. and what i should do next ?
run the file 'obs_mvt'. ?

12 Oct 2011 lan

when i run demo_mtdot.m , it is display "??? Undefined command/function 'ndchol'."also, i use matlab 7.11.0 for win7 system. how can i solve this problem?

12 Oct 2011 Sebastien Paris

Ian : please comple mex-files first by running mexme_mbot (be sure to setup your compiler by : mex -setup)

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

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

10 Mar 2009

-Minor changes

04 Jan 2010

- Add mexme_mtbot. Should compile on Linux system

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
statistics 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
signal processing 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
demo mahesh raja 05 Jan 2010 11:09:17
mathematics mahesh raja 05 Jan 2010 11:09:26
demo Ehsan 20 Jun 2011 06:38:48
demo Najmeh 31 Jan 2012 13:57:48
demo Kiselev 06 Feb 2012 13:00:13
mathematics Kiselev 06 Feb 2012 13:00:14

Contact us at files@mathworks.com