A recognition candidate is an image which contains a face and for which we want to potentially attempt a recognition. More...
Properties | |
Int64 | Seed [get] |
Returns the globally unique id for this candidate. More... | |
BitmapSource | Thumbnail [get] |
Returns the face image that is considered to be most suitable for the next recognition attempt. More... | |
BitmapSource | SizedThumbnail [get] |
Returns the face image that is considered to be most suitable for the next recognition attempt. More... | |
BitmapSource | SceneThumbnail [get] |
Returns the scene image. This is the image of the scene from which the object thumbnail was extracted. More... | |
IDepthData | DepthData [get] |
Returns the depth data for liveness checks. More... | |
double | CenterPoseQuality [get] |
Returns the quality measure of the current best-thumbnail-for-recognition thumbnail. More... | |
double | Yaw [get] |
What is the face yaw (left/right face movement) of the image from which this face was taken? More... | |
double | Pitch [get] |
What is the face pitch (forward/backward face movement ) of the image from which this face was taken? More... | |
double | Roll [get] |
What is the face roll (side/side tilt movement) of the image from which this face was taken? More... | |
double | ImageSharpnessQuality [get] |
How sharp was the image from which this object was taken? More... | |
double | ImageContrastQuality [get] |
What is the contrast quality of the image from which this object was taken? More... | |
RectangleF | PixelBounds [get] |
The object bounding box in pixels, expanded by thumbnail expansion factor (default 50%). More... | |
RectangleF | NormalizedBounds [get] |
The bounding box after normalization. More... | |
Person | Person [get, set] |
The person information. More... | |
Timestamp | CreationTime [get, set] |
Returns the time when this candidate was created. More... | |
double | IdentityRecognitionThresholdBoost [get, set] |
The amount to boost the identityRecognitionThreshold (property in the face recognizer configuration) by for this specific recognition candidate. More... | |
A recognition candidate is an image which contains a face and for which we want to potentially attempt a recognition.
|
get |
Returns the quality measure of the current best-thumbnail-for-recognition thumbnail.
|
getset |
Returns the time when this candidate was created.
|
get |
Returns the depth data for liveness checks.
|
getset |
The amount to boost the identityRecognitionThreshold (property in the face recognizer configuration) by for this specific recognition candidate.
|
get |
What is the contrast quality of the image from which this object was taken?
|
get |
How sharp was the image from which this object was taken?
|
get |
The bounding box after normalization.
|
getset |
The person information.
|
get |
What is the face pitch (forward/backward face movement ) of the image from which this face was taken?
|
get |
The object bounding box in pixels, expanded by thumbnail expansion factor (default 50%).
|
get |
What is the face roll (side/side tilt movement) of the image from which this face was taken?
|
get |
Returns the scene image.
This is the image of the scene from which the object thumbnail was extracted.
|
get |
Returns the globally unique id for this candidate.
|
get |
Returns the face image that is considered to be most suitable for the next recognition attempt.
|
get |
Returns the face image that is considered to be most suitable for the next recognition attempt.
|
get |
What is the face yaw (left/right face movement) of the image from which this face was taken?