http://www.emgu.com
The CvTracks type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(KeyValuePair<(Of <<'(UInt32, CvTrack>)>>)) |
Adds the specified id and track to the CvTracks.
|
![]() | Add(UInt32, CvTrack) |
Adds the specified id and track to the dictionary.
|
![]() | Clear |
Removes all keys and values
|
![]() | Contains |
Determines whether the CvTracks contains a specific id and CvTrack.
|
![]() | ContainsKey |
Determines whether the CvTracks contains the specified id.
|
![]() | CopyTo |
Copies the elements to the array, starting at the specific arrayIndex.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged resources used by this CvBlobs
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ReleaseManagedResources |
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.) |
![]() | Remove(KeyValuePair<(Of <<'(UInt32, CvTrack>)>>)) |
Removes a key and value from the dictionary.
|
![]() | Remove(UInt32) |
Removes the track with the specific id
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Gets the track associated with the specified id.
|
![]() | Update |
Updates list of tracks based on current blobs.
|