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
-
KeyPointCollection
- Implements
- Inherited Members
Constructors
KeyPointCollection(IplImage)
Initializes a new instance of the KeyPointCollection class with the specified image.
public KeyPointCollection(IplImage image)
Parameters
image
IplImageThe image from which the key points in the collection were extracted.
Properties
Image
Gets the image from which the key points were extracted.
public IplImage Image { get; }