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

Missing OpenCV Libraries on Windows #368

Closed gfiumara closed 4 months ago

gfiumara commented 10 months ago

OpenCV libraries are not included in lib in the Windows installers, but they are necessary to link any custom programs, including those in our examples directory.

gfiumara commented 4 months ago

We actually do. They're in <arch>/<runtime>/staticlib. Users should use CMake variable ${OpenCV_LIBS} to find them though (the OpenCV CMake config is at the NFIQ 2 installation root).