I built OpenCV 4.5.5 from source for x64 on Windows and was able to run all the perf tests on my desktop. Then I built OpenCV 4.5.5 from source for Android x64 (my target platform, yes it is x64) with perf tests. The resulting tests seem to be in the <Opencv_dir>/bin directory. The files are 64 ELF files such as opencv_perf_dnn for the dnn module. I am fairly new to Android and think the only way to run something on an android device is with an apk file. Will the modules/ts/misc/run.py script that runs the perf tests somehow run these ELF files on my android device without them being apks? I do not know what the expected result of my Android build of the perf tests should be.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
OpenCV Bad performance Android | 2 | 1097 | November 2, 2022 | |
Using opencv on mobile devices | 0 | 358 | December 15, 2023 | |
Build opencv sdk for android with only some module | 0 | 747 | October 28, 2021 | |
Is there a step-by-step guide on how to build OpenCV with extra modules for Andoird in 2022? | 8 | 6741 | February 9, 2023 | |
Problem linking OpenCV to Unity/Android App (Android Studio) | 0 | 582 | July 14, 2023 |