|
Enrollment 28.2.0
|
#include "enrollment/Export.h"#include "enrollment/ModalitiesTemplate.h"#include <shared_mutex>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | IndexedModalitiesGalleryConfig |
| IndexedModalitiesGallery configuration. More... | |
| class | IndexedModalitiesGallery |
| Gallery of references identifiers. More... | |
| class | IndexedModalitiesGallery::ModalitiesIdentifiers |
| Contains candidates per each modality. More... | |
Enumerations | |
| enum class | IndexedModalitiesGalleryType : uint8_t { PRINT_ICS_TEMPLATE = 0 , PRINT_EMBEDDING = 1 } |
| Type of IndexedModalitiesGallery. More... | |
|
strong |
Type of IndexedModalitiesGallery.
| 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.
|