How to Detect Physical object in Android Augmented Reality?

前端 未结 4 1074
不思量自难忘°
不思量自难忘° 2020-12-24 01:51

I found many ways to detect different shapes. But hard luck when I am going for a physical object. From what I read we should have a black border around images to make a pat

4条回答
  •  执笔经年
    2020-12-24 02:10

    Since 2018 you can detect objects in Android apps & ARCore apps.

    In May 2018 Google announced a mobile SDK – ML Kit, that's a machine learning API for Android and iOS developers that you can use along with ARCore SDK (what now has Augmented Images API and Augmented Faces API). At the moment it's still in beta stage but it's got the following working features:

    Google ML Kit engineers say about it the following:

    ML Kit brings Google's machine learning expertise to Android and iOS apps in a powerful yet easy-to-use package. Whether you're new or experienced in machine learning, you can implement the functionality you need in just a few lines of code. There's no need to have deep knowledge of neural networks or model optimization to get started. On the other hand, if you are an experienced ML developer, ML Kit provides convenient APIs that help you use your custom TensorFlow Lite models in your mobile apps.

提交回复
热议问题