aes1660: remove unneeded lowering of bz3_threshold
Since 5 scans for enroll was introduced it's not necessary to lower bz3_threshold anymore, there's a good probability that scan to verify matches with at least one enrolled sample.
This commit is contained in:
parent
e215b05094
commit
e1728e7c25
1 changed files with 0 additions and 6 deletions
|
@ -104,12 +104,6 @@ struct fp_img_driver aes1660_driver = {
|
|||
.img_height = -1,
|
||||
.img_width = FRAME_WIDTH * SCALE_FACTOR,
|
||||
|
||||
/* temporarily lowered until we sort out image processing code
|
||||
* binarized scan quality is good, minutiae detection is accurate,
|
||||
* it's just that we get fewer minutiae than other scanners (less scanning
|
||||
* area) */
|
||||
.bz3_threshold = 25,
|
||||
|
||||
.open = dev_init,
|
||||
.close = dev_deinit,
|
||||
.activate = aesX660_dev_activate,
|
||||
|
|
Loading…
Reference in a new issue