Commit 8de1f745 authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Check box for weighted Hausdorff distance added

parent b87d11dd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -69,6 +69,14 @@ public class DistancePanel extends ControlPanel {
        builder.addGap();
        builder.addLine();
        
        builder.addCheckBoxOptionLine(
                null,
                "Weighted Hausdorff distance",
                false,
                null // TODO implement action
        );
        builder.addLine();
        
        final JPanel featurePointsPanel = new JPanel();
        final ControlPanelBuilder fpBuilder = new ControlPanelBuilder(featurePointsPanel);
        for (int i = 0; i < featurePoints.size(); i++) {