Click or drag to resize

CvBlobs Methods

The CvBlobs type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt32, CvBlob.)
Public methodBlobMeanColor
Calculates mean color of a blob in an image. (cvBlobMeanColor)
Public methodClear (Inherited from DictionaryInt32, CvBlob.)
Public methodClone
Public methodContainsKey (Inherited from DictionaryInt32, CvBlob.)
Public methodContainsValue (Inherited from DictionaryInt32, CvBlob.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFilterByArea
Filter blobs by area. Those blobs whose areas are not in range will be erased from the input list of blobs. (cvFilterByArea)
Public methodFilterByLabel
Filter blobs by label. Delete all blobs except those with label l.
Public methodFilterLabels
Draw a binary image with the blobs that have been given. (cvFilterLabels)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryInt32, CvBlob.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLabel
Label the connected parts of a binary image. (cvLabel)
Public methodGetObjectData (Inherited from DictionaryInt32, CvBlob.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGreaterBlob
Find greater blob. (cvGreaterBlob)
Public methodLabel
Label the connected parts of a binary image. (cvLabel)
Public methodLargestBlob
Find the largest blob. (cvGreaterBlob)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryInt32, CvBlob.)
Public methodRemove (Inherited from DictionaryInt32, CvBlob.)
Public methodRenderBlobs(Mat, Mat)
Draws or prints information about blobs. (cvRenderBlobs)
Public methodRenderBlobs(Mat, Mat, RenderBlobsModes)
Draws or prints information about blobs. (cvRenderBlobs)
Public methodRenderBlobs(Mat, Mat, RenderBlobsModes, Double)
Draws or prints information about blobs. (cvRenderBlobs)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryInt32, CvBlob.)
Public methodUpdateTracks(CvTracks, Double, Int32)
Updates list of tracks based on current blobs.
Public methodUpdateTracks(CvTracks, Double, Int32, Int32)
Updates list of tracks based on current blobs.
Top
See Also