Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEstimate | |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
NotifyListeners (inherited from Tracker) | When a new estimate is generated, subclasses should call this method to fire off an event to all registered tracker event handlers. |
SubscribeTo (inherited from Tracker) | Subscribes the Tracker to receive Measurements from a Spotter. The Tracker can be subscribed to more than one Spotter. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
UnsubscribeFrom (inherited from Tracker) | Unsubscribes the Tracker from receiving Measurements from a Spotter. |
UpdateEstimate |
EstimateUpdate (inherited from Tracker) | Receive events when the Tracker has updated its Estimate. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GotMeasurement (inherited from Tracker) | |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
CentroidTracker Class | POLS.Trackers Namespace