CvBlobs Class OpenCvSharp Class Library
Blob set
Inheritance Hierarchy

SystemObject
  System.Collections.GenericDictionaryInt32, CvBlob
    OpenCvSharp.BlobCvBlobs

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class CvBlobs : Dictionary<int, CvBlob>, 
	ICloneable

The CvBlobs type exposes the following members.

Constructors

  NameDescription
Public methodCvBlobs
Constructor (init only)
Public methodCvBlobs(IplImage)
Constructor (init and cvLabel)
Public methodCvBlobs(IEnumerableKeyValuePairInt32, CvBlob, LabelData)
Constructor (copy)
Public methodCvBlobs(IEnumerableKeyValuePairInt32, CvBlob, Int32)
Constructor (copy)
Top
Properties

  NameDescription
Public propertyComparer (Inherited from DictionaryInt32, CvBlob.)
Public propertyCount (Inherited from DictionaryInt32, CvBlob.)
Public propertyItem (Inherited from DictionaryInt32, CvBlob.)
Public propertyKeys (Inherited from DictionaryInt32, CvBlob.)
Public propertyLabels
Label values
Public propertyValues (Inherited from DictionaryInt32, CvBlob.)
Top
Methods

  NameDescription
Public methodAdd (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 (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 (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryInt32, CvBlob.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLabel
Label the connected parts of a binary image. (cvLabel)
Public methodGetObjectData (Inherited from DictionaryInt32, CvBlob.)
Public methodGetType (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 (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryInt32, CvBlob.)
Public methodRemove (Inherited from DictionaryInt32, CvBlob.)
Public methodRenderBlobs(IplImage, IplImage)
Draws or prints information about blobs. (cvRenderBlobs)
Public methodRenderBlobs(IplImage, IplImage, RenderBlobsMode)
Draws or prints information about blobs. (cvRenderBlobs)
Public methodRenderBlobs(IplImage, IplImage, RenderBlobsMode, Double)
Draws or prints information about blobs. (cvRenderBlobs)
Public methodToString (Inherited from Object.)
Public methodTryGetValue (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

Reference