Enrollment 28.2.0
Loading...
Searching...
No Matches
EmbeddingMatcher Class Referenceabstract

It is general matcher for Embedding templates. More...

#include <EmbeddingMatcher.h>

Collaboration diagram for EmbeddingMatcher:

Public Member Functions

virtual PrintSimilarityScore Match (const EmbeddingTemplate &probe, const EmbeddingTemplate &gallery) const =0
 Calculates similarity score of probe and gallery template.

Detailed Description

It is general matcher for Embedding templates.

It compares probe and gallery template. Result of comparison is SimilarityScore.

Member Function Documentation

◆ Match()

virtual PrintSimilarityScore Match ( const EmbeddingTemplate & probe,
const EmbeddingTemplate & gallery ) const
nodiscardpure virtual

Calculates similarity score of probe and gallery template.

Parameters
probeprobe Template
gallerygallery Template
Returns
similarity SimilarityScore

Implemented in EmbeddingVerifyMatcher.

Referenced by EmbeddingTemplate::SimilarWith().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: