#include <KalmanTemplate.h>
Inheritance diagram for Impala::Core::Tracking::KalmanTemplate:
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::Array2dVec3Real64 * | GetImage () |
| Returns the template (prediction). | |
Public Attributes | |
| Array::Array2dVec3Real64 * | mTemplate |
| Array::Array2dVec3Real64 * | mTemplatePrediction |
| Array::Trait::FuncKalmanColor | mKalman |
| Array::Array2dVec3UInt8 * | mScratch |
| ILOG_CLASS | |
Definition at line 20 of file KalmanTemplate.h.
1.5.1