Table of Contents

Class ConnectedComponentCollection

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents a collection of connected components.

public class ConnectedComponentCollection : Collection<ConnectedComponent>, IList<ConnectedComponent>, ICollection<ConnectedComponent>, IList, ICollection, IReadOnlyList<ConnectedComponent>, IReadOnlyCollection<ConnectedComponent>, IEnumerable<ConnectedComponent>, IEnumerable
Inheritance
ConnectedComponentCollection
Implements
Inherited Members

Constructors

ConnectedComponentCollection(Size)

Initializes a new instance of the ConnectedComponentCollection class using the specified image size.

ConnectedComponentCollection(IList<ConnectedComponent>, Size)

Initializes a new instance of the ConnectedComponentCollection class as a wrapper for the specified list of connected components.

Properties

ImageSize

Gets the pixel-accurate size of the image from which the connected components were extracted.