From af9bcd6f08a08d46b0c220527039e75ddc4382f3 Mon Sep 17 00:00:00 2001 From: lingutln Date: Wed, 30 Jan 2013 00:08:07 +0000 Subject: [PATCH] Commented incomplete ActiveLearning code. By Nikhil. svn path=/; revision=426 --- .../src/ie/dcu/apps/ist/views/SegmentationView.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java index 712aa19..744117c 100644 --- a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java +++ b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java @@ -838,12 +838,11 @@ public class SegmentationView extends Composite { /** * Predicts the segments in the image using active learning. */ - public void predictSegments() { - - SIFTDescriptor sift = new SIFTDescriptor(); +// public void predictSegments() { +// SIFTDescriptor sift = new SIFTDescriptor(); // sift.calculateDescriptors(view.getContext().getImage()); - updateToolStates(); - } +// updateToolStates(); +// } public boolean isAutoApply() { return this.auto; @@ -1138,9 +1137,9 @@ public class SegmentationView extends Composite { case FormSegment: formSegmetationObject(); break; - case PredictSegments: +/* case PredictSegments: predictSegments(); - break; + break;*/ case ZoomIn: zoomIn(); break; -- 2.34.1