Enrollment 28.2.0
Loading...
Searching...
No Matches
ModalitiesGallery.h File Reference
#include "enrollment/Export.h"
#include "enrollment/IndexedModalitiesGallery.h"
#include "enrollment/ModalitiesTemplate.h"
#include "enrollment/ModalitiesVerifyMatcher.h"
#include "enrollment/Print/PrintExecutor.h"
#include "enrollment/SimilarityScore.h"
#include <shared_mutex>
#include <unordered_map>
Include dependency graph for ModalitiesGallery.h:

Go to the source code of this file.

Classes

class  ModalitiesGalleryReference
 The reference interface for ModalitiesGallery. More...
class  ModalitiesGalleryIndexedTemplate
 Modalities gallery reference with number identifier and template. More...
class  ModalitiesGalleryConfig
 ModalitiesGallery configuration. More...
class  ModalitiesGallery
 Gallery of references. More...
class  ModalitiesGallery::ModalitiesCandidates
 Contains candidates per each modality. More...
class  ModalitiesGallery::Candidate
 Found candidate. More...

Enumerations

enum class  ModalitiesGalleryType : uint8_t { PRINT_ICS_TEMPLATE = 0 , PRINT_EMBEDDING = 1 }
 Type of ModalitiesGallery. More...

Detailed Description

Author
Stefan Bellus stefa.nosp@m.n.be.nosp@m.llus@.nosp@m.inno.nosp@m.vatri.nosp@m.cs.c.nosp@m.om
Date
16.08.2021

Enumeration Type Documentation

◆ ModalitiesGalleryType

enum class ModalitiesGalleryType : uint8_t
strong

Type of ModalitiesGallery.

Enumerator
PRINT_ICS_TEMPLATE 

The gallery identification of candidates is based on print ICSTemplate.

The identification is slower than embedding based identification, but ICSTemplate extraction is faster.

PRINT_EMBEDDING 

The gallery identification of candidates is based on print EmbeddingTemplate.

The identification is faster than ICSTemplate based identification, but EmbeddingTemplate extraction is slower.

Note
Not supported in this variant of Enrollment SDK.