|
Enrollment 28.2.0
|
#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>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... | |
|
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.
|