You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log.d(LOG_TAG, "detectFaces: number of faces = " + faces.size());
58
60
61
+
// TODO (7): Create a variable called resultBitmap and initialize it to the original picture bitmap passed into the detectFacesAndOverlayEmoji() method
59
62
// If there are no faces detected, show a Toast message
// TODO (2): Have the method return the selected Emoji type.
129
140
}
130
-
141
+
142
+
// TODO (6) Create a method called addBitmapToFace() which takes the background bitmap, the Emoji bitmap, and a Face object as arguments and returns the combined bitmap with the Emoji over the face.
0 commit comments