SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

Which version of OpenALPR was 'libopenalpr-native.so' build upon ? #75

Open ArthurAttout opened 4 years ago

ArthurAttout commented 4 years ago

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 ?

orielg commented 4 years ago

@ArthurAttout It seems that this is the build used.