vpi.KeypointF32

class vpi.KeypointF32

Define a keypoint with float32 coordinates.

A keypoint is defined by its position (x, y) in the image.

Attributes

dtype

Data type of the keypoint fields.

x

Keypoint x coordinate.

y

Keypoint y coordinate.