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

@@ -220,6 +220,9 @@ struct fp_img_driver aes4000_driver = {
.img_width = 96,
.enlarge_factor = 3,
/* temporarily lowered until image quality improves */
.bz3_threshold = 9,
.init = dev_init,
.exit = dev_exit,
.capture = capture,