October 2018
Intermediate to advanced
246 pages
6h 26m
English
Let's create this instance of a FirebaseVisionImage using an instance of a bitmap, where the object in the image should switch up right and no rotation is needed. We can create the instance by passing a bitmap into the fromBitmap() function ; this will give us a FirebaseVisionImage as follows:
FirebaseVisionImage myImage = FirebaseVisionImage.fromBitmap(bitmap);
Read now
Unlock full access