|
Enrollment 28.2.0
|
EmbeddingExtractor creates Innovatrics proprietary embedding print template. More...
#include <IdentificationEmbeddingExtractor.h>
Public Member Functions | |
| std::shared_ptr< ExtractedPrintEmbedding > | Extract (const std::shared_ptr< Print > &print) const final |
| Function creates embedding template for given Print. | |
| IdentificationEmbeddingExtractor () | |
| Constructs new IdentificationEmbeddingExtractor. | |
| IdentificationEmbeddingExtractor (std::shared_ptr< PrintExecutor > executor) | |
| Constructs new IdentificationEmbeddingExtractor. | |
EmbeddingExtractor creates Innovatrics proprietary embedding print template.
|
inline |
Constructs new IdentificationEmbeddingExtractor.
GlobalPrintExecutor is used extraction execution.
| EnrollmentException | when cannot initialize module |
|
inlineexplicit |
Constructs new IdentificationEmbeddingExtractor.
| executor | PrintExecutor to use for extraction execution |
| NullArgumentException | when executor is null |
| EnrollmentException | when cannot initialize module |
|
inlinenodiscardfinalvirtual |
Function creates embedding template for given Print.
The IFinger library is used to create embedding template.
| Print to extract |
| NullArgumentException | when print is null |
Implements EmbeddingExtractor.