Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check minutiae angle resolution #5

Open
pavolmarak opened this issue Feb 6, 2020 · 0 comments
Open

Check minutiae angle resolution #5

pavolmarak opened this issue Feb 6, 2020 · 0 comments
Labels
question Further information is requested

Comments

@pavolmarak
Copy link
Owner

pavolmarak commented Feb 6, 2020

There are more minutiae encoding standards that define minutiae angle granularity differently:

  • XYT format (NBIS software by NIST based on ANSI/NIST-ITL 1-2007 standard): 1 degree (valid values 0-359)
  • ISO/IEC 19794-2 format: 1.40625 degree (valid values 0-255)
  • ANSI INCITS 378: 2 degrees (valid values 0-179)

Make sure our extracted minutiae points are converted to the correct representation depending on the selected matching algorithm.

Notes:
Bozorth3 matcher takes minutiae in XYT format. (Option M1 expects minutiae encoded in ANSI INCITS 378 format).
Suprema SDK matcher takes minutiae in ISO/IEC format.

@pavolmarak pavolmarak changed the title Minutiae angle granularity Correct minutiae angle granularity Feb 8, 2020
@pavolmarak pavolmarak changed the title Correct minutiae angle granularity Correct minutiae angle resolution Feb 8, 2020
@pavolmarak pavolmarak changed the title Correct minutiae angle resolution Check minutiae angle resolution Feb 9, 2020
@pavolmarak pavolmarak added the question Further information is requested label Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant