Table of Contents

Class CentroidCollection

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Represents a collection of image centroids.

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

Constructors

CentroidCollection(IplImage)

Initializes a new instance of the CentroidCollection class extracted from the specified image.

public CentroidCollection(IplImage image)

Parameters

image IplImage

The image from which the centroids were extracted.

Properties

Image

Gets the image from which the centroids were extracted.

public IplImage Image { get; }

Property Value

IplImage