| KalmanFilterControlMatrix Property |
control matrix (B) (not used if there is no control)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat ControlMatrix { get; set; }
Public Property ControlMatrix As Mat
Get
Set
public:
property Mat^ ControlMatrix {
Mat^ get ();
void set (Mat^ value);
}
member ControlMatrix : Mat with get, set
Property Value
Type:
MatSee Also