Class DirectionEstimate<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A direction estimate without full source information.
public class DirectionEstimate<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
DirectionEstimate<T>
- Inherited Members
Properties
Azimuth
Gets or sets the azimuth angle in degrees.
public T Azimuth { get; set; }
Property Value
- T
Confidence
Gets or sets the confidence score.
public T Confidence { get; set; }
Property Value
- T
Elevation
Gets or sets the elevation angle in degrees.
public T Elevation { get; set; }
Property Value
- T