You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
samuelgoto
changed the title
Support for tracked images
Support for tracking 2d printed images
Aug 7, 2018
Tracked images is a definite AR use case, but we'd need to think about how
they would be used with Artifacts. Most tracked images are used in very
constrained vertical solutions (e.g., in the context of a particular app
or website), not as part of a horizontal AR Cloud or "world browser." If
we imagine millions or hundreds of millions of tracked image Artifacts, it
suddenly becomes really challenging to think about how that would work ...
a user agent continually scanning the environment for matching images
against a huge corpus would probably not scale.
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?
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?
The text was updated successfully, but these errors were encountered: