KalmanFilterGain Property |
http://www.emgu.com
Kalman gain matrix (K(k)): K(k)=P'(k)*Ht*inv(H*P'(k)*Ht+R)
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
SyntaxPublic ReadOnly Property Gain As Mat
Get
public:
property Mat^ Gain {
Mat^ get ();
}
member Gain : Mat with get
Return Value
Type:
MatThe result
See Also