OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::tracking::UkfSystemModel, including all inherited members.
measurementFunction(const Mat &x_k, const Mat &n_k, Mat &z_k)=0 | cv::tracking::UkfSystemModel | pure virtual |
stateConversionFunction(const Mat &x_k, const Mat &u_k, const Mat &v_k, Mat &x_kplus1)=0 | cv::tracking::UkfSystemModel | pure virtual |
~UkfSystemModel() | cv::tracking::UkfSystemModel | inlinevirtual |