Enrollment 28.2.0
Loading...
Searching...
No Matches
IndexedModalitiesGallery.h File Reference
#include "enrollment/Export.h"
#include "enrollment/ModalitiesTemplate.h"
#include <shared_mutex>
#include <unordered_map>
Include dependency graph for IndexedModalitiesGallery.h:
This graph shows which files directly or indirectly include this file:

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...

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

◆ IndexedModalitiesGalleryType

enum class IndexedModalitiesGalleryType : uint8_t
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.

Note
Not supported in this variant of Enrollment SDK.