Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RepresentationFace.cs
2{
7 {
23 {
24 this.FaceImageType = FaceImageType;
25 this.Gender = Gender;
26 this.EyeColour = EyeColour;
27 this.HairColour = HairColour;
28 }
29
34
38 public Gender Gender { get; }
39
43 public EyeColour EyeColour { get; }
44
48 public HairColour HairColour { get; }
49 }
50}
Contains a representation of biometric data of a face.
RepresentationFace(FaceImageType FaceImageType, ImageDataType ImageDataType, int Width, int Height, byte[] ImageData, Gender Gender, EyeColour EyeColour, HairColour HairColour)
Contains a representation of biometric data of a face.
Contains a representation of biometric data.
FaceImageType
ICAO 9303 / ISO 19794-5 face image type.
Definition: FaceImageType.cs:7
ImageDataType
ICAO 9303 / ISO 19794-5 image data type.
Definition: ImageDataType.cs:7
HairColour
ISO 19794-5 hair colour enumeration.
Definition: HairColour.cs:7
EyeColour
ISO 19794-5 eye colour enumeration.
Definition: EyeColour.cs:7
Gender
ISO 19794-5 gender enumeration.
Definition: Gender.cs:7