KalmanFilterStatePost Property |
http://www.emgu.com
Corrected state (x(k)): x(k)=x'(k)+K(k)*(z(k)-H*x'(k))
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Mat StatePost { get; }
Public ReadOnly Property StatePost As Mat
Get
public:
property Mat^ StatePost {
Mat^ get ();
}
member StatePost : Mat with get
Property Value
Type:
Mat
See Also