det_hand: Determine whether the left, right, or both arms were moved

View source: R/det_hand.R

det_handR Documentation

Determine whether the left, right, or both arms were moved

Description

Determine wheter the left, right, or both arms moved. The idea is two determine whether a sign/gesture is one or two-handed (in clips of single signs). May also be used to determine the hand that was primarily used in longer clips of discourse.

Computes Euclidean norms only for hand tracking points from BODY25 model and sees whether the velocity differs for both arms.

Usage

det_hand(vel_x, vel_y)

Arguments

vel_x

Data frame of x-axis velocity generated by velocity_x().

vel_y

Data frame of y-axis velocity generated by velocity_y().

Examples

det_hand(x, y)

trettenbrein/OpenPoseR documentation built on April 22, 2022, 4:03 a.m.