Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointToHex Method

Converts the binary descriptor to string of hexadecimal values.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public string ToHex()
Request Example View Source

Return Value

Type: String
A string containing an hexadecimal value representing this point's descriptor.
See Also