KalmanFilterStatePre Property |
http://www.emgu.com
Predicted state (x'(k)): x(k)=A*x(k-1)+B*u(k)
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Mat StatePre { get; }
Public ReadOnly Property StatePre As Mat
Get
public:
property Mat^ StatePre {
Mat^ get ();
}
member StatePre : Mat with get
Property Value
Type:
Mat
See Also