CvBlobs Class |
Namespace: Emgu.CV.Cvb
The CvBlobs type exposes the following members.
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.
|
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 | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (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 | (Inherited from Object.) |
![]() | TryGetValue |
Gets the blob associated with the specified label.
|
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |