Human detection on android phones
I have downloaded OpenCV 4 and Android Studio 3.3.2 and am looking for a tutorial to detect humans (preferably using Haar cascades) in a video input to android. Any leads?
I have already created apks for some simple OpenCV functions (like conversion of a coloured image to grayscale). Also using the mobile vision api of google, I was able to make face detection apks. No success yet with human detection.
I want to detect humans for one of my apps. but the problem is im a arts student and i know coding so i started building my app through a online webisite (after reading this article) The issue is the online website I'm using to design app has no such option, so I was thinking, is there any way to add OpenCV in the project? Thanks