This post was originally published on OpenCV.AI Easier access to OpenCV for Android through Maven Central In December, we released OpenCV 4.9.0. As part of that release, we made Android builds available through the Maven Central repository for the first time. This work is supported by Arm company, the authors of the computer architecture on […]
Face recognition on Android using OpenVINO Toolkit with ARM plugin
Some time ago the article “How to create an application on x86 Android with OpenVINO” has been posted. However, most Android devices use ARM-based chips, so we decided to port the instruction to this platform. OpenVINO supports DL network inference on ARM platforms via ARM plugin, so there is no technical limitations to infer networks […]