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 | |
---|---|---|---|---|
Submodule so files for OpenCV4Android | 0 | 271 | February 3, 2021 | |
Android.mk include Opencv.mk | 0 | 406 | December 4, 2023 | |
Build OpenCV as part of Android AOSP | 0 | 892 | December 5, 2022 | |
OpenCV 4.X for Android built with cmake on Linux | 6 | 1745 | September 4, 2021 | |
OpenCV Bad performance Android | 2 | 1074 | November 2, 2022 |