This project is about android human detection by using OpenCV-object-detection
First of all, you have to implement OpenCV-android to this project.
Some tutorials :
This project using two types of algorithms for Edge Detection.
- Canny (implemented from opencv, document here)
- Custom Algorithm