Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Commented incomplete ActiveLearning code. By Nikhil.
authorlingutln <lingutln@localhost>
Wed, 30 Jan 2013 00:08:07 +0000 (00:08 +0000)
committerlingutln <lingutln@localhost>
Wed, 30 Jan 2013 00:08:07 +0000 (00:08 +0000)
svn path=/; revision=426

Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java

index 712aa19cd3c8f9d962480600a1902f434771b95a..744117c4fc305f0a689009a171eb19f02686164d 100644 (file)
@@ -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;