EHarrisInterestPoints::GetGradientOrientation

Returns the orientation of the gradient at a corner point.

Namespace: Euresys::Open_eVision

[C++]

float GetGradientOrientation(
   OEV_UINT32 index
) const

Parameters

index

The index of the corner point.

EHarrisInterestPoints.GetGradientOrientation

Returns the orientation of the gradient at a corner point.

Namespace: Euresys.Open_eVision

[C#]

float GetGradientOrientation(
   uint index
)

Parameters

index

The index of the corner point.

EHarrisInterestPoints.GetGradientOrientation

Returns the orientation of the gradient at a corner point.

Module: open_evision

[Python]

GetGradientOrientation(
    index: int
) -> float

Parameters

index

The index of the corner point.