Class CVPedestrianDetectedEventArgs
CV pedestrian detected event args.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class CVPedestrianDetectedEventArgs : EventArgs
Constructors
CVPedestrianDetectedEventArgs(Rect[])
Initializes a new instance of the CVPedestrianDetectedEventArgs class.
Declaration
public CVPedestrianDetectedEventArgs(Rect[] items)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect[] | items | Items. |
CVPedestrianDetectedEventArgs(Rect[], TimeSpan)
Initializes a new instance of the CVPedestrianDetectedEventArgs class.
Declaration
public CVPedestrianDetectedEventArgs(Rect[] items, TimeSpan elapsedTime)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect[] | items | Items. |
| TimeSpan | elapsedTime | Elapsed time. |
Properties
ElapsedTime
Gets the elapsed time.
Declaration
public TimeSpan ElapsedTime { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Items
Gets the detected items.
Declaration
public Rect[] Items { get; }
Property Value
| Type | Description |
|---|---|
| Rect[] |