TestAugmentedImage


class TestAugmentedImage : TestTrackable


Represents an image in the test environment.

Summary

Public constructors

Public properties

Pose

Pose at the center of the augmented image

FloatSize2d

the FloatSize2d extents used to determine the size of the image

Int

the index of the augmented image in the database

open Boolean

indicates whether the trackable object is currently in view of the runtime

Public constructors

TestAugmentedImage

Added in 1.0.0-alpha14
TestAugmentedImage(index: Int)

Public properties

centerPose

Added in 1.0.0-alpha14
var centerPosePose

Pose at the center of the augmented image

extents

Added in 1.0.0-alpha14
var extentsFloatSize2d

the FloatSize2d extents used to determine the size of the image

index

Added in 1.0.0-alpha14
var indexInt

the index of the augmented image in the database

isVisible

open var isVisibleBoolean

indicates whether the trackable object is currently in view of the runtime