OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.VideoModule.KalmanFilter Member List

This is the complete list of members for OpenCVForUnity.VideoModule.KalmanFilter, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.VideoModule.KalmanFilterstatic
correct(Mat measurement)OpenCVForUnity.VideoModule.KalmanFilter
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.VideoModule.KalmanFilterprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
get_controlMatrix()OpenCVForUnity.VideoModule.KalmanFilter
get_errorCovPost()OpenCVForUnity.VideoModule.KalmanFilter
get_errorCovPre()OpenCVForUnity.VideoModule.KalmanFilter
get_gain()OpenCVForUnity.VideoModule.KalmanFilter
get_measurementMatrix()OpenCVForUnity.VideoModule.KalmanFilter
get_measurementNoiseCov()OpenCVForUnity.VideoModule.KalmanFilter
get_processNoiseCov()OpenCVForUnity.VideoModule.KalmanFilter
get_statePost()OpenCVForUnity.VideoModule.KalmanFilter
get_statePre()OpenCVForUnity.VideoModule.KalmanFilter
get_transitionMatrix()OpenCVForUnity.VideoModule.KalmanFilter
getNativeObjAddr()OpenCVForUnity.VideoModule.KalmanFilter
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
KalmanFilter()OpenCVForUnity.VideoModule.KalmanFilter
KalmanFilter(int dynamParams, int measureParams, int controlParams, int type)OpenCVForUnity.VideoModule.KalmanFilter
KalmanFilter(int dynamParams, int measureParams, int controlParams)OpenCVForUnity.VideoModule.KalmanFilter
KalmanFilter(int dynamParams, int measureParams)OpenCVForUnity.VideoModule.KalmanFilter
predict(Mat control)OpenCVForUnity.VideoModule.KalmanFilter
predict()OpenCVForUnity.VideoModule.KalmanFilter
set_controlMatrix(Mat controlMatrix)OpenCVForUnity.VideoModule.KalmanFilter
set_errorCovPost(Mat errorCovPost)OpenCVForUnity.VideoModule.KalmanFilter
set_errorCovPre(Mat errorCovPre)OpenCVForUnity.VideoModule.KalmanFilter
set_gain(Mat gain)OpenCVForUnity.VideoModule.KalmanFilter
set_measurementMatrix(Mat measurementMatrix)OpenCVForUnity.VideoModule.KalmanFilter
set_measurementNoiseCov(Mat measurementNoiseCov)OpenCVForUnity.VideoModule.KalmanFilter
set_processNoiseCov(Mat processNoiseCov)OpenCVForUnity.VideoModule.KalmanFilter
set_statePost(Mat statePost)OpenCVForUnity.VideoModule.KalmanFilter
set_statePre(Mat statePre)OpenCVForUnity.VideoModule.KalmanFilter
set_transitionMatrix(Mat transitionMatrix)OpenCVForUnity.VideoModule.KalmanFilter
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic