w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter Struct Reference

List of all members.

template<class GridType>
struct w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter


Public Member Functions

 KalmanFilter ()
 KalmanFilter (double x, double y, double ux, double uy)
void update (double x, double y, double ux, double uy)

Static Public Member Functions

static void setHistoryLength (int h)

Public Attributes

w2img::KalmanEstimator uxFilter
w2img::KalmanEstimator uyFilter
double cx
double cy

Static Public Attributes

static int HISTORY_LENGTH

Constructor & Destructor Documentation

template<class GridType>
w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::KalmanFilter (  )  [inline]

template<class GridType>
w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::KalmanFilter ( double  x,
double  y,
double  ux,
double  uy 
) [inline]


Member Function Documentation

template<class GridType>
static void w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::setHistoryLength ( int  h  )  [inline, static]

template<class GridType>
void w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::update ( double  x,
double  y,
double  ux,
double  uy 
) [inline]


Member Data Documentation

template<class GridType>
double w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::cx

template<class GridType>
double w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::cy

template<class GridType>
int w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::HISTORY_LENGTH [static]

template<class GridType>
w2img::KalmanEstimator w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::uxFilter

template<class GridType>
w2img::KalmanEstimator w2kmeans::SegmentMotionEstimator< GridType >::KalmanFilter::uyFilter


Generated on Fri May 4 13:40:24 2012 for WDSS-IIw2algs by  doxygen 1.4.7