Thursday, April 28, 2011

Particle Filter (Mouse Tracker Example)

Particle Filter (evolved after Bayesian) was introduced by Gordon (Gordon et al., 1993), and has been a preferred choice for tracking application due to its ability to solve both non linear equations and non-Gaussian noise. Its main principle is derived from the Sequential Monte Carlo method (Bolic, 2004) that recursively generate random measurements to approximate the distribution of unknowns variables.

The Particle Filter technique has been proved to be robust and is widely used in many applications such as robotics (Bererton, 2004), human tracking (Okuma et al., 2004; Hue et al., 2001; Green and Guan, 2003), network applications (Coates, 2004), vehicle tracking (Nummiaro et al., 2002), sound detection (Checka et al., 2004), bearing tracking (Bolic, 2004), and gesture recognition (Alexander, 2002).

In this page, we show a simple example of how Particle Filter can be used to track mouse movements.



Labels:

2 Comments:

Blogger Unknown said...

Halo Mr.Wilson....

I'm Diding from Indonesia I'm undergraduate student at Computer Science Faculty University of Sriwijaya, Palembang..
And Now I'm doing my final project about object tracking in video using Particle Filter and Particle Swarm Optimization...

I'm very interested of your work in Particle Filter for Mouse Tracker...
I want to explored it to help me understand more about Particle Filter...

Can I have any suggestion, references or code of your work in mouse tracker Particle Filter?

Thank you for your help...

best regards
Diding Nuriska

July 17, 2012 at 7:15 AM  
Blogger Unknown said...

Thanks for discussing about this tool. Its an advanced tool that performs a lot more other functions. I am searching around for a simple tool that captures mouse movements.
mouse tracker

October 11, 2013 at 5:48 AM  

Post a Comment

<< Home