Class CentroidCollection
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.
Properties
- Image
Gets the image from which the centroids were extracted.