Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for tracking 2d printed images #3

Open
samuelgoto opened this issue Aug 7, 2018 · 1 comment
Open

Support for tracking 2d printed images #3

samuelgoto opened this issue Aug 7, 2018 · 1 comment

Comments

@samuelgoto
Copy link
Owner

samuelgoto commented Aug 7, 2018

Both ARKit and ARCore have gained the ability to track 2d images in the real world based on an example and real world dimensions. Here are some notes I took here while reading these APIs.

https://developer.apple.com/documentation/arkit/recognizing_images_in_an_ar_experience

What should that look like as a landmark?

{
  @type: Artifact,
  asset: "vase.gltf",
  landmark: {
    @type: TrackedImage,
    url: "example.jpg",
    dimensions: {
      width: "30cm",
      height: "10cm",
      depth: "2cm"
    }
  }
}

Specifically, what are the properties of a tracked image? How are the dimensions used? What's the notation for units (css-like notation)? what should we call them?

@samuelgoto samuelgoto changed the title Support for tracked images Support for tracking 2d printed images Aug 7, 2018
@skonig-google
Copy link

skonig-google commented Aug 12, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants