Class for visualizing Kalman filter.
More...
#include <Kalman.h>
|
void | img_matrix (CvMat *mat, int top, int left) |
| Add matrix to the image. More...
|
|
void | Init () |
| Init everything. Called from constructors. More...
|
|
Class for visualizing Kalman filter.
Usage:
...
kvis.update_pre();
kvis.update_post();
kvis.show();
Definition at line 274 of file Kalman.h.
Constructor for core Kalman implementation (not all visualizations possible)
Definition at line 389 of file Kalman.cpp.
alvar::KalmanVisualize::~KalmanVisualize |
( |
| ) |
|
void alvar::KalmanVisualize::img_matrix |
( |
CvMat * |
mat, |
|
|
int |
top, |
|
|
int |
left |
|
) |
| |
|
private |
Add matrix to the image.
Definition at line 297 of file Kalman.cpp.
void alvar::KalmanVisualize::Init |
( |
| ) |
|
|
private |
Init everything. Called from constructors.
Definition at line 328 of file Kalman.cpp.
void alvar::KalmanVisualize::out_matrix |
( |
CvMat * |
m, |
|
|
char * |
name |
|
) |
| |
|
static |
Helper method for outputting matrices (for debug purposes)
Definition at line 356 of file Kalman.cpp.
void alvar::KalmanVisualize::show |
( |
| ) |
|
Show the genrated visualization image.
Definition at line 435 of file Kalman.cpp.
void alvar::KalmanVisualize::update_post |
( |
| ) |
|
Update the visualization image - call this after the Kalman's predict_update.
Definition at line 409 of file Kalman.cpp.
void alvar::KalmanVisualize::update_pre |
( |
| ) |
|
Update the visualization image - call this before the Kalman's predict_update.
Definition at line 401 of file Kalman.cpp.
IplImage* alvar::KalmanVisualize::img |
|
private |
Image collecting visualization of the Kalman filter.
Definition at line 282 of file Kalman.h.
IplImage* alvar::KalmanVisualize::img_legend |
|
private |
Image to show.
Definition at line 284 of file Kalman.h.
int alvar::KalmanVisualize::img_scale |
|
private |
visualization scale before show
Definition at line 288 of file Kalman.h.
IplImage* alvar::KalmanVisualize::img_show |
|
private |
Image to show.
Definition at line 286 of file Kalman.h.
Kalman* alvar::KalmanVisualize::kalman_ext |
|
private |
int alvar::KalmanVisualize::m |
|
private |
int alvar::KalmanVisualize::n |
|
private |
The documentation for this class was generated from the following files: