ConnectedComponentsBlobs Property
|
All blobs
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic ReadOnlyCollection<ConnectedComponentsBlob> Blobs { get; }
Public ReadOnly Property Blobs As ReadOnlyCollection(Of ConnectedComponentsBlob)
Get
public:
property ReadOnlyCollection<ConnectedComponentsBlob^>^ Blobs {
ReadOnlyCollection<ConnectedComponentsBlob^>^ get ();
}
member Blobs : ReadOnlyCollection<ConnectedComponentsBlob> with get
Property Value
Type:
ReadOnlyCollectionConnectedComponentsBlob
See Also