SAFR Windows SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
RealNetworks.ArgusKit.RecognitionCandidate Struct Reference

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...
 

Detailed Description

A recognition candidate is an image which contains a face and for which we want to potentially attempt a recognition.

Property Documentation

◆ CenterPoseQuality

double RealNetworks.ArgusKit.RecognitionCandidate.CenterPoseQuality
get

Returns the quality measure of the current best-thumbnail-for-recognition thumbnail.

◆ CreationTime

Timestamp RealNetworks.ArgusKit.RecognitionCandidate.CreationTime
getset

Returns the time when this candidate was created.

◆ DepthData

IDepthData RealNetworks.ArgusKit.RecognitionCandidate.DepthData
get

Returns the depth data for liveness checks.

◆ IdentityRecognitionThresholdBoost

double RealNetworks.ArgusKit.RecognitionCandidate.IdentityRecognitionThresholdBoost
getset

The amount to boost the identityRecognitionThreshold (property in the face recognizer configuration) by for this specific recognition candidate.

◆ ImageContrastQuality

double RealNetworks.ArgusKit.RecognitionCandidate.ImageContrastQuality
get

What is the contrast quality of the image from which this object was taken?

◆ ImageSharpnessQuality

double RealNetworks.ArgusKit.RecognitionCandidate.ImageSharpnessQuality
get

How sharp was the image from which this object was taken?

◆ NormalizedBounds

RectangleF RealNetworks.ArgusKit.RecognitionCandidate.NormalizedBounds
get

The bounding box after normalization.

◆ Person

Person RealNetworks.ArgusKit.RecognitionCandidate.Person
getset

The person information.

◆ Pitch

double RealNetworks.ArgusKit.RecognitionCandidate.Pitch
get

What is the face pitch (forward/backward face movement ) of the image from which this face was taken?

◆ PixelBounds

RectangleF RealNetworks.ArgusKit.RecognitionCandidate.PixelBounds
get

The object bounding box in pixels, expanded by thumbnail expansion factor (default 50%).

◆ Roll

double RealNetworks.ArgusKit.RecognitionCandidate.Roll
get

What is the face roll (side/side tilt movement) of the image from which this face was taken?

◆ SceneThumbnail

BitmapSource RealNetworks.ArgusKit.RecognitionCandidate.SceneThumbnail
get

Returns the scene image.
This is the image of the scene from which the object thumbnail was extracted.

◆ Seed

Int64 RealNetworks.ArgusKit.RecognitionCandidate.Seed
get

Returns the globally unique id for this candidate.

◆ SizedThumbnail

BitmapSource RealNetworks.ArgusKit.RecognitionCandidate.SizedThumbnail
get

Returns the face image that is considered to be most suitable for the next recognition attempt.

◆ Thumbnail

BitmapSource RealNetworks.ArgusKit.RecognitionCandidate.Thumbnail
get

Returns the face image that is considered to be most suitable for the next recognition attempt.

◆ Yaw

double RealNetworks.ArgusKit.RecognitionCandidate.Yaw
get

What is the face yaw (left/right face movement) of the image from which this face was taken?