http://www.emgu.com
The CvBlobs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvBlobs |
Create a new CvBlobs
|
Methods
Name | Description | |
---|---|---|
![]() | Add(KeyValuePair<(Of <<'(UInt32, 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 DisposableObject..::..DisposeObject()()()().) |
![]() | 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(KeyValuePair<(Of <<'(UInt32, CvBlob>)>>)) |
Removes a key and value from the dictionary.
|
![]() | Remove(UInt32) |
Removes the blob with the specific label
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Gets the blob associated with the specified label.
|
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of label/Blob pairs contained in the collection
|
![]() | IsReadOnly |
Always false
|
![]() | Item |
Get the blob with the speicific label. Set function is not implemented
|
![]() | Keys |
Get a collection containing the labels in the CvBlobs
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Values |
Get a collection containing the blobs in the CvBlobs.
|