8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
6.2.14.4 d states:
For each (16 × 16) pixels local region V in I:
But two lines below this is followed by
NOTE Up to and including in version NFIQ 2.2, V is implemented as a (16 × 16) pixels region.
So presumably this is now 32? What does the code say?
If this is 32x32, we also need to change 3510 to 800 (the maximum number of 32x32 blocks in 800x1000 pixel).
Even better, divide by the actual block-count. As is, this quality value not only measures coherence, but also size.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
6.2.14.4 d states:
For each (16 × 16) pixels local region V in I:
But two lines below this is followed by
NOTE Up to and including in version NFIQ 2.2, V is implemented as a (16 × 16) pixels region.
So presumably this is now 32? What does the code say?
If this is 32x32, we also need to change 3510 to 800 (the maximum number of 32x32 blocks in 800x1000 pixel).
Even better, divide by the actual block-count. As is, this quality value not only measures coherence, but also size.
The text was updated successfully, but these errors were encountered: