get_landmarks {rticulate} | R Documentation |
Get gestural landmarks
Description
Get gestural landmarks
Usage
get_landmarks(signal_vel, time, start, end, threshold = 0.2)
Arguments
signal_vel |
The velocity of the displacement signal. |
time |
The time of the signal. |
start |
Start time of interval in which to search for maximum displacement. |
end |
End time of interval in which to search for maximum displacement. |
threshold |
The velocity threshold (default is |
Value
A tibble with one row and a column for each gestural landmark.
[Package rticulate version 2.0.1 Index]