usnistgov / NFIQ2

Optical live-scan and ink fingerprint image quality assessment tool
https://www.nist.gov/services-resources/software/development-nfiq-20
Other
129 stars 57 forks source link

Windows and LINUX, same image got different NFIQ2 score, why? #375

Closed indianscorpion closed 10 months ago

indianscorpion commented 10 months ago

Windows and LINUX, same image got different NFIQ2 score, why? Both are 64-bit. image

gfiumara commented 10 months ago

Almost certainly, you are using your own copy of OpenCV that you build, which likely does not turn off all the optimizations and liberties OpenCV takes. We test NFIQ 2 on millions of images on all supported platforms and show no differences.

indianscorpion commented 10 months ago

I am using your 64-bit release libraries. On windows, I used Nfiq2Api.dll. and on LINUX I used -lnfiq2 -lFRFXLL_static -lopencv_ml -lopencv_imgproc -lopencv_core Does this matter?

gfiumara commented 10 months ago

You are not, because as we established in #367 (now an issue in #368), we accidentally didn't include OpenCV libraries. We need to fix this.