usnistgov / NFIQ2

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

Moving FPU Set to Compute Quality Features #258

Closed afiglarz closed 3 years ago

afiglarz commented 3 years ago

Closes #78

Moved set_fpu() to QualityFeatures namespace and renamed to setFPU for consistency. Moved the check for Linux 32-bit inside of the function to allow for all OS to make the check - allowing for cleaner looking code.