]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkBinaryThresholdImageFilter.h
#3121 BBTK Bug New Normal - branch changestoITK3and4
[bbtk.git] / packages / itk / src / bbitkBinaryThresholdImageFilter.h
index ed7167bcb021322876ad745579d8f817b175e0df..bda1917b7d38b87db1aef7eea08384569258c25b 100644 (file)
@@ -209,11 +209,7 @@ namespace bbitk
                        <<bbtk::TypeName<T>()<<">()"<<std::endl);
  
     typedef BinaryThresholdImageFilter<T> FilterType;
-    typename FilterType::Pointer f 
-
-        = FilterType::New("Temp");
-
-/*
+    typename FilterType::Pointer f = FilterType::New("Temp");
        typedef T* TPointer; 
        f->bbSetInputIn( this->bbGetInputIn().get < TPointer > () );
     f->bbSetInputLowerThreshold ( (typename T::PixelType)this->bbGetInputLowerThreshold() );
@@ -223,7 +219,6 @@ namespace bbitk
     f->bbExecute();
     f->bbGetOutputOut()->Register();
     this->bbSetOutputOut( f->bbGetOutputOut() );
-*/
 
     bbtkDebugDecTab("Core",9);
   }