How to Detect Physical object in Android Augmented Reality?

前端 未结 4 1077
不思量自难忘°
不思量自难忘° 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:14

    Have you considered OpenCV for detecting and tracking object? Take a look at Find Objects with a Webcam tutorial (C++ / Qt). OpenCV is available for Android - OpenCV 4 Android.

提交回复
热议问题