ARCore – 使用给定坐标实时增强图像

ARCore – Augment an image in realtime with the given coordinates

我在 Android Studio 中使用 ARCore。我的应用程序将提供 XYZ 坐标。我想要在确定位置渲染的 3D 图像。

Image DetectionPlane Detection 是 ARCore 或其他 AR 框架中的不同技术。当您实现 ARCore 的 图像检测 功能以在场景中放置 3D 模型时,您可以使用 following code.

如果你想实现一个平面检测功能阅读Googlearticle它不仅包含信息关于平面检测,还有关于光线投射和命中。