ModalitiesVerifyMatcher is template matcher that uses Innovatrics proprietary verification algorithm.
More...
#include <ModalitiesVerifyMatcher.h>
ModalitiesVerifyMatcher is template matcher that uses Innovatrics proprietary verification algorithm.
It is configurable via ModalitiesVerifyMatcher::Config verifies probe against gallery template.
◆ ModalitiesVerifyMatcher() [1/4]
◆ ModalitiesVerifyMatcher() [2/4]
Constructor uses Config to setup matching algorithm.
- Parameters
-
| config | is matching algorithm configuration. |
| executor | MultiModalityExecutor used for matching |
- Exceptions
-
| NullArgumentException | when executor is null |
◆ ModalitiesVerifyMatcher() [3/4]
Constructor uses Config to setup matching algorithm.
- Parameters
-
| config | is matching algorithm configuration. |
| executor | MultiModalityExecutor used for matching |
| logger | logger used for logging |
- Exceptions
-
| NullArgumentException | when executor is null |
◆ ModalitiesVerifyMatcher() [4/4]
Constructor with default Config.
- Parameters
-
| executor | MultiModalityExecutor used for matching |
- Exceptions
-
| NullArgumentException | when executor is null |
◆ Match() [1/2]
|
|
inlinenodiscardfinalvirtual |
Calculates similarity score of probe and gallery applicant template for each modality.
This is convenient function to check similarity of applicants. It is not efficient because it always creates probe and gallery ModalitiesTemplate.
- Parameters
-
- Returns
- similarity ModalityScore
- Exceptions
-
| EnrollmentException | when it is not possible to create template or match created templates |
Reimplemented from ModalitiesMatcher.
References Match().
Referenced by Match().
◆ Match() [2/2]
|
|
inlinenodiscardfinalvirtual |
◆ MatchFaces()
Calculates face similarity score of probe and gallery that contains only faces.
It compares each probe face against each gallery face and return max score from all comparisons.
- Parameters
-
| probe | probe faces |
| gallery | gallery faces |
- Returns
- similarity FaceSimilarityScore
- Exceptions
-
| EnrollmentException | when it is not possible to match templates |
Referenced by Match().
◆ MatchIrises()
Calculates face similarity score of probe and gallery that contains only irises.
- Parameters
-
| probe | probe irises |
| gallery | gallery irises |
- Returns
- similarity IrisSimilarityScore
- Exceptions
-
| EnrollmentException | when it is not possible to match templates |
References LEFT_EYE, and RIGHT_EYE.
Referenced by Match().
◆ MatchPrints()
The documentation for this class was generated from the following file: