Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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

Static Public Attributes

static log4cpp::Category & sLog

Detailed Description

object representation that uses a Kalman filter to update the template

Definition at line 21 of file KalmanTemplate.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:22:27 2010 for ImpalaSrc by  doxygen 1.5.1