Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Core::Tracking::KalmanTemplate Class Reference

Object representation that uses a Kalman filter to update the template. More...

#include <KalmanTemplate.h>

Inheritance diagram for Impala::Core::Tracking::KalmanTemplate:

Inheritance graph
[legend]
Collaboration diagram for Impala::Core::Tracking::KalmanTemplate:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 KalmanTemplate ()
virtual ~KalmanTemplate ()
void Update (Array::Array2dVec3Real64 &image, const Position &pos)
 copy a piece of the input image and let the kalman filter decide what to do with it
double Score (Array::Array2dVec3Real64 &image, const Position &pos)
 Returns sum of the euclidian distance between pixels.
void Reset (Array::Array2dVec3Real64 &image, const Position &pos)
 Called when user drags new rectangle The old memory is cleared, new is reserved.
Array::Array2dVec3Real64GetImage ()
 Returns the template (prediction).

Public Attributes

Array::Array2dVec3Real64mTemplate
Array::Array2dVec3Real64mTemplatePrediction
Array::Trait::FuncKalmanColor mKalman
Array::Array2dVec3UInt8mScratch
 ILOG_CLASS

Detailed Description

Object representation that uses a Kalman filter to update the template.

Definition at line 20 of file KalmanTemplate.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 13 09:21:04 2011 for ImpalaSrc by  doxygen 1.5.1