October 2018
Intermediate to advanced
246 pages
6h 26m
English
To run face detection, we need to create an instance of the FirebaseVisionFace class. There are five ways to create a FirebaseVisionFace object. The object can be created from either a bitmap, ByteBuffer, media.Image, ByteArray, or a file on the device.
Then, the created FirebaseVisionImage object will be passed on to the FirebaseVisionFaceDetector object's detectInImage() method.
Read now
Unlock full access