Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
|
Result of index search. More...
#include <IIndex.h>
Public Member Functions | |
SearchResult () noexcept | |
Default constructor. | |
SearchResult (float distance, float similarity, DescriptorId index) noexcept | |
Construct structure with parameters. More... | |
Public Member Functions inherited from fsdk::MatchingResult | |
MatchingResult (void) noexcept | |
Initializes result to default values. | |
MatchingResult (float distance, float similarity) noexcept | |
Initializes result. More... | |
Public Attributes | |
DescriptorId | index |
Identificator of descriptor in some storage. | |
Public Attributes inherited from fsdk::MatchingResult | |
float | distance |
distance between descriptor vectors. | |
float | similarity |
similarity (normalized in [0..1] range). | |
Result of index search.
|
inlinenoexcept |
Construct structure with parameters.
[in] | distance | Distance between descriptors. |
[in] | similarity | Similarity between descriptors. |
[in] | index | Index of found descriptors in some storage. |