Class Detections
public class Detections : IEnumerable<Detection>, IEnumerable
- Inheritance
-
Detections
- Implements
- Inherited Members
Constructors
Detections(double, Detection[], int)
public Detections(double timestamp, Detection[] detections, int frameCount)
Parameters
Properties
FrameCount
public int FrameCount { get; }
Property Value
this[int]
public Detection this[int index] { get; }
Parameters
index
int
Property Value
PeopleCount
public int PeopleCount { get; }
Property Value
Timestamp
public double Timestamp { get; }
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<Detection> GetEnumerator()
Returns
- IEnumerator<Detection>
An enumerator that can be used to iterate through the collection.