Class KeyPointCollection
Represents a collection of key points, or features, extracted from a single image frame.
public class KeyPointCollection : Collection<Point2f>, IList<Point2f>, ICollection<Point2f>, IList, ICollection, IReadOnlyList<Point2f>, IReadOnlyCollection<Point2f>, IEnumerable<Point2f>, IEnumerable
- Inheritance
-
Collection<Point2f>KeyPointCollection
- Implements
-
IList<Point2f>ICollection<Point2f>IReadOnlyList<Point2f>IReadOnlyCollection<Point2f>IEnumerable<Point2f>
- Inherited Members
Constructors
- KeyPointCollection(IplImage)
Initializes a new instance of the KeyPointCollection class with the specified image.
Properties
- Image
Gets the image from which the key points were extracted.