http://www.emgu.com
Get a collection containing the blobs in the CvBlobs.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic ICollection<CvBlob> Values { get; }Public ReadOnly Property Values As ICollection(Of CvBlob)
Get
public:
virtual property ICollection<CvBlob^>^ Values {
ICollection<CvBlob^>^ get () sealed;
}abstract Values : ICollection<CvBlob> with get
override Values : ICollection<CvBlob> with get
Property Value
Type:
ICollectionCvBlobImplements
IDictionaryTKey, TValueValues
See Also