Home
last modified time | relevance | path

Searched defs:controlMatrix (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp368 CV_PROP_RW Mat controlMatrix; //!< control matrix (B) (not used if there is no control) member in cv::KalmanFilter
/external/opencv3/modules/java/src/
Dvideo+KalmanFilter.java194 public void set_controlMatrix(Mat controlMatrix) in set_controlMatrix()
Dvideo.cpp1013 Mat& controlMatrix = *((Mat*)controlMatrix_nativeObj); in Java_org_opencv_video_KalmanFilter_set_1controlMatrix_10() local