Skip to main content

Class: TensorFlowHandPoseEstimator

Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:4

Implements

Constructors

Constructor

new TensorFlowHandPoseEstimator(): TensorFlowHandPoseEstimator

Returns

TensorFlowHandPoseEstimator

Methods

getHandContext()

getHandContext(_handedness): HandContext | null

Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:7

Parameters

_handedness

Handedness

Returns

HandContext | null

Implementation of

PoseEstimator.getHandContext


getHandContexts()

getHandContexts(): Partial<Record<"left" | "right", HandContext>>

Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:12

Returns

Partial<Record<"left" | "right", HandContext>>

Implementation of

PoseEstimator.getHandContexts


init()

init(): Promise<void>

Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:5

Returns

Promise<void>

Implementation of

PoseEstimator.init