Emgu CV Library Documentation
gain Field
NamespacesEmgu.CV.StructureMCvKalmangain

www.emgu.com/wiki
Kalman gain matrix (K(k)): K(k)=P'(k)*Ht*inv(H*P'(k)*Ht+R)
Declaration Syntax
C#Visual BasicVisual C++
public IntPtr gain
Public gain As IntPtr
public:
IntPtr gain

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)