A box in 3D space, defined by a 4x4 row-major homogeneous transformation matrix that rotates, translates and scales a box centered at the origin to its location and orientation in 3D space. The box that is transformed is the axis-aligned cube spanning the volume between the points (-1, -1, -1) and (1, 1, 1).

interface AnnotationsBox {
    confidence?: number;
    label?: string;
    matrix: number[];
}

Properties

confidence?: number

The confidence score for the primitive. It should be between 0 and 1.

0

1

label?: string

The label describing what type of object it is

matrix: number[]

The homogeneous transformation matrix