eRPRM_Authenticity
eRPRM_Authenticity
enumeration contains identifiers determining the possibility of performing different authenticity control procedures using the images for definite lighting schemes.
class eRPRM_Authenticity {
static const int NONE = 0;
static const int UV_LUMINESCENCE = 1;
static const int IR_B900 = 2;
static const int IMAGE_PATTERN = 4;
static const int AXIAL_PROTECTION = 8;
static const int UV_FIBERS = 16;
static const int IR_VISIBILITY = 32;
static const int OCR_SECURITY_TEXT = 64;
static const int IPI = 128;
static const int PHOTO_EMBED_TYPE = 512;
static const int HOLOGRAMS = 4096;
static const int PHOTO_AREA = 8192;
static const int PORTRAIT_COMPARISON = 32768;
static const int BARCODE_FORMAT_CHECK = 65536;
static const int KINEGRAM = 131072;
static const int HOLOGRAMS_DETECTION = 524288;
}
Constant | Description |
---|---|
NONE | no authenticity control procedure provided for this document |
UV_LUMINESCENCE | document material UV fluorescence control (check for presence of UV dull paper) is provided for this document |
IR_B900 | control of MRZ contrast using the image for IR lighting scheme is provided for this document |
IMAGE_PATTERN | luminescent fragments presence control using the images for UV lighting scheme is provided for this document |
AXIAL_PROTECTION | UV fluorescence of protection fibers control is provided for this document |
UV_FIBERS | blank elements visibility control using the images for IR lighting scheme is provided for this document |
IR_VISIBILITY | authenticity control using the images for white coaxial light scheme is provided for this document |
OCR_SECURITY_TEXT | make OCR for the text field in UV and compare it with other text sources |
IPI | find invisible personal information images |
PHOTO_EMBED_TYPE | check photo is printed or sticked |
HOLOGRAMS | reserved for internal use |
PHOTO_AREA | reserved for internal use |
PORTRAIT_COMPARISON | portrait comparison |
BARCODE_FORMAT_CHECK | barcode format check |
KINEGRAM | kinegram |
HOLOGRAMS_DETECTION | reserved for internal use |