The CvBlobs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | (Inherited from DictionaryInt32, CvBlob.) |
![]() | BlobMeanColor |
Calculates mean color of a blob in an image. (cvBlobMeanColor)
|
![]() | Clear | (Inherited from DictionaryInt32, CvBlob.) |
![]() | Clone | |
![]() | ContainsKey | (Inherited from DictionaryInt32, CvBlob.) |
![]() | ContainsValue | (Inherited from DictionaryInt32, CvBlob.) |
![]() | 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. (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 | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from DictionaryInt32, CvBlob.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLabel |
Label the connected parts of a binary image. (cvLabel)
|
![]() | GetObjectData | (Inherited from DictionaryInt32, CvBlob.) |
![]() | GetType | (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 | (Inherited from Object.) |
![]() | OnDeserialization | (Inherited from DictionaryInt32, CvBlob.) |
![]() | Remove | (Inherited from DictionaryInt32, CvBlob.) |
![]() | RenderBlobs(IplImage, IplImage) |
Draws or prints information about blobs. (cvRenderBlobs)
|
![]() | RenderBlobs(IplImage, IplImage, RenderBlobsMode) |
Draws or prints information about blobs. (cvRenderBlobs)
|
![]() | RenderBlobs(IplImage, IplImage, RenderBlobsMode, Double) |
Draws or prints information about blobs. (cvRenderBlobs)
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | (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.
|
See Also