|
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
)
Public Function GetOrientation (
x As Integer,
y As Integer,
scale As Integer
) As Double
Request Example
View SourceParameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- scale
- Type: SystemInt32
Return Value
Type:
DoubleSee Also