CvBlobs Methods |
The CvBlobs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairUInt32, CvBlob) |
Adds the specified label and blob to the CvBlobs.
|
![]() | Add(UInt32, CvBlob) |
Adds the specified label and blob to the dictionary.
|
![]() | Clear |
Removes all keys and values
|
![]() | Contains |
Determines whether the CvBlobs contains a specific label and CvBlob.
|
![]() | ContainsKey |
Determines whether the CvBlobs contains the specified label.
|
![]() | 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 DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | FilterByArea |
Filter blobs by area. Those blobs whose areas are not in range will be erased from the input list of blobs.
|
![]() | 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(KeyValuePairUInt32, CvBlob) |
Removes a key and value from the dictionary.
|
![]() | Remove(UInt32) |
Removes the blob with the specific label
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Gets the blob associated with the specified label.
|