|
FastRetinaKeypointDescriptorCompute Method
|
Describes the specified point (i.e. computes and
sets the orientation and descriptor vector fields
of the
FastRetinaKeypoint.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public void Compute(
IList<FastRetinaKeypoint> points
)
Public Sub Compute (
points As IList(Of FastRetinaKeypoint)
)
Request Example
View SourceParameters
- points
- Type: System.Collections.GenericIListFastRetinaKeypoint
The point to be described.
See Also