Next: Predict Model Parameters
Up: Steady State Tracking
Previous: Modeling The Scene
Given a person model and a scene model, we can now acquire a new
image, interpret it, and update the scene and person models. To
accomplish this there are several steps:
- First, we predict the appearance of the user in the new image
using the current state of our model. This is accomplished using a
set of Kalman filters with simple Newtonian dynamics that operate on
each blob's spatial statistics.
- Next, for each image pixel we must measure the likelihood that it is a
member of each of the blob models and the scene model. Self-shadowing
and cast shadows are a particular difficulty in measuring this
likelihood.
- Resolve these pixel-by-pixel likelihoods into a support map,
indicating for each pixel whether it is part of one of the blobs or of the
background scene. Spatial priors and connectivity constraints are
used to accomplish this resolution.
- Update the statistical models for each blob and for
the background scene; also update the dynamic models of the blobs.
Each of these steps will now be described in more detail.
Christopher R. Wren
Wed Feb 25 14:56:43 EST 1998