vpi.Type

class vpi.Type

Define the type of an array.

It defines the type of elements in an array.

Enumeration values

vpi.Type.S8

Signed 8-bit.

vpi.Type.U8

Unsigned 8-bit.

vpi.Type.S16

Signed 16-bit.

vpi.Type.U16

Unsigned 16-bit.

vpi.Type.U32

Unsigned 32-bit.

vpi.Type.KEYPOINT

vpi.Keypoint element.

vpi.Type.HOMOGRAPHY_TRANSFORM_2D

vpi.HomographyTransform2D element.

vpi.Type.KLT_TRACKED_BOUNDING_BOX

vpi.KLTTrackedBoundingBox element.