You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FingerJet, the dimension bounds checking happens with asserts that are logically opposite of what we check. For instance, this line in FingerJet should be the opposite check of this line in NFIQ 2. Thus, NFIQ 2 should be checking if the width is < the min, not <=, and > the max, not >=.
(Submitted on behalf of the MITRE MTF and IQS Assessment team.)
The text was updated successfully, but these errors were encountered:
NFIQ2/NFIQ2/NFIQ2Algorithm/src/nfiq2/nfiq2_fingerprintimagedata.cpp
Line 162 in e20b898
In FingerJet, the dimension bounds checking happens with asserts that are logically opposite of what we check. For instance, this line in FingerJet should be the opposite check of this line in NFIQ 2. Thus, NFIQ 2 should be checking if the width is
<
the min, not<=
, and>
the max, not>=
.(Submitted on behalf of the MITRE MTF and IQS Assessment team.)
The text was updated successfully, but these errors were encountered: