|
Enrollment 28.2.0
|
ICSVerifyMatcher is template matcher that uses Innovatrics proprietary verification algorithm. More...
#include <ICSVerifyMatcher.h>
Classes | |
| class | Artifact |
| Interface that generalize storing of artifacts that are produced during matching. More... | |
| class | Artifacts |
| It contains all added artifacts that were created during matching. More... | |
| class | MatchingMinutiae |
| It enables creation of matching minutiae during matching. More... | |
| class | Config |
| ICSVerifyMatcher configuration. More... | |
Public Member Functions | |
| PrintSimilarityScore | Match (const ICSTemplate &probe, const ICSTemplate &gallery) const final |
| Calculates similarity score of probe and gallery template. | |
| PrintSimilarityScore | Match (const ICSTemplate &probe, const ICSTemplate &gallery, Artifact &artifact) const |
| Calculates similarity score of probe and gallery template and provide artifacts. | |
| ICSVerifyMatcher () | |
| Constructor with default Config GlobalPrintExecutor is used to execute matching. | |
| ICSVerifyMatcher (Config config) | |
| Constructor uses Config to setup matching algorithm. | |
| ICSVerifyMatcher (Config config, std::shared_ptr< PrintExecutor > executor) | |
| Constructor uses Config to setup matching algorithm. | |
| ICSVerifyMatcher (std::shared_ptr< PrintExecutor > executor) | |
| Constructor with default Config. | |
ICSVerifyMatcher is template matcher that uses Innovatrics proprietary verification algorithm.
It is configurable via ICSVerifyMatcher::Config verifies probe against gallery template.
|
inlineexplicit |
Constructor uses Config to setup matching algorithm.
GlobalPrintExecutor is used to execute matching.
| config | is matching algorithm configuration. |
|
inline |
Constructor uses Config to setup matching algorithm.
| config | is matching algorithm configuration. |
| executor | PrintExecutor used for matching |
| NullArgumentException | when executor is null |
|
inlineexplicit |
Constructor with default Config.
| executor | PrintExecutor used for matching |
| NullArgumentException | when executor is null |
|
inlinenodiscardfinalvirtual |
Calculates similarity score of probe and gallery template.
| probe | probe ICSTemplate |
| gallery | gallery ICSTemplate |
Implements ICSMatcher.
References Match().
Referenced by Match().
|
inlinenodiscard |
Calculates similarity score of probe and gallery template and provide artifacts.
| probe | probe ICSTemplate |
| gallery | gallery ICSTemplate |
| artifact | Artifact |
References CallbackLogger::GetCallbacks(), and ICSTemplate::icsTemplateData.