Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDescriptorGetOrientation Method (Int32, Int32, Int32)

Determine dominant orientation for feature point.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public double GetOrientation(
	int x,
	int y,
	int scale
)
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
scale
Type: SystemInt32

Return Value

Type: Double
See Also