mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Allow drivers to specify custom bz3 match threshold
aes4000 detects fewer minutiae and hence returns lower scores.
This commit is contained in:
@@ -127,6 +127,7 @@ struct fp_img_driver {
|
||||
int img_width;
|
||||
int img_height;
|
||||
unsigned int enlarge_factor;
|
||||
int bz3_threshold;
|
||||
|
||||
/* Device operations */
|
||||
int (*init)(struct fp_img_dev *dev, unsigned long driver_data);
|
||||
|
||||
Reference in New Issue
Block a user