I have build and Run c++ lib asm lib and now i need to port it on Android. There are some file operation are there so i need to get some files from Andorid assets.I have try to load on native side using file:///android_asset and other method also but still having error
Model file not found file:///android_asset/muct76.model
If anyone know how to load file in OpenCV for Android then please let me know.