viromedia / virocore

ViroCore cross-platform AR/VR renderer
MIT License
371 stars 108 forks source link

[AR] Image Recognition #243

Closed HLneoh closed 5 years ago

HLneoh commented 5 years ago

Environment

Please provide the following information about your environment:

  1. OS: Windows, Linux
  2. Device(s): Samsung A5

Description

I intend to apply image recognition to detect a building and display 2D text about the name of building. I implemented it by using the example of Black Panther as my base. However, my phone cannot detect the building and find the anchor. I guess because viro core only can recognize 2d image? If not, may I know how to make it possible detect 3d image such as a building image?

Reproducible Demo

Below is the picture of the building that I want to detect.

logo3

dam00n commented 5 years ago

Correct, ARCore image recognition only support 2D images. Object detection is not support. One work around might be to use the signage on a building as the marker for tracking and positioning.

HLneoh commented 5 years ago

@dam00n thanks for the comment.