#include <cv.hpp>
List of all members.
Constructor & Destructor Documentation
cv::KalmanFilter::KalmanFilter |
( |
|
) |
|
cv::KalmanFilter::KalmanFilter |
( |
int |
dynamParams, |
|
|
int |
measureParams, |
|
|
int |
controlParams = 0 | |
|
) |
| | |
Member Function Documentation
void cv::KalmanFilter::init |
( |
int |
dynamParams, |
|
|
int |
measureParams, |
|
|
int |
controlParams = 0 | |
|
) |
| | |
const Mat& cv::KalmanFilter::predict |
( |
const Mat & |
control = Mat() |
) |
|
const Mat& cv::KalmanFilter::correct |
( |
const Mat & |
measurement |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: