OpenCV  3.4.18
Open Source Computer Vision
cv::tracking::UkfSystemModel Member List

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)=0cv::tracking::UkfSystemModelpure virtual
stateConversionFunction(const Mat &x_k, const Mat &u_k, const Mat &v_k, Mat &x_kplus1)=0cv::tracking::UkfSystemModelpure virtual
~UkfSystemModel()cv::tracking::UkfSystemModelinlinevirtual