|
Zephyr Project API 4.3.99
A Scalable Open Source RTOS
|
Result from a biometric match operation. More...
#include <biometrics.h>
Data Fields | |
| int32_t | confidence |
| Confidence/match score (sensor-specific scale, higher is better) | |
| uint16_t | template_id |
| Matched template ID (for IDENTIFY mode, or verified ID for VERIFY mode) | |
| uint8_t | image_quality |
| Quality score of the captured sample used for matching (0-100) | |
Result from a biometric match operation.
| int32_t biometric_match_result::confidence |
Confidence/match score (sensor-specific scale, higher is better)
| uint8_t biometric_match_result::image_quality |
Quality score of the captured sample used for matching (0-100)
| uint16_t biometric_match_result::template_id |
Matched template ID (for IDENTIFY mode, or verified ID for VERIFY mode)