Information about the position and orientation of an image detected in a world-tracking AR session.
SDK
- iOS 11.3+
Framework
- ARKit
Declaration
@interface ARImageAnchor : ARAnchor
Overview
When you run a world-tracking AR session and specify ARReference
objects for the session configuration's detection
property, ARKit searches for those images in the real-world environment. When the session recognizes an image, it automatically adds an ARImage
for each detected image to its list of anchors.
To find the extent of a recognized image in the scene, use the inherited transform
property together with the physical
of the anchor's reference
.