Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointToBase64 Method

Converts the binary descriptor to base64.

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

Return Value

Type: String
A string containing the base64 representation of the descriptor.
See Also