husaynhakeem / android-face-detector

A real-time face detection Android library
MIT License
477 stars 79 forks source link

added callbacks for face detection result in activity #13

Open MiRobotic opened 4 years ago

MiRobotic commented 4 years ago

while using face detection, developer may need to do something when face detected in camera. hence i added callbacks for face detection process in main activity. if you find this helpful then you can accept this pull request.

thanks.