Allow drivers to specify custom bz3 match threshold

aes4000 detects fewer minutiae and hence returns lower scores.
This commit is contained in:
Daniel Drake
2007-11-09 14:57:42 +00:00
parent e3451158e9
commit 71e4bb39ec
3 changed files with 12 additions and 1 deletions

View File

@@ -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);