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

adding a method to read the model file from an Android Archive #333

Open RLessmann opened 2 years ago

RLessmann commented 2 years ago

Android Archives AAR contians an asset folder, which is accessible by using the Android Asset Manager. A reference to the Android Asset manager can be obtained from the App using Java/Kotlin. Within a JNI call the reference must be converted into an opaque C pointer. The NDK Asset Manager functions can then be used to load the model file from the AAR assets.

github-actions[bot] commented 2 years ago

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] commented 2 years ago

:white_check_mark: Conformance regression test passed on all tested platforms.

gfiumara commented 2 years ago

Also: can we push this to branch develop instead? I think that might be more appropriate, since the forwarding of different CMake args is needed.

github-actions[bot] commented 2 years ago

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] commented 2 years ago

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] commented 2 years ago

:white_check_mark: Conformance regression test passed on all tested platforms.