Class LineCrossingResult
- Assembly
- VisioForge.Core.dll
Describes a single directed line crossing by a tracked object.
public sealed class LineCrossingResultInheritance
Inherited Members
Constructors
LineCrossingResult(string, int, int, string, LineCrossingDirection)
Initializes a new instance of the VisioForge.Core.Types.VideoProcessing.LineCrossingResult class.
public LineCrossingResult(string lineId, int trackerId, int classId, string label, LineCrossingDirection direction)Parameters
lineIdstring-
The line zone identifier.
trackerIdint-
The tracker ID.
classIdint-
The class ID.
labelstring-
The class label.
directionLineCrossingDirection-
The crossing direction.
Properties
ClassId
Gets the class ID of the crossing object.
public int ClassId { get; }Property Value
Direction
Gets the direction of the crossing.
public LineCrossingDirection Direction { get; }Property Value
Label
Gets the class label of the crossing object.
public string Label { get; }Property Value
LineId
Gets the identifier of the line zone that was crossed.
public string LineId { get; }Property Value
TrackerId
Gets the tracker ID of the object that crossed.
public int TrackerId { get; }