Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointToBinary Method

Converts the binary descriptor to a string of binary values.

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

Return Value

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