Method | Description | |
---|---|---|
MarkersPreprocessor ( List |
Constructor sets the markers name in the MarkesName class used for joint localization
|
|
ProcessMarkers ( List |
Prepare the markerset for Joint localization, predicts the
|
Method | Description | |
---|---|---|
DontMovedToMuch ( OpenTK.Vector3 from, OpenTK.Vector3 to ) : OpenTK.Vector3 |
Makes sure a makers cant move to fast when predicting the hipmarkers
|
|
MissingEssientialMarkers ( Vector3>.Dictionary |
If any of the hip markers are missing, we predict them using the last position
|
|
NameSet ( ICollection |
Finds aliases of different markers and replaces the names
|
|
SetName ( ICollection |
Search for an alias of a marker and set it to that name
|
public MarkersPreprocessor ( List |
||
labelMarkers | List |
The list of labelmarkets |
markerNames | MarkersNames | A reference to the markers names |
bodyPrefix | string | Any possible prefix of the markersname |
return | System.Collections.Generic |
public ProcessMarkers ( List |
||
labelMarkers | List |
The list of labelmarkets |
newMarkers | Vector3>.Dictionary | a reference to the dictionary to be |
prefix | string | The possible prefix of all markers |
return | void |