![]() |
Tech5 Client Edition SDK 2.7.0
|
MatchResultkeeps information about matching results. More...
#include <common.h>
Public Attributes | |
enum FINGERS | fingerP |
probe finger number | |
enum FINGERS | fingerG |
gallery finger number | |
int32_t | similarity |
similarity score of compared fingerprints in a range 0...MAX_SCORE | |
uint32_t | numPairs |
number of found minutiae pairs | |
int16_t | minutiaeNum [MAX_MINUTIAE][2] |
int32_t | xcP |
int32_t | ycP |
y coordinate of found minutiae center on probe fingerprint | |
int32_t | xcG |
x coordinate of found minutiae center on gallery fingerprint | |
int32_t | ycG |
y coordinate of found minutiae center on gallery fingerprint | |
int32_t | angle |
clockwise angle rotation of gallery fingerprint relatively probe fingerprint around found minutiae center | |
keeps information about matching results.
int16_t MatchResult::minutiaeNum[MAX_MINUTIAE][2] |
number of corresponded minutiae for probe and gallery template those were found while matching
int32_t MatchResult::xcP |
information for combine fingerprint images: x coordinate of found minutiae center on probe fingerprint