Click or drag to resize

CvBlobsValues Property

http://www.emgu.com
Get a collection containing the blobs in the CvBlobs.

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public ICollection<CvBlob> Values { get; }

Property Value

Type: ICollectionCvBlob

Implements

IDictionaryTKey, TValueValues
See Also