Detect outliers by joint group distances.
This commit is contained in:
@ -138,6 +138,10 @@ private:
|
||||
std::vector<std::vector<std::array<float, 4>>> &poses,
|
||||
const std::vector<std::string> &joint_names);
|
||||
|
||||
void replace_far_joints(
|
||||
std::vector<std::vector<std::array<float, 4>>> &poses,
|
||||
const std::vector<std::string> &joint_names);
|
||||
|
||||
// Statistics
|
||||
double num_calls = 0;
|
||||
double total_time = 0;
|
||||
|
||||
Reference in New Issue
Block a user