Skip to content
Snippets Groups Projects
Commit 1039fb08 authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Heatmap of Hausdorff distance re-rendered after ICP is performed

parent 1492977a
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,8 @@ public class RegistrationAction extends ControlPanelAction { ...@@ -89,6 +89,8 @@ public class RegistrationAction extends ControlPanelAction {
applyICP(); applyICP();
calculateFeaturePoints(); calculateFeaturePoints();
calculateHausdorffDistance(); calculateHausdorffDistance();
this.hdVisitor = null; // recompute
setHeatmap();
break; break;
case RegistrationPanel.ACTION_COMMAND_SHIFT_X: case RegistrationPanel.ACTION_COMMAND_SHIFT_X:
value = ((Number)(((JFormattedTextField) ae.getSource()).getValue())).doubleValue(); value = ((Number)(((JFormattedTextField) ae.getSource()).getValue())).doubleValue();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment