openalpr-android
openalpr-android copied to clipboard
Which version of OpenALPR was 'libopenalpr-native.so' build upon ?
readelf -Ws libopenalpr-native.so shows
51: 0005a625 12 FUNC GLOBAL DEFAULT 7 Java_org_openalpr_AlprJNIWrapper_recognizeWithCountryRegionNConfig
52: 0005a631 56 FUNC GLOBAL DEFAULT 7 Java_org_openalpr_AlprJNIWrapper_recognizeWithCountryNRegion
53: 0005a669 96 FUNC GLOBAL DEFAULT 7 Java_org_openalpr_AlprJNIWrapper_recognize
However, those functions do not appear when building OpenALPR into a shared object. Also, the name of the library is rather libopenalprjni.so or libopenalpr.so but never libopenalpr-native.so.
Is that some kind of custom build ?
@ArthurAttout It seems that this is the build used.