Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RepresentationFace.cs
1
namespace
NeuroAccess.Nfc.TravelDocuments.ISO19794
2
{
6
public
class
RepresentationFace
:
Representation
7
{
19
public
RepresentationFace
(
FaceImageType
FaceImageType
,
ImageDataType
ImageDataType
,
20
int
Width
,
int
Height
,
byte
[]
ImageData
,
Gender
Gender
,
EyeColour
EyeColour
,
21
HairColour
HairColour
)
22
: base(
ImageDataType
,
Width
,
Height
,
ImageData
)
23
{
24
this.FaceImageType =
FaceImageType
;
25
this.Gender =
Gender
;
26
this.EyeColour =
EyeColour
;
27
this.HairColour =
HairColour
;
28
}
29
33
public
FaceImageType
FaceImageType
{
get
; }
34
38
public
Gender
Gender
{
get
; }
39
43
public
EyeColour
EyeColour
{
get
; }
44
48
public
HairColour
HairColour
{
get
; }
49
}
50
}
NeuroAccess.Nfc.TravelDocuments.ISO19794.RepresentationFace
Contains a representation of biometric data of a face.
Definition:
RepresentationFace.cs:7
NeuroAccess.Nfc.TravelDocuments.ISO19794.RepresentationFace.HairColour
HairColour HairColour
Hair colour
Definition:
RepresentationFace.cs:48
NeuroAccess.Nfc.TravelDocuments.ISO19794.RepresentationFace.EyeColour
EyeColour EyeColour
Eye colour
Definition:
RepresentationFace.cs:43
NeuroAccess.Nfc.TravelDocuments.ISO19794.RepresentationFace.RepresentationFace
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.
Definition:
RepresentationFace.cs:19
NeuroAccess.Nfc.TravelDocuments.ISO19794.RepresentationFace.FaceImageType
FaceImageType FaceImageType
Face image type.
Definition:
RepresentationFace.cs:33
NeuroAccess.Nfc.TravelDocuments.ISO19794.RepresentationFace.Gender
Gender Gender
Gender
Definition:
RepresentationFace.cs:38
NeuroAccess.Nfc.TravelDocuments.ISO19794.Representation
Contains a representation of biometric data.
Definition:
Representation.cs:7
NeuroAccess.Nfc.TravelDocuments.ISO19794.Representation.Width
int Width
Width of image, in pixels.
Definition:
Representation.cs:32
NeuroAccess.Nfc.TravelDocuments.ISO19794.Representation.Height
int Height
Height of image, in pixels.
Definition:
Representation.cs:37
NeuroAccess.Nfc.TravelDocuments.ISO19794.Representation.ImageData
byte[] ImageData
Raw binary image data.
Definition:
Representation.cs:42
NeuroAccess.Nfc.TravelDocuments.ISO19794
Definition:
BiometricDataInterchangeRecord.cs:2
NeuroAccess.Nfc.TravelDocuments.ISO19794.FaceImageType
FaceImageType
ICAO 9303 / ISO 19794-5 face image type.
Definition:
FaceImageType.cs:7
NeuroAccess.Nfc.TravelDocuments.ISO19794.ImageDataType
ImageDataType
ICAO 9303 / ISO 19794-5 image data type.
Definition:
ImageDataType.cs:7
NeuroAccess.Nfc.TravelDocuments.ISO19794.HairColour
HairColour
ISO 19794-5 hair colour enumeration.
Definition:
HairColour.cs:7
NeuroAccess.Nfc.TravelDocuments.ISO19794.EyeColour
EyeColour
ISO 19794-5 eye colour enumeration.
Definition:
EyeColour.cs:7
NeuroAccess.Nfc.TravelDocuments.ISO19794.Gender
Gender
ISO 19794-5 gender enumeration.
Definition:
Gender.cs:7
NeuroAccessMaui
NeuroAccess.Nfc
TravelDocuments
ISO19794
RepresentationFace.cs
Generated by
1.9.5