Click or drag to resize
CvTracks Methods
http://www.emgu.com

The CvTracks type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairUInt32, CvTrack)
Adds the specified id and track to the CvTracks.
Public methodAdd(UInt32, CvTrack)
Adds the specified id and track to the dictionary.
Public methodClear
Removes all keys and values
Public methodContains
Determines whether the CvTracks contains a specific id and CvTrack.
Public methodContainsKey
Determines whether the CvTracks contains the specified id.
Public methodCopyTo
Copies the elements to the array, starting at the specific arrayIndex.
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release all the unmanaged resources used by this CvBlobs
(Overrides DisposableObjectDisposeObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodRemove(KeyValuePairUInt32, CvTrack)
Removes a key and value from the dictionary.
Public methodRemove(UInt32)
Removes the track with the specific id
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Gets the track associated with the specified id.
Public methodUpdate
Updates list of tracks based on current blobs.
Top
See Also