/
deleteRedundant
deleteRedundant
Description
Deletes redundant markers from the list of selected markers.
Optical motion capture systems frequently generate redundant trajectories, particularly in cases where the markers to be tracked are near the physical edges of the capture volume. The deleteRedundant command allows you to automatically identify and remove these artifacts by comparing markers with similar names (e.g. LFHD, LFHD_1, LFHD_2, etc).
However, this command will not remove data that is unique and, therefore, possibly useful. If the -tolerance
flag is not used, the default setting is 20mm. This operation is applied to the set of selected markers.
Functional area
Data editing
Command syntax
Syntax
deleteRedundant [-tolerance float] [-minKeys integer] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
tolerance | 1 | float | — | The tolerance within which a marker can overlap with another and still have keys cut from it |
minKeys | 1 | integer | — | Minimum length of keys in the fragment required to trigger deletion |
Return value
void
Examples
// Removes redundant trajectories in the scene. deleteRedundant;
Additional information
Related commands
, multiple selections available,