Click or drag to resize
Accord.NET (logo)

KalmanFilter2D Properties

The KalmanFilter2D type exposes the following members.

Properties
  NameDescription
Public propertyNoiseX
Gets or sets the observational noise of the current object's in the X axis.
Public propertyNoiseY
Gets or sets the observational noise of the current object's in the Y axis.
Public propertyX
Gets or sets the current X position of the object.
Public propertyXAxisVelocity
Gets or sets the current object's velocity in the X axis.
Public propertyY
Gets or sets the current Y position of the object.
Public propertyYAxisVelocity
Gets or sets the current object's velocity in the Y axis.
Top
See Also