A face event. A face event is generated every time the observation of a face changes. E.g. if a face is detected, recognized, etc. More...
Public Member Functions | |
override string | ToString () |
A debug description. More... | |
virtual FaceEvent | Copy () |
Returns a copy of the face event. More... | |
Properties | |
FaceEventType | Type [get, set] |
The event type. More... | |
Timestamp | Timestamp [get, set] |
The presentation time stamp of the video frame in which the event occurs. More... | |
Int64 | LocalId [get] |
The local ID of the face. More... | |
Person | Person [get] |
The person associated with this event. More... | |
BitmapSource | Thumbnail [get] |
The face thumbnail associated with this event. More... | |
BitmapSource | SceneThumbnail [get] |
The scene thumbnail associated with this event. More... | |
ThumbnailQualityAttributes | ThumbnailQualityAttributes [get] |
DetectedObjectType | ObjectType [get] |
ObjectAction | ObjectAction [get, set] |
RectangleF | NormalizedBounds = RectangleF.Empty [get, set] |
The normalized bounds of the detected face. More... | |
string | RegionName = null [get, set] |
Name of a region (from RegionMap) containing the face. More... | |
double? | Pitch = null [get, set] |
Pitch of the face. More... | |
double? | Roll = null [get, set] |
Roll of the face. More... | |
double? | Yaw = null [get, set] |
Yaw of the face. More... | |
TrackedObject.AttributeSet | Attributes [get, set] |
Int64? | RecognitionProcessSeed [get] |
bool | IsSceneChange [get, set] |
Int64? | RootEventLocalId [get, set] |
ObjectEventLog.Context | Context [get, set] |
bool | IsStranger [get] |
Returns true if the person is a stranger. More... | |
A face event. A face event is generated every time the observation of a face changes. E.g. if a face is detected, recognized, etc.
|
virtual |
Returns a copy of the face event.
Reimplemented in RealNetworks.ArgusKit.TrackedRecognizedObjectEvent, and RealNetworks.ArgusKit.TrackedBadgeEvent.
override string RealNetworks.ArgusKit.FaceEvent.ToString | ( | ) |
A debug description.
|
getset |
|
getset |
|
getset |
|
get |
Returns true if the person is a stranger.
|
get |
The local ID of the face.
|
getset |
The normalized bounds of the detected face.
|
getset |
|
get |
|
get |
The person associated with this event.
|
getset |
Pitch of the face.
|
get |
|
getset |
Name of a region (from RegionMap) containing the face.
|
getset |
Roll of the face.
|
getset |
|
get |
The scene thumbnail associated with this event.
|
get |
The face thumbnail associated with this event.
|
get |
|
getset |
The presentation time stamp of the video frame in which the event occurs.
|
getset |
The event type.
|
getset |
Yaw of the face.