Class KeyPoint

KeyPoint class

The key point

public class KeyPoint

Constructors

NameDescription
KeyPoint(double, double, double, double)Initializes a new instance of the KeyPoint class.

Properties

NameDescription
Orientation { get; set; }Gets or sets the orientation.
Scale { get; set; }Gets or sets the scale.
X { get; set; }Gets or sets the x.
Y { get; set; }Gets or sets the y.

See Also