Apply Rigid Body Transformation to Markers Using SVD
Source:R/rigid_body_transformed_markers_svd.R
rigid_body_transformed_markers_svd.Rd
This function applies a rigid body transformation to a set of target 3D markers using singular value decomposition (SVD) based on a reference set of 3D markers.
Arguments
- reference_data
A matrix or data frame containing the reference 3D marker data (dimensions should be N x 3M, where N is the number of frames and M is the number of markers).
- target_data
A matrix or data frame containing the target 3D marker data (dimensions should be N x 3M, where N is the number of frames and M is the number of markers).