Inversed-Tech / eyelid

Private iris matching
Apache License 2.0
0 stars 0 forks source link

Change iris dimensions to match the production system #102

Closed teor2345 closed 1 month ago

teor2345 commented 1 month ago

Currently we're using iris dimensions of 160x80, but the production dimensions are:

As part of this change we could also improve performance:

And ease of use:

This change also needed fixes to the following design issues:

And bugs:

teor2345 commented 1 month ago

I decided not to change the assertions, because we might want larger polynomials for security or testing reasons.