OpenCV
4.0.0
Open Source Computer Vision
|
Classes | |
class | cv::tracking::AugmentedUnscentedKalmanFilterParams |
Augmented Unscented Kalman filter parameters. The class for initialization parameters of Augmented Unscented Kalman filter. More... | |
class | cv::tracking::UkfSystemModel |
Model of dynamical system for Unscented Kalman filter. The interface for dynamical system model. It contains functions for computing the next state and the measurement. It must be inherited for using UKF. More... | |
class | cv::tracking::UnscentedKalmanFilter |
The interface for Unscented Kalman filter and Augmented Unscented Kalman filter. More... | |
class | cv::tracking::UnscentedKalmanFilterParams |
Unscented Kalman filter parameters. The class for initialization parameters of Unscented Kalman filter. More... | |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::tracking | |
Functions | |
Ptr< UnscentedKalmanFilter > | cv::tracking::createAugmentedUnscentedKalmanFilter (const AugmentedUnscentedKalmanFilterParams ¶ms) |
Augmented Unscented Kalman Filter factory method. More... | |
Ptr< UnscentedKalmanFilter > | cv::tracking::createUnscentedKalmanFilter (const UnscentedKalmanFilterParams ¶ms) |
Unscented Kalman Filter factory method. More... | |