Searched defs:controlMatrix (Results 1 – 3 of 3) sorted by relevance
368 CV_PROP_RW Mat controlMatrix; //!< control matrix (B) (not used if there is no control) member in cv::KalmanFilter
194 public void set_controlMatrix(Mat controlMatrix) in set_controlMatrix()
1013 Mat& controlMatrix = *((Mat*)controlMatrix_nativeObj); in Java_org_opencv_video_KalmanFilter_set_1controlMatrix_10() local