Google ML KIT Vision Face Detection and face filters

Viewed 184
2 Answers

ML Kit Vision Face Detection uses the "Appearance-Based method -- 4.3.Neural-Networks" method.

in android, we use vision dependency to detect face or text from images or cameras. In this way, if we want to compare images then we use comparison methods and logic. if you are interesting you can search OCR this topic will help you to learn and acknowledge your question

Related