CvBlobs Methods |
The CvBlobs type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds the specified key and value to the dictionary. (Inherited from DictionaryInt32, CvBlob.) | |
BlobMeanColor |
Calculates mean color of a blob in an image. (cvBlobMeanColor)
| |
Clear | Removes all keys and values from the DictionaryTKey, TValue. (Inherited from DictionaryInt32, CvBlob.) | |
Clone | ||
ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Inherited from DictionaryInt32, CvBlob.) | |
ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Inherited from DictionaryInt32, CvBlob.) | |
Equals | Determines whether the specified object is equal to the current object. (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. (cvFilterByArea)
| |
FilterByLabel |
Filter blobs by label.
Delete all blobs except those with label l.
| |
FilterLabels |
Draw a binary image with the blobs that have been given. (cvFilterLabels)
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. (Inherited from DictionaryInt32, CvBlob.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLabel |
Label the connected parts of a binary image. (cvLabel)
| |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryInt32, CvBlob.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GreaterBlob |
Find greater blob. (cvGreaterBlob)
| |
Label |
Label the connected parts of a binary image. (cvLabel)
| |
LargestBlob |
Find the largest blob. (cvGreaterBlob)
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryInt32, CvBlob.) | |
Remove | Removes the value with the specified key from the DictionaryTKey, TValue. (Inherited from DictionaryInt32, CvBlob.) | |
RenderBlobs(Mat, Mat) |
Draws or prints information about blobs. (cvRenderBlobs)
| |
RenderBlobs(Mat, Mat, RenderBlobsModes) |
Draws or prints information about blobs. (cvRenderBlobs)
| |
RenderBlobs(Mat, Mat, RenderBlobsModes, Double) |
Draws or prints information about blobs. (cvRenderBlobs)
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from DictionaryInt32, CvBlob.) | |
UpdateTracks(CvTracks, Double, Int32) |
Updates list of tracks based on current blobs.
| |
UpdateTracks(CvTracks, Double, Int32, Int32) |
Updates list of tracks based on current blobs.
|