]> Creatis software - clitk.git/blobdiff - itk/clitkSegmentationUtils.h
Add RemoveNegativeIndexFromRegion function
[clitk.git] / itk / clitkSegmentationUtils.h
index 6972d154ab8f4436a672247090da66efff9eb331..6389ad135c4c3202701b3eaed5c50729d082d365 100644 (file)
@@ -28,6 +28,7 @@
 // itk
 #include <itkBoundingBox.h>
 #include <itkJoinSeriesImageFilter.h>
+#include <itkChangeInformationImageFilter.h>
 
 /*
   According to 
@@ -486,7 +487,12 @@ namespace clitk {
                       typename ImageType::PixelType & BG);
   //--------------------------------------------------------------------
   
-
+  //--------------------------------------------------------------------
+  template<class ImageType>
+  typename ImageType::Pointer
+  RemoveNegativeIndexFromRegion(ImageType * input);
+  //--------------------------------------------------------------------
+  
 
 } // end clitk namespace