Member-only story

Image Segmentation in Android with Fritz AI

Add image segmentation capabilities to your mobile apps using Fritz AI

Derrick Mwiti
5 min readNov 23, 2020

Image segmentation (also knowns as semantic segmentation) refers to the process of linking each pixel in an image to a class label. These labels could include a person, car, flower, piece of furniture, etc., just to mention a few. We have covered image segmentation before here and here. In this guide, we’ll look at how this can be done in Android mobile applications.

Getting Started

The first step is to create an Android project. Once you do, note the application ID. Next, log into your Fritz account and register the application. This will set up communication between your application and Fritz AI.

Click on the next button and name your application. While you are there, don’t forget to enter your application ID. You can find the ID in your app’s build.gradle file.

--

--

No responses yet