Class FreakKeyPoint

FreakKeyPoint class

The FREAK point

public class FreakKeyPoint : KeyPoint

Constructors

NameDescription
FreakKeyPoint(double, double, double, double, byte[])Initializes a new instance of the KeyPoint class.

Properties

NameDescription
Descriptor { get; set; }Gets or sets the descriptor.
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.

Methods

NameDescription
ToBase64()Converts to base64.
ToHex()Converts to hex.

See Also