Skip to main content
Version: Next

Enumeration: CocoKeypoint

Defined in: constants/poseEstimation.ts:6

Standard COCO keypoint enum (17 keypoints). Use for type-safe keypoint access: keypoints[CocoKeypoint.NOSE]

Enumeration Members

LEFT_ANKLE

LEFT_ANKLE: 15

Defined in: constants/poseEstimation.ts:22


LEFT_EAR

LEFT_EAR: 3

Defined in: constants/poseEstimation.ts:10


LEFT_ELBOW

LEFT_ELBOW: 7

Defined in: constants/poseEstimation.ts:14


LEFT_EYE

LEFT_EYE: 1

Defined in: constants/poseEstimation.ts:8


LEFT_HIP

LEFT_HIP: 11

Defined in: constants/poseEstimation.ts:18


LEFT_KNEE

LEFT_KNEE: 13

Defined in: constants/poseEstimation.ts:20


LEFT_SHOULDER

LEFT_SHOULDER: 5

Defined in: constants/poseEstimation.ts:12


LEFT_WRIST

LEFT_WRIST: 9

Defined in: constants/poseEstimation.ts:16


NOSE

NOSE: 0

Defined in: constants/poseEstimation.ts:7


RIGHT_ANKLE

RIGHT_ANKLE: 16

Defined in: constants/poseEstimation.ts:23


RIGHT_EAR

RIGHT_EAR: 4

Defined in: constants/poseEstimation.ts:11


RIGHT_ELBOW

RIGHT_ELBOW: 8

Defined in: constants/poseEstimation.ts:15


RIGHT_EYE

RIGHT_EYE: 2

Defined in: constants/poseEstimation.ts:9


RIGHT_HIP

RIGHT_HIP: 12

Defined in: constants/poseEstimation.ts:19


RIGHT_KNEE

RIGHT_KNEE: 14

Defined in: constants/poseEstimation.ts:21


RIGHT_SHOULDER

RIGHT_SHOULDER: 6

Defined in: constants/poseEstimation.ts:13


RIGHT_WRIST

RIGHT_WRIST: 10

Defined in: constants/poseEstimation.ts:17