Human body detection using OpenCV in Android

耗尽温柔 提交于 2019-12-21 05:35:20

问题


I want to create an Android application in which i want to detect human body from an image. I haven't started coding yet(its just an idea), so i am not able to show you any codes. I heard about OpenCV face detection for android. I have tried to use OpenCV face detection, But since i am newbie in android, i am not able to do so.

My question is "Is there anything in OpenCV that can help me to detect whole human body rather than just face?", if YES then "is there any tutorials regarding this?"

thanks for HELP in advance.


回答1:


Yes, it is possible to detect the human body in the form of images or videos using OpenCV, follow the steps below in order to start:

Step1

Create a new OpenCV project in Android Studio. In this tutorial, it explains how to create a new OpenCV project in Android Studio.

Step2

The following links explain Human detection using OpenCV:

  • HOG Person Detector Tutorial

  • People Detection in OpenCV



来源:https://stackoverflow.com/questions/44363412/human-body-detection-using-opencv-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!