Click or drag to resize
Accord.NET (logo)

TrackingObjectGetAxis Method (AxisOrientation)

Gets two points defining the axis of the object.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public LineSegment GetAxis(
	AxisOrientation axis
)
Request Example View Source

Parameters

axis
Type: Accord.Vision.TrackingAxisOrientation

Return Value

Type: LineSegment
See Also