|
@@ -11,7 +11,7 @@
|
|
|
{
|
|
{
|
|
|
"name": "femur_in_femur_ref",
|
|
"name": "femur_in_femur_ref",
|
|
|
"type": "transform_obj",
|
|
"type": "transform_obj",
|
|
|
- "value_": [
|
|
|
|
|
|
|
+ "value": [
|
|
|
49.7073,
|
|
49.7073,
|
|
|
-72.6173,
|
|
-72.6173,
|
|
|
-9.09289,
|
|
-9.09289,
|
|
@@ -28,7 +28,7 @@
|
|
|
{
|
|
{
|
|
|
"name": "tibia_in_tibia_ref",
|
|
"name": "tibia_in_tibia_ref",
|
|
|
"type": "transform_obj",
|
|
"type": "transform_obj",
|
|
|
- "value_": [
|
|
|
|
|
|
|
+ "value": [
|
|
|
-3.91566,
|
|
-3.91566,
|
|
|
-85.3472,
|
|
-85.3472,
|
|
|
-42.0667,
|
|
-42.0667,
|
|
@@ -113,6 +113,22 @@
|
|
|
{
|
|
{
|
|
|
"name": "picked_point_in_tibia",
|
|
"name": "picked_point_in_tibia",
|
|
|
"type": "scalarxyz_obj"
|
|
"type": "scalarxyz_obj"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "left_camera_in_tracker_denoised",
|
|
|
|
|
+ "type": "transform_obj"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "right_camera_in_tracker_denoised",
|
|
|
|
|
+ "type": "transform_obj"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "femur_in_tracker_denoised",
|
|
|
|
|
+ "type": "transform_obj"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "tibia_in_tracker_denoised",
|
|
|
|
|
+ "type": "transform_obj"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"object_list": [
|
|
"object_list": [
|
|
@@ -281,7 +297,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "type": "object_validity_watcher",
|
|
|
|
|
|
|
+ "type": "variable_validity_watcher",
|
|
|
"name": "probe_visibility_watcher",
|
|
"name": "probe_visibility_watcher",
|
|
|
"start_config": {
|
|
"start_config": {
|
|
|
"variable_name": "probe_in_tracker"
|
|
"variable_name": "probe_in_tracker"
|
|
@@ -550,6 +566,38 @@
|
|
|
"variable_name": "picked_point_in_tibia"
|
|
"variable_name": "picked_point_in_tibia"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "kalman_denoiser",
|
|
|
|
|
+ "name": "left_camera_denoiser",
|
|
|
|
|
+ "init_config": {
|
|
|
|
|
+ "variable_in": "left_camera_in_tracker",
|
|
|
|
|
+ "variable_out": "left_camera_in_tracker_denoised"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "kalman_denoiser",
|
|
|
|
|
+ "name": "right_camera_denoiser",
|
|
|
|
|
+ "init_config": {
|
|
|
|
|
+ "variable_in": "right_camera_in_tracker",
|
|
|
|
|
+ "variable_out": "right_camera_in_tracker_denoised"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "kalman_denoiser",
|
|
|
|
|
+ "name": "femur_denoiser",
|
|
|
|
|
+ "init_config": {
|
|
|
|
|
+ "variable_in": "femur_in_tracker",
|
|
|
|
|
+ "variable_out": "femur_in_tracker_denoised"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "kalman_denoiser",
|
|
|
|
|
+ "name": "tibia_denoiser",
|
|
|
|
|
+ "init_config": {
|
|
|
|
|
+ "variable_in": "tibia_in_tracker",
|
|
|
|
|
+ "variable_out": "tibia_in_tracker_denoised"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"type": "empty_object",
|
|
"type": "empty_object",
|
|
|
"name": "tracker_all",
|
|
"name": "tracker_all",
|
|
@@ -559,7 +607,11 @@
|
|
|
"probe_visibility_watcher",
|
|
"probe_visibility_watcher",
|
|
|
"camera_visibility_watcher",
|
|
"camera_visibility_watcher",
|
|
|
"femur_visibility_watcher",
|
|
"femur_visibility_watcher",
|
|
|
- "tibia_visibility_watcher"
|
|
|
|
|
|
|
+ "tibia_visibility_watcher",
|
|
|
|
|
+ "left_camera_denoiser",
|
|
|
|
|
+ "right_camera_denoiser",
|
|
|
|
|
+ "femur_denoiser",
|
|
|
|
|
+ "tibia_denoiser"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|