|
SpeededUpRobustFeaturesDescriptorGetDescriptor Method
|
Construct descriptor vector for this interest point
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public double[] GetDescriptor(
int x,
int y,
int scale,
double orientation
)
Public Function GetDescriptor (
x As Integer,
y As Integer,
scale As Integer,
orientation As Double
) As Double()
Request Example
View SourceParameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- scale
- Type: SystemInt32
- orientation
- Type: SystemDouble
Return Value
Type:
DoubleSee Also