http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get a collection containing the blobs in the CvBlobs.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public ICollection<CvBlob> Values { get; } |
Visual Basic |
---|
Public ReadOnly Property Values As ICollection(Of CvBlob) Get |
Visual C++ |
---|
public: virtual property ICollection<CvBlob^>^ Values { ICollection<CvBlob^>^ get () sealed; } |