KalmanFilterControlMatrix Property
|
control matrix (B) (not used if there is no control)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Mat ControlMatrix { get; }
Public ReadOnly Property ControlMatrix As Mat
Get
public:
property Mat^ ControlMatrix {
Mat^ get ();
}
member ControlMatrix : Mat with get
function get_ControlMatrix();
Property Value
Type:
Mat
See Also