Matches MoCap segment names from a SkeletonModel or character vector to bones in an MSK hypergraph using a curated lookup table with fuzzy matching fallback.
Usage
mocapToMSKMapping(
skeleton,
hg = NULL,
method = c("exact", "fuzzy"),
threshold = 0.7
)Examples
if (FALSE) { # \dontrun{
mapping <- mocapToMSKMapping(c("upper_arm", "forearm", "thigh"))
} # }