|
Enrollment 28.2.0
|
EmbeddingVerifyMatcher is template matcher that uses Innovatrics proprietary verification algorithm. More...
#include <EmbeddingVerifyMatcher.h>
Public Member Functions | |
| PrintSimilarityScore | Match (const EmbeddingTemplate &probe, const EmbeddingTemplate &gallery) const final |
| Calculates similarity score of probe and gallery template. | |
| EmbeddingVerifyMatcher () | |
| Constructor with default logger, executor and matcher module GlobalPrintExecutor is used to execute matching. | |
| EmbeddingVerifyMatcher (std::shared_ptr< PrintExecutor > executor) | |
| Constructor with custom executor . | |
EmbeddingVerifyMatcher is template matcher that uses Innovatrics proprietary verification algorithm.
|
inline |
Constructor with default logger, executor and matcher module GlobalPrintExecutor is used to execute matching.
|
inlineexplicit |
Constructor with custom executor .
| executor | PrintExecutor used for matching |
| NullArgumentException | when executor is null |
|
inlinenodiscardfinalvirtual |
Calculates similarity score of probe and gallery template.
| probe | probe EmbeddingTemplate |
| gallery | gallery EmbeddingTemplate |
Implements EmbeddingMatcher.
References CallbackLogger::GetCallbacks().