Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
scale
Type: SystemInt32
orientation
Type: SystemDouble

Return Value

Type: Double
See Also